Re: [U-Boot] [v2] powerpc: t104xrdb: Add support of MTA9ADF1G72AZ DDR

2019-03-02 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot On Behalf Of Peng Ma > Sent: Thursday, February 21, 2019 7:48 AM > To: Priyanka Jain ; York Sun > Cc: u-boot@lists.denx.de; Peng Ma > Subject: [U-Boot] [v2] powerpc: t104xrdb: Add support of MTA9ADF1G72AZ DDR > > T1040RDB has been upgraded to

[U-Boot] Please pull u-boot-mpc85xx.git master

2019-03-02 Thread Prabhakar Kushwaha
The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa: Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28 18:57:32 -0500) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git HEAD for you to fetch changes up to

[U-Boot] [PATCH v3 1/1] efi_loader: HII protocols: debug messages

2019-03-02 Thread Heinrich Schuchardt
When package types are not supported by our implementation of the HII database protocol supported error messages are displayed. Essentially the output is only needed for debugging. By using EFI_PRINT() the messages are only written for in debug mode and with correct indentation. Signed-off-by:

Re: [U-Boot] [PATCH 1/1] efi_loader: HII protocols: fix new_package_list()

2019-03-02 Thread Heinrich Schuchardt
On 3/2/19 5:32 PM, Alexander Graf wrote: > > On 28.02.19 23:20, Heinrich Schuchardt wrote: >> In new_package_list() we call new_packagelist() to create a new package >> list. Next we try to add the packages which fails for form packages. Due >> to this error we call free_packagelist(). Now in

Re: [U-Boot] [PATCH 1/1] efi_loader: HII protocols: fix new_package_list()

2019-03-02 Thread Heinrich Schuchardt
On 3/1/19 1:54 AM, AKASHI Takahiro wrote: > On Thu, Feb 28, 2019 at 11:20:34PM +0100, Heinrich Schuchardt wrote: >> In new_package_list() we call new_packagelist() to create a new package >> list. Next we try to add the packages which fails for form packages. Due >> to this error we call

Re: [U-Boot] [PATCH 1/1] efi_loader: HII protocols: fix new_package_list()

2019-03-02 Thread Alexander Graf
On 28.02.19 23:20, Heinrich Schuchardt wrote: > In new_package_list() we call new_packagelist() to create a new package > list. Next we try to add the packages which fails for form packages. Due > to this error we call free_packagelist(). Now in free_packagelist() > list_del() is called for an

Re: [U-Boot] [PATCH 1/1] efi_loader: error handling for `efidebug boot add`

2019-03-02 Thread Alexander Graf
On 28.02.19 20:49, Heinrich Schuchardt wrote: > In `efidebug boot add iPXE scsi 0:1 snp-arm64.efi --foo` a parameter is > missing. Hence the command should not silently return as if everything were > ok but should display the usage info. > > Signed-off-by: Heinrich Schuchardt Reviewed-by:

[U-Boot] [PATCH] i2c: rcar_i2c: Add Gen3 SoC support

2019-03-02 Thread Marek Vasut
Add support for R-Car Gen3 SoCs into the driver, which encompases the Gen3 SoC extra timing register handling and 64bit build fixes. Signed-off-by: Marek Vasut Cc: Heiko Schocher --- drivers/i2c/rcar_i2c.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff

Re: [U-Boot] [PATCH v2 1/1] efi_loader: HII protocols: informative error message

2019-03-02 Thread Alexander Graf
On 01.03.19 21:24, Heinrich Schuchardt wrote: > When package types are not supported an error message is displayed. > Unfortunately there is no hint in the messages that they concern the HII > protocols. Furthermore they are indent by tab for no obvious reason. > > Prefix the messages by "EFI

Re: [U-Boot] [PATCH] drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset

2019-03-02 Thread Prabhakar Kushwaha
Dear Joe, > -Original Message- > From: U-Boot On Behalf Of Pramod Kumar > Sent: Thursday, February 28, 2019 2:37 PM > To: u-boot@lists.denx.de > Cc: York Sun > Subject: [U-Boot] [PATCH] drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset > > Fix EC1 and EC2 read from correct offset

Re: [U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup

2019-03-02 Thread Prabhakar Kushwaha
Dear Joe > -Original Message- > From: Ioana Ciocoi Radulescu > Sent: Tuesday, February 26, 2019 9:12 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > > Cc: Laurentiu Tudor > Subject: [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup > > If node /board_info/ports does not exist

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Stefan Roese
On 02.03.19 12:53, Vignesh Raghavendra wrote: On 02-Mar-19 5:02 PM, Stefan Roese wrote: [...] It would be great if driver could be modified to support 3 and 4 byte addressing modes. I fail to see, what really is needed to make the SPI driver support 3 and 4 byte addressing modes. I

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Vignesh Raghavendra
On 02-Mar-19 5:02 PM, Stefan Roese wrote: [...] >> >> It would be great if driver could be modified to support 3 and 4 byte >> addressing modes. > > I fail to see, what really is needed to make the SPI driver support > 3 and 4 byte addressing modes. I recently added the MT7688 SPI > driver

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Stefan Roese
Hi Vignesh, On 02.03.19 11:50, Vignesh Raghavendra wrote: Hi Stefan, On 02-Mar-19 3:56 PM, Stefan Roese wrote: Hi Chris, Hi Vignesh, On 02.03.19 09:36, Vignesh Raghavendra wrote: On 02-Mar-19 1:15 PM, Chris Packham wrote: This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Vignesh Raghavendra
Hi Stefan, On 02-Mar-19 3:56 PM, Stefan Roese wrote: > Hi Chris, > Hi Vignesh, > > On 02.03.19 09:36, Vignesh Raghavendra wrote: >> >> >> On 02-Mar-19 1:15 PM, Chris Packham wrote: >>> This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow >>> us to access the whole chip. >>>

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Stefan Roese
Hi Chris, Hi Vignesh, On 02.03.19 09:36, Vignesh Raghavendra wrote: On 02-Mar-19 1:15 PM, Chris Packham wrote: This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow us to access the whole chip. Signed-off-by: Chris Packham Cc: Vignesh R --- Could add imply

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Vignesh Raghavendra
On 02-Mar-19 1:15 PM, Chris Packham wrote: > This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow > us to access the whole chip. > > Signed-off-by: Chris Packham > Cc: Vignesh R > --- > Could add imply SPI_FLASH_BAR to KIRKWOOD_SPI instead? So that we don't have to fix