[U-Boot] [PATCH 2/2] tools: image: fix message when fail to add verification data for config

2017-10-27 Thread Masahiro Yamada
This function is called when signing configuration nodes. Adjust the error message. I do not know why we do not need to show the error message in case of ENOSPC. Remove the if-conditional that seems unnecessary. Signed-off-by: Masahiro Yamada ---

[U-Boot] [PATCH 1/2] tools: image: allow to sign image nodes without -K option

2017-10-27 Thread Masahiro Yamada
If -K option is missing when you sign image nodes, it fails with an unclear error message: tools/mkimage Can't add hashes to FIT blob: -1 It is hard to figure out the cause of the failure. In contrast, when you sign configuration nodes, -K is optional because fit_config_process_sig() returns

[U-Boot] [PATCH v2] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-27 Thread Lukasz Majewski
This commit allows extended Marvell registers to be read with: foo > mdio rx FEC 3.10 Reading from bus FEC PHY at address 0: 3.16 - 0x1063 foo > mdio wx FEC 3.10 0x1011 The above code changes the way ETH connector LEDs blink. Signed-off-by: Lukasz Majewski --- Changes in v2: -

Re: [U-Boot] [PATCH 8/9] x86: fsp: graphics: Add some notes about the graphics info hob

2017-10-27 Thread Bin Meng
On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: > On 19 October 2017 at 03:20, Bin Meng wrote: >> On some platforms (eg: Braswell), the FSP will not produce the >> graphics info HOB unless you plug some cables to the display >> interface (eg: HDMI) on

Re: [U-Boot] [PATCH 7/9] x86: braswell: cherryhill: Update dts for SPI lock down

2017-10-27 Thread Bin Meng
On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: > On 19 October 2017 at 03:20, Bin Meng wrote: >> Intel Braswell FSP requires SPI controller settings to be locked down, >> let's do this in the chrryhill.dts and remove previous Kconfig option. >> >>

Re: [U-Boot] [PATCH 5/9] Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"

2017-10-27 Thread Bin Meng
On Thu, Oct 19, 2017 at 9:20 AM, Bin Meng wrote: > This reverts commit 1e6ebee667da47fd3a87839a239a7574c66f5659. > > It's not appropriate to call the Intel SPI driver specific stuff in > the FSP codes. We may add a simple DTS property "intel,spi-lock-down" > and let the Intel

Re: [U-Boot] [PATCH 9/9] x86: acpi: Put sleepstates.asl to the common place

2017-10-27 Thread Bin Meng
On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: > On 19 October 2017 at 03:21, Bin Meng wrote: >> The supported sleep states are generic on Intel processors. Move the >> ASL definition to the common place. >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 4/9] x86: Fix ACPI resume dependency to MRC cache

2017-10-27 Thread Bin Meng
On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: > On 19 October 2017 at 03:20, Bin Meng wrote: >> In an S3 resume path, MRC cache is mandatory. Enforce the dependency >> in the Kconfig. >> >> Signed-off-by: Bin Meng >> --- >> >>

Re: [U-Boot] [PATCH 6/9] spi: ich: Lock down controller settings if required

2017-10-27 Thread Bin Meng
On Mon, Oct 23, 2017 at 9:32 AM, Bin Meng wrote: > Hi Simon, > > On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: >> On 19 October 2017 at 03:20, Bin Meng wrote: >>> Some Intel FSP (like Braswell) does SPI lock-down during the call

Re: [U-Boot] [PATCH 15/16] exynos: remove CONFIG_LCD_MENU_BOARD

2017-10-27 Thread Minkyu Kang
On 26/10/17 21:24, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada > --- > >

Re: [U-Boot] [PATCH 10/16] exynos: remove CONFIG_CORE_COUNT

2017-10-27 Thread Minkyu Kang
On 26/10/17 21:24, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada > --- > >

