Re: [U-Boot] [PATCH v5 6/7] armv8: fsl-layerscape: Add support for efi_loader RTS reset

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > When implementing efi loader support, we can expose runtime services > for payloads. One such service is CPU reset. > > This patch implements RTS CPU reset support for layerscape systems. > > Signed-off-by: Alexander Graf > > --- > >

Re: [U-Boot] [PATCH v5 1/2] Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.

2016-10-15 Thread york sun
On 09/07/2016 10:07 PM, Zhao Qiang wrote: > T series boards use unified RCW for sd, spi and nand boot. > Now split txxx_rcw.cfg to txxx_sd_rcw.cfg, txxx_spi_rcw.cfg > and txxx_nand_rcw.cfg for SPI/NAND/SD boot. > And modify RCW[PBI_SRC] for them: > PBI_SRC=5for SPI 24-bit

Re: [U-Boot] [PATCH 3/3] mx6: synchronize SPL to u-boot offset

2016-10-15 Thread Marek Vasut
On 10/15/2016 09:17 PM, Max Krummenacher wrote: > Hi Marak > >>> --- a/include/configs/imx6_spl.h >>> +++ b/include/configs/imx6_spl.h >>> @@ -23,6 +23,8 @@ >>> *which consists of a 4K header in front of us that contains >>> the IVT, DCD >>> *and some padding thus 'our' max size is

Re: [U-Boot] [PATCH 1/3] spl: mmc: fix switch statement

2016-10-15 Thread Marek Vasut
On 10/15/2016 09:18 PM, Max Krummenacher wrote: > Hi Marek > > Am Samstag, den 15.10.2016, 19:29 +0200 schrieb Marek Vasut: >> On 10/15/2016 07:10 PM, Max Krummenacher wrote: >>> If CONFIG_SPL_LIBCOMMON_SUPPORT is not defined there is a lone case >>> statement >>> at the end of the switch leading

Re: [U-Boot] [PATCH 1/3] spl: mmc: fix switch statement

2016-10-15 Thread Max Krummenacher
Hi Marek Am Samstag, den 15.10.2016, 19:29 +0200 schrieb Marek Vasut: > On 10/15/2016 07:10 PM, Max Krummenacher wrote: > > If CONFIG_SPL_LIBCOMMON_SUPPORT is not defined there is a lone case > > statement > > at the end of the switch leading to a compile error. > > Remove the offending case

Re: [U-Boot] [PATCH 3/3] mx6: synchronize SPL to u-boot offset

2016-10-15 Thread Max Krummenacher
Hi Marak > > --- a/include/configs/imx6_spl.h > > +++ b/include/configs/imx6_spl.h > > @@ -23,6 +23,8 @@ > > *which consists of a 4K header in front of us that contains > > the IVT, DCD > > *and some padding thus 'our' max size is really 0x00908000 - > > 0x00918000 > > *or 64KB

Re: [U-Boot] [PATCH v5 1/7] ls2080: Exit dpaa only right before exiting U-Boot

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > On ls2080 we have a separate network fabric component which we need to > shut down before we enter Linux (or any other OS). Along with that also > comes configuration of the fabric using a description file. > > Today we always stop and configure the