Re: [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system

2017-10-27 Thread Chee, Tien Fong
On Kha, 2017-10-26 at 14:51 +0200, Lukasz Majewski wrote: > Tien Fong, > > > > > On Isn, 2017-10-16 at 16:41 +0200, Marek Vasut wrote: > > > > > > On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > > > > > > > > > > > > > > > > > > On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote: > > >

[U-Boot] [PATCH] sunxi: call fdt_fixup_ethernet again to set macaddr for more aliases

2017-10-27 Thread Icenowy Zheng
Sometimes some ethernet aliases do not exist in U-Boot FDT but they exist in the FDT used to boot the system. In this situation setup_environment is called again in ft_board_setup to generate macaddr environment variable for them. However now the call to fdt_fixup_ethernet is moved before the call

Re: [U-Boot] [PATCH 2/9] x86: braswell: Fix unexpected crash during Linux kernel boot

2017-10-27 Thread Bin Meng
On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: > On 19 October 2017 at 03:20, Bin Meng wrote: >> It was observed that when booting Linux kernel on Intel Cherry Hill >> board, unexpected crash happens quite randomly. Sometimes kernel >> just oops,

Re: [U-Boot] [PATCH 3/9] env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default

2017-10-27 Thread Bin Meng
On Sun, Oct 22, 2017 at 10:36 PM, Simon Glass wrote: > On 19 October 2017 at 03:20, Bin Meng wrote: >> Imply does not work for a Kconfig choice. Update ENV_IS_IN_SPI_FLASH >> to be the default one for Intel Braswell. >> >> Signed-off-by: Bin Meng

[U-Boot] Please pull u-boot-x86

2017-10-27 Thread Bin Meng
Hi Tom, This fixes a bunch of x86 breakages. The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a: Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to

Re: [U-Boot] [PATCH 1/9] x86: galileo: Fix boot failure

2017-10-27 Thread Bin Meng
On Thu, Oct 19, 2017 at 9:20 AM, Bin Meng wrote: > With latest codes on mainstream master, Intel Galileo board does not > boot unfortunately. Git biset leads to b383d6c0 "bootstage: Convert > to use malloc()". > > Disable bootstage support to make it boot again. The root cause

Re: [U-Boot] [PATCH v3 2/5] video: anx9804: split out registers definitions into a separate header

2017-10-27 Thread Anatolij Gustschin
On Thu, 26 Oct 2017 18:26:43 +0200 Anatolij Gustschin ag...@denx.de wrote: > From: Vasily Khoruzhick > > This header will be used in anx6345 driver > > Signed-off-by: Vasily Khoruzhick > Signed-off-by: Anatolij Gustschin > --- > v3: -

Re: [U-Boot] [PATCH v4 4/5] sunxi: video: split out PLL configuration code

2017-10-27 Thread Anatolij Gustschin
On Thu, 26 Oct 2017 21:51:51 -0700 Vasily Khoruzhick anars...@gmail.com wrote: > It will be reused in new DM LCD driver. > > Signed-off-by: Vasily Khoruzhick > --- > v2-v3: no changes > v4: - fix compilation for boards that use sunxi_display.c > - rebased and fixed

Re: [U-Boot] [PATCH v4 5/5] sunxi: video: add LCD support to DE2 driver

2017-10-27 Thread Anatolij Gustschin
On Thu, 26 Oct 2017 21:51:52 -0700 Vasily Khoruzhick anars...@gmail.com wrote: > Extend DE2 driver with LCD support. Tested on Pinebook which is based > on A64 and has ANX6345 eDP bridge with eDP panel connected to it. > > Signed-off-by: Vasily Khoruzhick > --- > v4: -

Re: [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system

2017-10-27 Thread Lukasz Majewski
Hi Tien Fong, > On Kha, 2017-10-26 at 14:51 +0200, Lukasz Majewski wrote: > > Tien Fong, > > > > > > > > On Isn, 2017-10-16 at 16:41 +0200, Marek Vasut wrote: > > > > > > > > On 10/16/2017 04:08 PM, Dinh Nguyen wrote: > > > > > > > > > > > > > > > > > > > > > > > > > On 10/13/2017 03:08

Re: [U-Boot] [PATCH v3 3/5] video: add anx6345 DM driver

2017-10-27 Thread Anatolij Gustschin
On Thu, 26 Oct 2017 18:29:39 +0200 Anatolij Gustschin ag...@denx.de wrote: > From: Vasily Khoruzhick > > This is a eDP bridge similar to ANX9804, it allows to connect eDP panels > to the chips that can output only parallel signal > > Signed-off-by: Vasily Khoruzhick

Re: [U-Boot] [RESEND] drivers/usb/ehci: Use platform-specific accessors

2017-10-27 Thread Vladimir Boroda
This patch should have been rejected. It no longer breaks the build, but it break the functionality on big-endian systems. The readl() and writel() macros already do the endian conversion assuming the port is in little-endian format. So after this patch the EHCI registers are now read

[U-Boot] U-boot changes to bringup boot and secondary CPUs in HYP mode

2017-10-27 Thread Jayadev Kumaran
Hello all, I am currently trying to bring up Xen on OMAP5432. When I try to boot the board it shows *Starting kernel ...- UART enabled -- CPU booting -- Xen must be entered in NS Hyp mode -- Please update the bootloader -- Boot failed -* After applying the below patch , the boot

[U-Boot] Commands to use U-boot in fpga

2017-10-27 Thread Ammu Lakshmy
Hi, I am new to U-Boot and I want to use it for dumping linux to a sparc processor (leon2) which I have implemented in Spartan 3E fpga. Is it possible? This is to implement a router code in my processor. -- Thanks & Regards, Ammu Lakshmy R. M.Tech. VLSI Design VNIT, Nagpur

[U-Boot] [PATCH] gpt: Use cache aligned buffers for gpt_h and gpt_e

2017-10-27 Thread Lukasz Majewski
Before this patch one could receive following errors when executing "gpt write" command on machine with cache enabled: display5 factory > gpt write mmc ${mmcdev} ${partitions} Writing GPT: CACHE: Misaligned operation at range [4ef8f7f0, 4ef8f9f0] CACHE: Misaligned operation at range [4ef8f9f8,

Re: [U-Boot] [PATCH] tools: env: allow to print U-Boot version

2017-10-27 Thread Lukasz Majewski
On Thu, 26 Oct 2017 14:57:53 +0200 Stefan Agner wrote: > From: Stefan Agner > > The fw_env utility family has a default environment compiled in > which ties it quite strongly to the U-Boot source/config it has > been built with. Allow to display the

Re: [U-Boot] Commands to use U-boot in fpga

2017-10-27 Thread Lukasz Majewski
Hi Ammu, > Hi, > > I am new to U-Boot and I want to use it for dumping linux to a sparc > processor (leon2) which I have implemented in Spartan 3E fpga. Is it > possible? First you need to check if the architecture on which you run u-boot is supported (sparc?). There are some IP soft cores

Re: [U-Boot] U-boot changes to bringup boot and secondary CPUs in HYP mode

2017-10-27 Thread Lukasz Majewski
Hi Jayadev, > Hello all, > > I am currently trying to bring up Xen on OMAP5432. When I try to boot > the board it shows > > > > > > > > > *Starting kernel ...- UART enabled -- CPU booting -- Xen > must be entered in NS Hyp mode -- Please update the bootloader -- > Boot failed -*

Re: [U-Boot] [PATCH v4 12/18] efi_selftest: allow to select a single test for exexution

2017-10-27 Thread Heinrich Schuchardt
On 10/18/2017 06:13 PM, Heinrich Schuchardt wrote: The numbering in the title should have been [PATCH v4 11/18] efi_selftest: allow to select a single test for exexution > Environment variable efi_selftest is passed as load options > to the selftest application. It is used to select a single >

Re: [U-Boot] [PATCH] dm: serial: Add .pre_probe() function to to wait for previous transmission end

2017-10-27 Thread Dr. Philipp Tomsich
Hi Lukasz, > On 27 Oct 2017, at 00:51, Lukasz Majewski wrote: >> >>> On 27 Oct 2017, at 00:13, Lukasz Majewski wrote: >>> >>> It may happen that the serial IP block is performing some ongoing >>> transmission (started at e.g. board_init()) when the serial "probe"

Re: [U-Boot] Commands to use U-boot in fpga

2017-10-27 Thread Lukasz Majewski
On Fri, 27 Oct 2017 16:45:16 +0530 Ammu Lakshmy wrote: > Architecture is LEON2 and is supported by U-Boot. > But the steps involved in my work are > > *1. Implement LEON2 processor in FPGA(Spartan3E or any other fpga)* Ok. > *2. Deploy OS in that processor.* When you

Re: [U-Boot] [PATCH] Kconfig: BOOTCOMMAND: Define default set of boot commands in Kconfig

2017-10-27 Thread Lukasz Majewski
Hi Tom, > On Sat, Sep 30, 2017 at 10:20:47PM +0200, Łukasz Majewski wrote: > > On 09/14/2017 04:55 PM, Tom Rini wrote: > > >On Mon, Sep 11, 2017 at 10:53:51PM +0200, Łukasz Majewski wrote: > > >>On 09/11/2017 07:31 PM, Tom Rini wrote: > > >>>On Sun, Sep 10, 2017 at 08:25:02PM +0200, Lukasz

Re: [U-Boot] [PATCH] video/da8xx-fb: Cache-align memory allocations

2017-10-27 Thread Anatolij Gustschin
On Fri, 27 Oct 2017 14:52:08 +0300 Niko Mauno niko.ma...@vaisala.com wrote: > Resort to malloc_cache_aligned() rather than malloc() which also removes > 'CACHE: Misaligned operation at range' warnings. > > Signed-off-by: Niko Mauno > --- > drivers/video/da8xx-fb.c | 8

Re: [U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree

2017-10-27 Thread Eugeniy Paltsev
On Tue, 2017-10-24 at 15:22 +0530, Jagan Teki wrote: > On Tue, Oct 24, 2017 at 11:38 AM, Marek Vasut wrote: > > On 10/23/2017 01:43 PM, Eugeniy Paltsev wrote: > > > On Thu, 2017-10-19 at 13:20 -0500, Dinh Nguyen wrote: > > > > > > > > On 10/19/2017 10:51 AM, Marek Vasut wrote: > >

Re: [U-Boot] [PATCH] dm: serial: Add .pre_probe() function to to wait for previous transmission end

2017-10-27 Thread Lukasz Majewski
Hi Philipp, > Hi Lukasz, > > > On 27 Oct 2017, at 00:51, Lukasz Majewski wrote: > >> > >>> On 27 Oct 2017, at 00:13, Lukasz Majewski wrote: > >>> > >>> It may happen that the serial IP block is performing some ongoing > >>> transmission (started at e.g.

Re: [U-Boot] [PATCH v2] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-27 Thread York Sun
On 10/27/2017 02:12 AM, Lukasz Majewski wrote: > This commit allows extended Marvell registers to be read with: > > foo > mdio rx FEC 3.10 > Reading from bus FEC > PHY at address 0: > 3.16 - 0x1063 > foo > mdio wx FEC 3.10 0x1011 > > The above code changes the way ETH connector LEDs blink. > >

Re: [U-Boot] [PATCH] sunxi: call fdt_fixup_ethernet again to set macaddr for more aliases

2017-10-27 Thread Maxime Ripard
On Fri, Oct 27, 2017 at 05:34:39PM +0800, Icenowy Zheng wrote: > Sometimes some ethernet aliases do not exist in U-Boot FDT but they > exist in the FDT used to boot the system. I'd rather not end up in this situation in the first place. If things get broken, then it might actually be a good

Re: [U-Boot] dwc2: usb: Unable to clear channel error

2017-10-27 Thread Minas Harutyunyan
On 10/24/2017 3:23 AM, Dinh Nguyen wrote: > > > On 10/23/2017 09:03 AM, Minas Harutyunyan wrote: >> On 10/19/2017 5:35 PM, Dinh Nguyen wrote: >>> >>> >>> On 10/19/2017 06:55 AM, Grigor Tovmasyan wrote: On 10/18/2017 6:07 PM, Marek Vasut wrote: > On 10/18/2017 04:05 PM, Dinh Nguyen

[U-Boot] [PATCH] video/da8xx-fb: Cache-align memory allocations

2017-10-27 Thread Niko Mauno
Resort to malloc_cache_aligned() rather than malloc() which also removes 'CACHE: Misaligned operation at range' warnings. Signed-off-by: Niko Mauno --- drivers/video/da8xx-fb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] Commands to use U-boot in fpga

2017-10-27 Thread Ammu Lakshmy
Architecture is LEON2 and is supported by U-Boot. But the steps involved in my work are *1. Implement LEON2 processor in FPGA(Spartan3E or any other fpga)* *2. Deploy OS in that processor.* *3. Implement a router on that processor with OS.* First step is possible as I have the HDL code of LEON2.

Re: [U-Boot] [PATCH v2] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-27 Thread Lukasz Majewski
On Fri, 27 Oct 2017 15:06:37 + York Sun wrote: > On 10/27/2017 02:12 AM, Lukasz Majewski wrote: > > This commit allows extended Marvell registers to be read with: > > > > foo > mdio rx FEC 3.10 > > Reading from bus FEC > > PHY at address 0: > > 3.16 - 0x1063 > > foo > mdio

Re: [U-Boot] [PATCH v2] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-27 Thread York Sun
On 10/27/2017 08:23 AM, Lukasz Majewski wrote: > On Fri, 27 Oct 2017 15:06:37 + > York Sun wrote: > >> On 10/27/2017 02:12 AM, Lukasz Majewski wrote: >>> This commit allows extended Marvell registers to be read with: >>> >>> foo > mdio rx FEC 3.10 >>> Reading from bus FEC

[U-Boot] [PATCH] test/py: add timestamps to log

2017-10-27 Thread Stephen Warren
From: Stephen Warren It can be useful to record how long tests take; this can help debug slow running test systems or track changes in performance over time. Enhance the test system to record timestamps while running test: - Whenever a new log file section is started. - After

Re: [U-Boot] [PATCH 5/7] bootcount: add support for bootcounter on EXT filesystem

2017-10-27 Thread Calvin Johnson
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Martyn > Welch > Sent: Thursday, October 26, 2017 8:18 PM > diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt > index 5ee1601..b9580b9 100644 > --- a/scripts/config_whitelist.txt

Re: [U-Boot] [GIT PULL] u-boot-sunxi/master

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 05:19:21PM +0200, Maxime Ripard wrote: > Hi Tom, > > Here are a few changes that would be great to merge. > > It's basically a few fixes for CPU frequencies that were underclocked, > fastboot that was broken on a NAND-based device (the CHIP Pro, and it > also moves the

Re: [U-Boot] Please pull u-boot-x86

2017-10-27 Thread Tom Rini
On Fri, Oct 27, 2017 at 03:18:55PM +0800, Bin Meng wrote: > Hi Tom, > > This fixes a bunch of x86 breakages. > > The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a: > > Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400) > > are available in the git repository

Re: [U-Boot] [U-Boot, 01/16] i2c: adi_i2c: remove left-over Blackfin I2C driver

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:16PM +0900, Masahiro Yamada wrote: > This driver was used by Blackfin boards, but Blackfin support is > gone. There is no user of this driver. > > Signed-off-by: Masahiro Yamada > Acked-by: Heiko Schocher Applied to

Re: [U-Boot] [U-Boot,06/16] sh7734: remove CONFIG_553MHZ_MODE

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:21PM +0900, Masahiro Yamada wrote: > This macro only appears in commented-out lines. It is not referenced > by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada

Re: [U-Boot] [U-Boot, 05/16] mpc85xx: freescale: remove CONFIG_ADDR_STREAMING

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:20PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada > Reviewed-by:

Re: [U-Boot] [U-Boot, 02/16] i2c: fti2c010: remove unused/unmaintained driver

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:17PM +0900, Masahiro Yamada wrote: > CONFIG_SYS_I2C_FTI2C010 is not enabled by anyone. > > Commit 2852709676c8 ("dm: i2c: Add a note to I2C drivers which need > conversion") prompted to convert this driver to DM before June 2017, > but not converted yet. > >

Re: [U-Boot] [U-Boot,04/16] omap4: sdp4430: remove CONFIG_4430SDP

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:19PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied to

Re: [U-Boot] [U-Boot,08/16] SOCFPGA: remove CONFIG_AUTONEG_TIMEOUT

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:23PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied to

Re: [U-Boot] [U-Boot,03/16] IMX: novena: remove CONFIG_I2C_MXC

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:18PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada > Acked-by:

Re: [U-Boot] [U-Boot, 16/16] AT91: remove CONFIG_PMECC_INDEX_TABLE_OFFSET

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:31PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied to

Re: [U-Boot] [U-Boot,14/16] net: remove CONFIG_NET_MULTI

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:29PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada > Reviewed-by:

Re: [U-Boot] [U-Boot,12/16] AM33XX: etamin: remove CONFIG_DFU_MTD

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:27PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied to

Re: [U-Boot] [U-Boot, 13/16] mpc85xx: xpedite550x: remove CONFIG_FDT_FIXUP_PCI_IRQ

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:28PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied to

Re: [U-Boot] [U-Boot,11/16] MX28: remove CONFIG_DEFAULT_SPI_CS

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:26PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied to

Re: [U-Boot] [U-Boot,07/16] ARC: remove CONFIG_ARC_UART_BASE

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:22PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied to

Re: [U-Boot] [U-Boot,15/16] exynos: remove CONFIG_LCD_MENU_BOARD

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:30PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada > Acked-by:

Re: [U-Boot] [U-Boot,10/16] exynos: remove CONFIG_CORE_COUNT

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:25PM +0900, Masahiro Yamada wrote: > This macro is defined, but not referenced by anyone. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada > Acked-by:

Re: [U-Boot] [U-Boot, 09/16] omap4: sdp4430: match the #endif comment to #ifdef

2017-10-27 Thread Tom Rini
On Thu, Oct 26, 2017 at 09:24:24PM +0900, Masahiro Yamada wrote: > This comment creates a wrong entry in config_whitelist.txt. > > I did not touch config_whitelist.txt - the CONFIG will be dropped > by the next re-sync. > > Signed-off-by: Masahiro Yamada Applied

[U-Boot] Please pull u-boot-fsl-qoriq master

2017-10-27 Thread York Sun
Tom, The following changes since commit ce0dea889a01d06bdc2d845fd03e90bcf8b49fec: Merge git://git.denx.de/u-boot-uniphier (2017-10-22 19:21:04 -0400) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git for you to fetch changes up to

Re: [U-Boot] [U-Boot, 1/1] scripts/get_maintainer.pl: update to current version

2017-10-27 Thread Heinrich Schuchardt
On 10/28/2017 05:44 AM, waltfea...@gmail.com wrote: > Heinrich, > > I ran across a problem with not getting a maintainer for a correction I > was putting together. I tracked it down to the line: > > "+my $find_maintainer_files = 0;" > > When I changed the "0" to a "1" I was able to get the

[U-Boot] [PATCH 1/1] scripts/get_maintainer.pl: enable find_maintainer_files

2017-10-27 Thread Heinrich Schuchardt
Many MAINTAINERS files are in subdirectories. We should enable searching these. Reported-by: Walt Feasel Signed-off-by: Heinrich Schuchardt --- scripts/get_maintainer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git