Re: [U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-15 Thread Paul Kocialkowski
Hi, Le samedi 15 octobre 2016 à 20:41 +0300, Nicolae Rosia a écrit : > Hi, > > On Fri, Oct 14, 2016 at 4:28 PM, Paul Kocialkowski wrote: > > > > Le jeudi 13 octobre 2016 à 13:47 +0300, Nicolae Rosia a écrit : > > > > > > From: Nicolae Rosia > > > >

Re: [U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-15 Thread Tom Rini
On Sat, Oct 15, 2016 at 08:41:35PM +0300, Nicolae Rosia wrote: > Hi, > > On Fri, Oct 14, 2016 at 4:28 PM, Paul Kocialkowski wrote: > > Le jeudi 13 octobre 2016 à 13:47 +0300, Nicolae Rosia a écrit : > >> From: Nicolae Rosia > >> > >> Commit

Re: [U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-15 Thread Nicolae Rosia
Hi, On Fri, Oct 14, 2016 at 4:28 PM, Paul Kocialkowski wrote: > Le jeudi 13 octobre 2016 à 13:47 +0300, Nicolae Rosia a écrit : >> From: Nicolae Rosia >> >> Commit a85362fb3e1fc7833723accddbbae431091d06b8 refactored the code >> but the register read

Re: [U-Boot] [PATCH v5 2/2] pbl: use "wait" command instead of "flush" command

2016-10-15 Thread york sun
On 09/07/2016 10:07 PM, Zhao Qiang wrote: > PBL flush command is restricted to CCSR memory space. > So use WAIT PBI command to provide enough time for data to get flush in > target memory > > Signed-off-by: Zhao Qiang > --- > Changes for v2: > - split to two patches >

Re: [U-Boot] [RFC] 0/4] Add Pl330 DMA support

2016-10-15 Thread Marek Vasut
On 10/15/2016 12:13 AM, Dinh Nguyen wrote: > > > On 10/14/2016 10:09 AM, Marek Vasut wrote: >> On 10/14/2016 03:08 PM, Dinh Nguyen wrote: >>> >>> >>> On 10/14/2016 02:23 AM, Marek Vasut wrote: On 10/10/2016 05:52 PM, Dinh Nguyen wrote: > Hi, Hi, > This patchset adds

Re: [U-Boot] [PATCH 3/3] mx6: synchronize SPL to u-boot offset

2016-10-15 Thread Marek Vasut
On 10/15/2016 07:10 PM, Max Krummenacher wrote: > Synchronize CONFIG_SPL_PAD_TO (used at build time for u-boot-with-spl.imx) > with > CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR (used by SPL to read u-boot image). > > Signed-off-by: Max Krummenacher > --- > >

Re: [U-Boot] [PATCH] usb: host: Move CONFIG_USB_MAX_CONTROLLER_COUNT to non-dm

2016-10-15 Thread Marek Vasut
On 10/15/2016 04:05 PM, Tom Rini wrote: > On Sat, Oct 15, 2016 at 06:32:46PM +0530, Jagan Teki wrote: > >> CONFIG_USB_MAX_CONTROLLER_COUNT not used in DM_USB, hence moved >> to non-dm from global area. >> >> Cc: Simon Glass >> Cc: Marek Vasut >> Cc: Masahiro

Re: [U-Boot] [PATCH 1/3] spl: mmc: fix switch statement

2016-10-15 Thread Marek Vasut
On 10/15/2016 07:10 PM, Max Krummenacher wrote: > If CONFIG_SPL_LIBCOMMON_SUPPORT is not defined there is a lone case statement > at the end of the switch leading to a compile error. > Remove the offending case statement. > > | common/spl/spl_mmc.c:339:7: error: label at end of compound statement

[U-Boot] [PATCH 3/3] mx6: synchronize SPL to u-boot offset

2016-10-15 Thread Max Krummenacher
Synchronize CONFIG_SPL_PAD_TO (used at build time for u-boot-with-spl.imx) with CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR (used by SPL to read u-boot image). Signed-off-by: Max Krummenacher --- include/configs/imx6_spl.h | 3 +++ 1 file changed, 3 insertions(+)

[U-Boot] [PATCH 2/3] imx: make ipu's di configurable

2016-10-15 Thread Max Krummenacher
The ipu has two display interfaces. Make the used one a parameter in struct display_info_t instead of using unconditionally DI0. DI0 is the default setting. Signed-off-by: Max Krummenacher --- arch/arm/imx-common/video.c | 2 +-

[U-Boot] [PATCH 1/3] spl: mmc: fix switch statement

2016-10-15 Thread Max Krummenacher
If CONFIG_SPL_LIBCOMMON_SUPPORT is not defined there is a lone case statement at the end of the switch leading to a compile error. Remove the offending case statement. | common/spl/spl_mmc.c:339:7: error: label at end of compound statement Signed-off-by: Max Krummenacher

Re: [U-Boot] [PATCH v5 2/7] efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > Some boards decided not to run ATF or other secure firmware in EL3, so > they instead run U-Boot there. The uEFI spec doesn't know what EL3 is > though - it only knows about EL2 and EL1. So if we see that we're running > in EL3, let's get into EL2 to

Re: [U-Boot] [PATCH] usb: host: Move CONFIG_USB_MAX_CONTROLLER_COUNT to non-dm

2016-10-15 Thread Tom Rini
On Sun, Oct 16, 2016 at 02:02:13AM +0900, Masahiro Yamada wrote: > 2016-10-15 23:05 GMT+09:00 Tom Rini : > > On Sat, Oct 15, 2016 at 06:32:46PM +0530, Jagan Teki wrote: > > > >> CONFIG_USB_MAX_CONTROLLER_COUNT not used in DM_USB, hence moved > >> to non-dm from global area. >

Re: [U-Boot] [PATCH] arch: powerpc: Remove unused dts frequency fixup for lbc_clk

2016-10-15 Thread york sun
On 09/30/2016 01:57 AM, Prabhakar Kushwaha wrote: > lbc_clk is used to fixup dts as "bus frequency". > It is not being used by Linux IFC and eLBC driver. > > So remove unused "bus frqeuency" fix-up of devicre tree. > > Signed-off-by: Prabhakar Kushwaha > --- >

Re: [U-Boot] [PATCH v5 3/7] ls2080ardb: Reserve DP-DDR RAM

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > The DP-DDR shouldn't be exposed as conventional memory to an OS, so let's > rather claim it's a reserved region in the EFI memory map > > Signed-off-by: Alexander Graf > --- > board/freescale/ls2080ardb/ls2080ardb.c | 9 + >

Re: [U-Boot] [PATCH] usb: host: Move CONFIG_USB_MAX_CONTROLLER_COUNT to non-dm

2016-10-15 Thread Masahiro Yamada
2016-10-15 23:05 GMT+09:00 Tom Rini : > On Sat, Oct 15, 2016 at 06:32:46PM +0530, Jagan Teki wrote: > >> CONFIG_USB_MAX_CONTROLLER_COUNT not used in DM_USB, hence moved >> to non-dm from global area. >> >> Cc: Simon Glass >> Cc: Marek Vasut

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

2016-10-15 Thread york sun
Tom, The following changes since commit 44afdc4a12b9f6f48338e7975e4f08cfe90dba74: Merge branch 'master' of git://git.denx.de/u-boot-net (2016-10-13 13:38:49 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git for you to fetch changes up to

Re: [U-Boot] [PATCH v5 7/7] efi_loader: Declare secure memory as reserved

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > Some systems may implemente TrustZone (EL3) in U-Boot. Those systems > reserve some memory that U-Boot is aware of as secure. > > For those systems, mask out that secure memory in the EFI memory map, > as it's not usable from EL2 or EL1. > >

Re: [U-Boot] [PATCH v5 5/7] armv8: ls2080a: Declare spin tables as reserved for efi loader

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > The efi loader code has its own memory map, so it needs to be aware where > the spin tables are located, to ensure that no code writes into those > regions. > > Signed-off-by: Alexander Graf > --- >

Re: [U-Boot] [PATCH v5 4/7] ls2080ardb: Convert to distro boot

2016-10-15 Thread york sun
On 10/15/2016 03:03 AM, Alexander Graf wrote: > Most new systems in U-Boot these days make use of the generic "distro" > framework which allows a user to have U-Boot scan for a bootable OS > on all available media types. > > This patch extends the LS2080ARDB board to use that framework if the >

[U-Boot] CONFIG_USE_ARCH_MEMSET/MEMCPY and SPL not working

2016-10-15 Thread Max Krummenacher
Hi I'm moving an i.MX6 based system to use SPL. With CONFIG_USE_ARCH_MEMSET/MEMCPY enabled the SPL build fails with undefined reference to `memset' undefined reference to `memcpy' The following RFC Patch should have made it in mainline by way of u -boot-arm, however it didn't.

Re: [U-Boot] [PATCH] OMAP3: omap3_logic: Add scripts to boot over network.

2016-10-15 Thread Tom Rini
On Sat, Oct 15, 2016 at 08:16:27AM -0500, Adam Ford wrote: > Not all networks have a DHCP server configured properly, so these > scripts make it easier to boot in that scenario. > > Signed-off-by: Adam Ford > > diff --git a/include/configs/omap3_logic.h

Re: [U-Boot] [PATCH] usb: host: Move CONFIG_USB_MAX_CONTROLLER_COUNT to non-dm

2016-10-15 Thread Tom Rini
On Sat, Oct 15, 2016 at 06:32:46PM +0530, Jagan Teki wrote: > CONFIG_USB_MAX_CONTROLLER_COUNT not used in DM_USB, hence moved > to non-dm from global area. > > Cc: Simon Glass > Cc: Marek Vasut > Cc: Masahiro Yamada >

Re: [U-Boot] [PATCH] rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:21, Simon Glass wrote: > On 8 October 2016 at 01:23, Kever Yang wrote: >> SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of >> inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM >> defined. >> >>

Re: [U-Boot] [PATCH v3 2/3] rk3288: sdram: auto-detect the capacity

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 10 October 2016 at 11:12, Vagrant Cascadian wrote: >> On 2016-10-07, Kever Yang wrote: >>> Add support for rk3288 dram capacity auto detect, support DDR3 and >>> LPDDR3, DDR2 is not supported. >>> The

Re: [U-Boot] [PATCH] rk3288: fix reg address for GRF_SOC_CON2

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 7 October 2016 at 01:59, Kever Yang wrote: >> The GRF base address is missing, fix it. >> >> Signed-off-by: Kever Yang >> --- >> >>

Re: [U-Boot] [PATCH v3 3/3] dts: rk3288: remove node in dmc which not need anymore

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 7 October 2016 at 03:47, Kever Yang wrote: >> Since we implement the dram capacity auto detect, we don't >> need to set the channel number and sdram-channel in dts. >> >> Signed-off-by: Kever Yang

Re: [U-Boot] [PATCH] evb-rk3399: config: set emmc as default boot dev

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 7 October 2016 at 02:05, Kever Yang wrote: >> rk3399 has two mmc dev controller: >> mmc 0: SD card; >> mmc 1: EMMC >> >> U-Boot will scan the mmc boot device configured by CONFIG_SYS_MMC_ENV_DEV,

Re: [U-Boot] [PATCH v3 1/3] rk3288: config change for enable dram capacity auto-detect.

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 7 October 2016 at 03:47, Kever Yang wrote: >> Enable ROCKCHIP_SPL_BACK_TO_BROM and disable CONFIG_SPL_MMC_SUPPORT >> to save memory in order to enable add source code for dram capacity >>

Re: [U-Boot] [PATCH v3 2/2] rockchip: doc: add GPT partition layout

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:25, Simon Glass wrote: > On 7 October 2016 at 23:47, Jacob Chen wrote: >> A simple introduction. >> >> Signed-off-by: Jacob Chen >> Acked-by: Simon Glass >> --- >> >> Changes

Re: [U-Boot] [PATCH v3 1/2] rockchip: use rockchip linux partitions layout

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:25, Simon Glass wrote: > On 8 October 2016 at 01:38, Kever Yang wrote: >> Hi Jacob, >> >> >> On 10/08/2016 01:47 PM, Jacob Chen wrote: >>> >>> Unify the partitions of each chip then it will be more easy for us to >>> write

Re: [U-Boot] [PATCH] rk3399: disable the clock multiplier support when SoC init

2016-10-15 Thread Simon Glass
On 15 October 2016 at 07:24, Simon Glass wrote: > On 7 October 2016 at 01:56, Kever Yang wrote: >> The Clock Multiplier in rk3399 EMMC programmable clock generator >> is broken, we can remove its support from SoC GRF register. >> >> Without this

Re: [U-Boot] [PATCH v3 2/2] rockchip: doc: add GPT partition layout

2016-10-15 Thread Simon Glass
On 7 October 2016 at 23:47, Jacob Chen wrote: > A simple introduction. > > Signed-off-by: Jacob Chen > Acked-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > doc/README.rockchip | 11 +-- >

Re: [U-Boot] [PATCH v3 1/2] rockchip: use rockchip linux partitions layout

2016-10-15 Thread Simon Glass
On 8 October 2016 at 01:38, Kever Yang wrote: > Hi Jacob, > > > On 10/08/2016 01:47 PM, Jacob Chen wrote: >> >> Unify the partitions of each chip then it will be more easy for us to >> write scripts, tools or guides for rockchip chips. >> >> Those extra partitions

Re: [U-Boot] [PATCH v3 2/3] rk3288: sdram: auto-detect the capacity

2016-10-15 Thread Simon Glass
On 10 October 2016 at 11:12, Vagrant Cascadian wrote: > On 2016-10-07, Kever Yang wrote: >> Add support for rk3288 dram capacity auto detect, support DDR3 and >> LPDDR3, DDR2 is not supported. >> The program will automatically detect: >> - channel number >> - rank number >> -

Re: [U-Boot] [PATCH v3 3/3] dts: rk3288: remove node in dmc which not need anymore

2016-10-15 Thread Simon Glass
On 7 October 2016 at 03:47, Kever Yang wrote: > Since we implement the dram capacity auto detect, we don't > need to set the channel number and sdram-channel in dts. > > Signed-off-by: Kever Yang > Acked-by: Simon Glass >

Re: [U-Boot] [PATCH] rk3399: disable the clock multiplier support when SoC init

2016-10-15 Thread Simon Glass
On 7 October 2016 at 01:56, Kever Yang wrote: > The Clock Multiplier in rk3399 EMMC programmable clock generator > is broken, we can remove its support from SoC GRF register. > > Without this patch, rk3399 emmc driver is not work after below patch > applied: > 6dffdbc

Re: [U-Boot] [PATCH v3 1/3] rk3288: config change for enable dram capacity auto-detect.

2016-10-15 Thread Simon Glass
On 7 October 2016 at 03:47, Kever Yang wrote: > Enable ROCKCHIP_SPL_BACK_TO_BROM and disable CONFIG_SPL_MMC_SUPPORT > to save memory in order to enable add source code for dram capacity > auto-detect. > > Signed-off-by: Kever Yang > --- > >

Re: [U-Boot] [PATCH] evb-rk3399: config: set emmc as default boot dev

2016-10-15 Thread Simon Glass
On 7 October 2016 at 02:05, Kever Yang wrote: > rk3399 has two mmc dev controller: > mmc 0: SD card; > mmc 1: EMMC > > U-Boot will scan the mmc boot device configured by CONFIG_SYS_MMC_ENV_DEV, > since evb has emmc on board, let's set the EMMC as default. > >

Re: [U-Boot] [PATCH] rk3288: fix reg address for GRF_SOC_CON2

2016-10-15 Thread Simon Glass
On 7 October 2016 at 01:59, Kever Yang wrote: > The GRF base address is missing, fix it. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-rockchip/rk3288/rk3288.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon

Re: [U-Boot] [PATCH] rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT

2016-10-15 Thread Simon Glass
On 8 October 2016 at 01:23, Kever Yang wrote: > SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of > inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM > defined. > > > Signed-off-by: Kever Yang > --- > >

[U-Boot] [PATCH] OMAP3: omap3_logic: Add scripts to boot over network.

2016-10-15 Thread Adam Ford
Not all networks have a DHCP server configured properly, so these scripts make it easier to boot in that scenario. Signed-off-by: Adam Ford diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 95ff5c3..0827ebe 100644 ---

Re: [U-Boot] [PATCH v2 2/3] rockchip: rk3399: Move rockchip_get_cru() out of the driver

2016-10-15 Thread Simon Glass
On 7 October 2016 at 20:54, Kever Yang wrote: > Hi Simon, > > > On 10/02/2016 10:04 AM, Simon Glass wrote: >> >> This function is called from outside the driver. It should be placed into >> common SoC code. Move it. >> >> Also rename the driver symbol to be more

Re: [U-Boot] [PATCH v2 3/3] rockchip: rk3288: Move rockchip_get_cru() out of the driver

2016-10-15 Thread Simon Glass
On 7 October 2016 at 20:55, Kever Yang wrote: > Hi Simon, > > > On 10/02/2016 10:04 AM, Simon Glass wrote: >> >> This function is called from outside the driver. It should be placed into >> common SoC code. Move it. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH] clk: rk3399: fix rockchip_get_cru

2016-10-15 Thread Simon Glass
On 27 September 2016 at 11:55, Simon Glass wrote: > On 27 September 2016 at 01:48, Jacob Chen wrote: >> clk_rk3399 is driver name, not device name >> >> Signed-off-by: Jacob Chen >> --- >> >>

Re: [U-Boot] [PATCH v2 1/3] rockchip: rk3036: Move rockchip_get_cru() out of the driver

2016-10-15 Thread Simon Glass
On 7 October 2016 at 20:54, Kever Yang wrote: > Hi Simon, > > > On 10/02/2016 10:04 AM, Simon Glass wrote: >> >> This function is called from outside the driver. It should be placed into >> common SoC code. Move it. >> >> Also rename the driver symbol to be more

Re: [U-Boot] [PATCH] rockchip: enable SPL_OF_PLATDATA for rk3288 board

2016-10-15 Thread Simon Glass
Hi, On 8 October 2016 at 02:28, 陈豪 wrote: > In patch "rk3288: config change for enable dram capacity auto-detect", > Kever have use CONFIG_ROCKCHIP_SPL_BACK_TO_BROM to reduce spl size, so > this patch is no longer needed. OK, then I will drop this patch for now. > >

Re: [U-Boot] [PATCH 4/4] RK3288 needs fdt and initrd below 256M now.

2016-10-15 Thread Simon Glass
On 27 August 2016 at 11:03, Sandy Patterson wrote: > > > On Sat, Aug 27, 2016 at 12:06 PM, Simon Glass wrote: >> >> Hi Sandy, >> >> On 11 July 2016 at 11:38, Sandy Patterson >> wrote: >> > I am not sure why this limit is

Re: [U-Boot] [PATCH] tpm: tpm_tis_lpc: Add support for AT97SC3204

2016-10-15 Thread Simon Glass
Hi George, On 14 October 2016 at 15:41, George McCollister wrote: > > The Atmel AT97SC3204 is also TIS compliant. > Modify the tpm_tis_lpc driver to check for the vid/did used by the > Atmel AT97SC3204 and report an appropriate description. > > Signed-off-by: George

[U-Boot] [PATCH] usb: host: Move CONFIG_USB_MAX_CONTROLLER_COUNT to non-dm

2016-10-15 Thread Jagan Teki
CONFIG_USB_MAX_CONTROLLER_COUNT not used in DM_USB, hence moved to non-dm from global area. Cc: Simon Glass Cc: Marek Vasut Cc: Masahiro Yamada Signed-off-by: Jagan Teki --- drivers/usb/host/ehci-hcd.c | 8

Re: [U-Boot] [PATCH V2] OMAP3: omap3_logic: Remove LCD preboot info

2016-10-15 Thread Tom Rini
On Sat, Oct 15, 2016 at 06:23:11AM -0500, Adam Ford wrote: > The LCD isn't supported in U-Boot and the LCD is now configured in > the device tree, so this code is pointless. > > V2: Eliminiate erroneous newline. > > Signed-off-by: Adam Ford > > diff --git

Re: [U-Boot] [U-Boot,v1] spl: move FDT_FIXUP_PARTITIONS to Kconfig

2016-10-15 Thread Tom Rini
On Thu, Oct 06, 2016 at 07:31:45AM +0200, Heiko Schocher wrote: > Move FDT_FIXUP_PARTITIONS to Kconfig and cleanup existing > uses. > > Signed-off-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v1,2/2] spl: move SYS_OS_BASE to Kconfig

2016-10-15 Thread Tom Rini
On Thu, Oct 06, 2016 at 07:55:16AM +0200, Heiko Schocher wrote: > Move SYS_OS_BASE to Kconfig and cleanup existing > uses. > > Signed-off-by: Heiko Schocher After also fixing a4m2k (a variant of a3m071 that I guess moveconfig missed due to it being selected via

Re: [U-Boot] [U-Boot,v1,1/2] spl: move SPL_OS_BOOT to Kconfig

2016-10-15 Thread Tom Rini
On Thu, Oct 06, 2016 at 07:55:15AM +0200, Heiko Schocher wrote: > Move SPL_OS_BOOT to Kconfig and cleanup existing > uses. > > Signed-off-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH V2] OMAP3: omap3_logic: Remove LCD preboot info

2016-10-15 Thread Adam Ford
The LCD isn't supported in U-Boot and the LCD is now configured in the device tree, so this code is pointless. V2: Eliminiate erroneous newline. Signed-off-by: Adam Ford diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index a7649ca..95ff5c3 100644

[U-Boot] [PATCH] OMAP3: omap3_logic: Remove LCD preboot info

2016-10-15 Thread Adam Ford
The LCD isn't supported in U-Boot and the LCD is now configured in the device tree, so this code is pointless. Signed-off-by: Adam Ford diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index a7649ca..ff7bf92 100644 ---

[U-Boot] [PATCH v5 2/7] efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3

2016-10-15 Thread Alexander Graf
Some boards decided not to run ATF or other secure firmware in EL3, so they instead run U-Boot there. The uEFI spec doesn't know what EL3 is though - it only knows about EL2 and EL1. So if we see that we're running in EL3, let's get into EL2 to make payloads happy. Signed-off-by: Alexander Graf

[U-Boot] [PATCH v5 5/7] armv8: ls2080a: Declare spin tables as reserved for efi loader

2016-10-15 Thread Alexander Graf
The efi loader code has its own memory map, so it needs to be aware where the spin tables are located, to ensure that no code writes into those regions. Signed-off-by: Alexander Graf --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 6 ++ 1 file changed, 6 insertions(+) diff

[U-Boot] [PATCH v5 1/7] ls2080: Exit dpaa only right before exiting U-Boot

2016-10-15 Thread Alexander Graf
On ls2080 we have a separate network fabric component which we need to shut down before we enter Linux (or any other OS). Along with that also comes configuration of the fabric using a description file. Today we always stop and configure the fabric in the boot script and (again) exit it on device

[U-Boot] [PATCH v5 7/7] efi_loader: Declare secure memory as reserved

2016-10-15 Thread Alexander Graf
Some systems may implemente TrustZone (EL3) in U-Boot. Those systems reserve some memory that U-Boot is aware of as secure. For those systems, mask out that secure memory in the EFI memory map, as it's not usable from EL2 or EL1. Signed-off-by: Alexander Graf --- v4 -> v5: -

[U-Boot] [PATCH v5 6/7] armv8: fsl-layerscape: Add support for efi_loader RTS reset

2016-10-15 Thread Alexander Graf
When implementing efi loader support, we can expose runtime services for payloads. One such service is CPU reset. This patch implements RTS CPU reset support for layerscape systems. Signed-off-by: Alexander Graf --- v4 -> v5: - Use __efi_runtime tags ---

[U-Boot] [PATCH v5 4/7] ls2080ardb: Convert to distro boot

2016-10-15 Thread Alexander Graf
Most new systems in U-Boot these days make use of the generic "distro" framework which allows a user to have U-Boot scan for a bootable OS on all available media types. This patch extends the LS2080ARDB board to use that framework if the hard coded NOR flash location does not contain a bootable

[U-Boot] [PATCH v5 0/7] LS2080ARDB: Enable EFI boot support

2016-10-15 Thread Alexander Graf
We now have EFI support in U-Boot which worked out of the box on all systems that I tried it on so far. Except for the LS2080ARDB. With this patch set I can successfully boot grub2 and Linux from there on such a system - even using PXE. This patch set depends on the efi-next queue and the efi

[U-Boot] [PATCH v5 3/7] ls2080ardb: Reserve DP-DDR RAM

2016-10-15 Thread Alexander Graf
The DP-DDR shouldn't be exposed as conventional memory to an OS, so let's rather claim it's a reserved region in the EFI memory map Signed-off-by: Alexander Graf --- board/freescale/ls2080ardb/ls2080ardb.c | 9 + 1 file changed, 9 insertions(+) diff --git