[U-Boot] [RFC PATCH 18/21] ARM: nomadik: move SoC headers to mach-nomadik/include/mach

2015-01-24 Thread Masahiro Yamada
Move arch/arm/include/asm/arch-nomadik/* -> arch/arm/mach-nomadik/include/mach/* Signed-off-by: Masahiro Yamada Cc: Nomadik Linux Team Cc: Alessandro Rubini --- arch/arm/{include/asm/arch-nomadik => mach-nomadik/include/mach}/gpio.h | 0 arch/arm/{include/asm/arch-nomadik => mach-nomadik/in

[U-Boot] [RFC PATCH 20/21] ARM: keystone: move SoC headers to mach-keystone/include/mach

2015-01-24 Thread Masahiro Yamada
Move arch/arm/include/asm/arch-keystone/* -> arch/arm/mach-keystone/include/mach/* Signed-off-by: Masahiro Yamada Cc: Tom Rini --- .../{include/asm/arch-keystone => mach-keystone/include/mach}/clock-k2e.h | 0 .../asm/arch-keystone => mach-keystone/include/mach}/clock-k2hk.h | 0 ...

[U-Boot] [RFC PATCH 14/21] ARM: at91: move SoC headers to mach-at91/include/mach

2015-01-24 Thread Masahiro Yamada
Move arch/arm/include/asm/arch-at91/* -> arch/arm/mach-at91/include/mach/* Signed-off-by: Masahiro Yamada Cc: Andreas Bießmann --- MAINTAINERS | 1 - arch/arm/{include/asm/arch-at91 => mach-at91/include/mach}/at91_common.h | 0 arc

[U-Boot] [RFC PATCH 21/21] ARM: prepare for including

2015-01-24 Thread Masahiro Yamada
This commit adds $(srctree)/arch/arm/$(machdirs)/include/mach to the headers search path. It allows us to replace "#include " with "#include ". As "#include " is still supported, we can modify each file one by one. Signed-off-by: Masahiro Yamada --- arch/arm/Makefile | 2 ++ 1 file changed, 2

[U-Boot] [RFC PATCH 19/21] ARM: orion5x: move SoC headers to mach-orion5x/include/mach

2015-01-24 Thread Masahiro Yamada
Move arch/arm/include/asm/arch-orion5x/* -> arch/arm/mach-orion5x/include/mach/* Signed-off-by: Masahiro Yamada Cc: Albert ARIBAUD --- arch/arm/{include/asm/arch-orion5x => mach-orion5x/include/mach}/cpu.h| 0 .../{include/asm/arch-orion5x => mach-orion5x/include/mach}/mv88f5182.h | 0

[U-Boot] [RFC PATCH 16/21] ARM: davinci: move SoC headers to mach-davinci/include/mach

2015-01-24 Thread Masahiro Yamada
Move arch/arm/include/asm/arch-davinci/* -> arch/arm/mach-davinci/include/mach/* Signed-off-by: Masahiro Yamada Cc: Tom Rini --- .../{include/asm/arch-davinci => mach-davinci/include/mach}/aintc_defs.h | 0 .../asm/arch-davinci => mach-davinci/include/mach}/da850_lowlevel.h | 0 .../{

[U-Boot] [RFC PATCH 12/21] ARM: keystone: move SoC sources to mach-keystone

2015-01-24 Thread Masahiro Yamada
Move arch/arm/cpu/armv7/keystone/* -> arch/arm/mach-keystone/* Signed-off-by: Masahiro Yamada Cc: Tom Rini --- arch/arm/Kconfig| 2 +- arch/arm/Makefile | 1 + arch/arm/cpu/armv7/Makefile

[U-Boot] [RFC PATCH 13/21] kbuild: prepare for moving headers into mach-*/include/mach

2015-01-24 Thread Masahiro Yamada
In U-Boot, SoC-specific headers are placed in arch/$(ARCH)/include/asm/arch-$(SOC) and a symbolic link to that directory is created at the early stage of the build process. Creating and removing a symbolic link during the build is not preferred. In fact, Linux Kernel did away with include/asm-$(A

[U-Boot] [RFC PATCH 11/21] ARM: versatile: move SoC sources to mach-versatile

2015-01-24 Thread Masahiro Yamada
Move arch/arm/cpu/arm926ejs/versatile/* -> arch/arm/mach-versatile/* Signed-off-by: Masahiro Yamada --- arch/arm/Kconfig | 2 +- arch/arm/Makefile | 1 + arch/arm/cpu/arm926ejs/Makefile

[U-Boot] [RFC PATCH 06/21] ARM: davinci: move SoC sources to mach-davinci

2015-01-24 Thread Masahiro Yamada
Move arch/arm/cpu/arm926ejs/davinci/* -> arch/arm/mach-davinci/* Signed-off-by: Masahiro Yamada Cc: Tom Rini --- arch/arm/Kconfig | 2 +- arch/arm/Makefile | 1 + arch/arm/cpu/arm926ejs/Makefile

[U-Boot] [RFC PATCH 10/21] ARM: orion5x: move SoC sources to mach-orion5x

2015-01-24 Thread Masahiro Yamada
Move arch/arm/cpu/arm926ejs/orion5x/* -> arch/arm/mach-orion5x/* Signed-off-by: Masahiro Yamada Cc: Albert ARIBAUD --- arch/arm/Kconfig | 2 +- arch/arm/Makefile| 2 ++ arch/arm/cpu/arm926ejs/Makefi

[U-Boot] [RFC PATCH 08/21] ARM: nomadik: move SoC sources to mach-nomadik

2015-01-24 Thread Masahiro Yamada
Move arch/arm/cpu/arm926ejs/nomadik/* -> arch/arm/mach-nomadik/* Signed-off-by: Masahiro Yamada Cc: Nomadik Linux Team Cc: Alessandro Rubini --- arch/arm/Kconfig | 2 +- arch/arm/Makefile | 1 + arch/arm/cpu/arm9

[U-Boot] [RFC PATCH 09/21] ARM: highbank: move SoC sources to mach-highbank

2015-01-24 Thread Masahiro Yamada
Move arch/arm/cpu/armv7/highbank/* -> arch/arm/mach-highbank/* Signed-off-by: Masahiro Yamada Cc: Rob Herring --- arch/arm/Kconfig| 2 +- arch/arm/Makefile | 1 + arch/arm/cpu/armv7/Makefile

[U-Boot] [RFC PATCH 02/21] ARM: prepare for moving SoC sources into mach-*

2015-01-24 Thread Masahiro Yamada
In U-boot, the directory structure, arch/$(ARCH)/cpu/$(CPU)/$(SOC)/ has been adopted except that $(CPU) is missing from some architectures and $(SOC) is missing from some CPUs. This structure did not fit very well in some cases. [1] AT91 AT91 SoC family have been developed across some ARM proces

[U-Boot] [v3 PATCH 1/3] arm: mxs: Add debug outputs and comments to mxs SPL source files

2015-01-24 Thread Graeme Russ
It is difficult to track down fail to boot issues in the mxs SPL. Implement the following to make it easier: - Add debug outputs to allow tracing of SPL progress in order to track where failure to boot occurs. DEUBUG and CONFIG_SPL_SERIAL_SUPPORT must be defined to enable debug output in SPL - Ad

[U-Boot] [v3 PATCH 2/3] arm: mxs: Enable booting of mx28 without battery

2015-01-24 Thread Graeme Russ
Section 4.1.2 of Freescale Application Note AN4199 describes the configuration required to operate the mx28 from a 5V source without a battery. This patch changes the behaviour of the dropout control of the DC-DC converter (refer to section 11.12.9 of the mx28 Application Processor Reference Manua

[U-Boot] [v3 PATCH 3/3] arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode

2015-01-24 Thread Graeme Russ
When booting in JTAG mode, there is no way to use soft break-points, and no way of knowing when SPL has finished executing (so the user can issue a 'halt' command to load u-boot.bin for example) Add a debug output and simple loop to stop execution at the completion of the SPL initialisation as a p

[U-Boot] [v3 PATCH 0/3] Add support for booting mx28 boards without a battery

2015-01-24 Thread Graeme Russ
This series adds support for booting mx28 based boards which do not include a battery as per Freescale application note AN4199 Patch 1 adds SPL debug output to help track down where early init of the power block and SDRAM fails (define DEBUG and CONFIG_SPL_SERIAL_SUPPORT in order to enable) Patch

Re: [U-Boot] [PATCH v3 03/12] net: Use new checksum functions

2015-01-24 Thread Joe Hershberger
On Mon, Jan 19, 2015 at 11:16 PM, Simon Glass wrote: > > Drop the old checksum functions in favour of the new ones. > > Signed-off-by: Simon Glass Looks good to me. Acked-by: Joe Hershberger Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de

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

2015-01-24 Thread York Sun
Tom, The following changes since commit 37b608a52dcb13312a4f7ccea199cd6bac76d298: powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200 (2015-01-23 16:56:09 -0500) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git master for you to fetch changes up

Re: [U-Boot] [PATCH v2 2/2] fsl/ls1021qds: Add deep sleep support

2015-01-24 Thread York Sun
On 12/16/2014 10:58 PM, Tang Yuantian wrote: > Add deep sleep support on Freescale LS1021QDS platform. > > Signed-off-by: Tang Yuantian > --- > based on: u-boot-fsl-qoriq master. > depends on patch: http://patchwork.ozlabs.org/patch/420999/ > which is applied to u-boot-mpc85xx master, awaiting

Re: [U-Boot] [PATCH 2/2] arm: ls102xa: Add LPUART support for LS1021ATWR board

2015-01-24 Thread York Sun
On 01/04/2015 01:30 AM, Alison Wang wrote: > This patch adds LPUART support for LS1021ATWR board. > For ls1021atwr_nor_lpuart_defconfig, LPUART is used as the console. > > Signed-off-by: Alison Wang > --- Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York

Re: [U-Boot] [PATCH 1/2] arm: ls102xa: Add LPUART support for LS1021AQDS board

2015-01-24 Thread York Sun
On 01/04/2015 01:30 AM, Alison Wang wrote: > This patch adds LPUART support for LS1021AQDS board. > For ls1021aqds_nor_lpuart_defconfig, LPUART is used as the console. > > Signed-off-by: Alison Wang > --- Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York

Re: [U-Boot] [PATCH] ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD boot

2015-01-24 Thread York Sun
On 12/25/2014 11:14 PM, Alison Wang wrote: > As QSPI/DSPI and IFC are pin multiplexed, QSPI and DSPI are > only enabled in QSPI boot, and disabled in other boot modes. > IFC is enabled in NOR/NAND/SD boot, and disabled in QSPI boot. > This patch will add fdt support for the above rules. > > Sign

Re: [U-Boot] [PATCH] arm: ls102xa: Update snoop settings for CCI-400

2015-01-24 Thread York Sun
On 01/15/2015 03:29 AM, Alison Wang wrote: > CAAM is connected to CCI-400 S0 slave interface. Disable snooping for > S0 will cause CAAM self test failure. This patch is to enable snooping > for S0 slave interface. These CCI-400 operations are moved to > board_early_init_f() to be initialized earl

Re: [U-Boot] [PATCH v2 1/2] ARM: HYP/non-sec: Make variable gic_dist_addr as a local one

2015-01-24 Thread York Sun
On 12/16/2014 10:58 PM, Tang Yuantian wrote: > Defining variable gic_dist_addr as a globe one prevents some > functions, which use it, from being used before relocation > which is the case in the deep sleep resume process on Freescale > SoC platforms. > Besides, we can always get the GIC base add

Re: [U-Boot] [PATCH] ls102xa: dcu: Add platform support for DCU on LS1021AQDS board

2015-01-24 Thread York Sun
On 12/16/2014 12:50 AM, Xiubo Li wrote: > This patch adds the CH7301 HDMI options and the common configuration > for DCU on LS1021AQDS board. > > Signed-off-by: Xiubo Li > Signed-off-by: Alison Wang > Cc: Jason Jin > --- Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York __

Re: [U-Boot] [PATCH] crypto/fsl: Add fixup for crypto node

2015-01-24 Thread York Sun
On 12/15/2014 12:00 AM, Ruchika Gupta wrote: > Era property is added in the crypto node in device tree. > Move the code to do so from arch/powerpc/mpc8xxx/fdt.c to > drivers/sec/sec.c so that it can be used across arm and > powerpc platforms having crypto node. > > Signed-off-by:

Re: [U-Boot] [PATCH 1/2] arm: ls102xa: Add dummy gpio.h to enable CONFIG_OF_CONTROL

2015-01-24 Thread York Sun
On 12/10/2014 12:17 AM, Ruchika Gupta wrote: > If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled. > It includes and then includes > . As a result, all the SoCs that enable > CONFIG_OF_CONTROL must have even if they > do not support GPIO. > > The right fix would be to split the lib/fd

Re: [U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support

2015-01-24 Thread Peng Fan
Hi, Simon On 1/23/2015 6:29 AM, Simon Glass wrote: Hi Peng, On 16 January 2015 at 22:59, Peng Fan wrote: Hi Simon ,Jagan This patch is based on git://git.denx.de/u-boot-spi.git master branch, since some fsl_qspi's new feature is still in this git repo and have not been merged to mainline. I

Re: [U-Boot] [PATCH v1] ls102xa: etsec: Select ge0_clk125 for eTSEC clock muxing as default

2015-01-24 Thread York Sun
On 12/09/2014 03:38 AM, Alison Wang wrote: > This patch reverts to use ge0_clk125 for eTSEC clock muxing. For SAI and > CAN which are pin multiplexed with RGMII1 in EC1 of RCW, ge2_clk125 will > be used via hwconfig. > > Signed-off-by: Bhupesh Sharma > Signed-off-by: Alison Wang > --- Applied

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-24 Thread Peng Fan
Hi Simon, On 1/23/2015 5:26 AM, Simon Glass wrote: Hi Peng, On 21 January 2015 at 04:09, Peng Fan wrote: This patch add DT support for mxc gpio driver. There are one place using CONFIG_OF_CONTROL macro. 1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT, platdata is alloced

Re: [U-Boot] [PATCH v2 06/26] dm: core: Allocate platform data when binding a device

2015-01-24 Thread Simon Glass
Hi Masahiro, On 23 January 2015 at 22:04, Masahiro YAMADA wrote: > Hi Simon, > > > 2015-01-24 0:50 GMT+09:00 Simon Glass : > >> >> I tried to document the reasoning in the patches, but let me try to >> expand a bit. Hopefully this can provoke further comments / >> improvements. >> >> The main mot

Re: [U-Boot] U-Boot on Sparc leon3

2015-01-24 Thread Simon Glass
Hi Florian, On 23 January 2015 at 04:16, Florian Praden wrote: > Hi, > > I'm trying to build u-boot for a new gaisler board (gr-pci-xc5v-LX110T). > > I have some trouble with the leon3/start.S and the linking process > so I tried to build u-boot from a fresh clean GIT source with the board on > b

Re: [U-Boot] [PATCH v4 2/3] pmic:pfuze implement pmic_mode_init

2015-01-24 Thread Peng Fan
Hi, Stefano On 1/22/2015 6:30 PM, Stefano Babic wrote: On 16/01/2015 17:05, Peng Fan wrote: This patch is to implement pmic_mode_init function, and add prototype in header file. This function is to set switching mode for pmic buck regulators to improve system efficiency. Mode: OFF: The regula

Re: [U-Boot] [PATCH] x86: Remove CONFIG_SATA_INTEL from x86-common.h

2015-01-24 Thread Simon Glass
On 24 January 2015 at 02:17, Bin Meng wrote: > CONFIG_SATA_INTEL is not referenced anywhere, so remove it. > > Signed-off-by: Bin Meng > --- > > include/configs/x86-common.h | 1 - > 1 file changed, 1 deletion(-) Acked-by: Simon Glass ___ U-Boot mail

Re: [U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration

2015-01-24 Thread Simon Glass
On 19 January 2015 at 23:04, Bin Meng wrote: > On Tue, Jan 20, 2015 at 1:16 PM, Simon Glass wrote: >> Add a hook to ensure that this information is saved. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v3: >> - Add misc_init_r() call for link now that it is shared with chromebook_link

Re: [U-Boot] [PATCH v3 11/12] x86: ivybridge: Drop the Kconfig MRC cache information

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > This is now stored in the device tree. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/ivybridge/Kconfig | 28 > 1 file changed, 28 deletions(-) Applied to u-boot-x

Re: [U-Boot] [PATCH v3 12/12] x86: config: chromebook_link: Enable environment

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > Enable an environment area. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > include/configs/chromebook_link.h | 7 +++ > 1 file changed, 7 insertions(+) Applied to u-boot-x86. _

Re: [U-Boot] [PATCH v3 04/12] x86: Use ipchecksum from net/

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > The existing IP checksum function is only accessible to the 'coreboot' cpu. > Drop it in favour of the new code in the network subsystem. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Use checksum code that is now in net/checksum.c >

Re: [U-Boot] [PATCH v3 07/12] Allow architecture-specific memory reservation

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > All memory to be reserved for use after relocation by adding a new call > to perform this reservation. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > common/board_f.c | 7 +++ > 1 file changed, 7 insert

Re: [U-Boot] [PATCH v3 08/12] x86: dts: Add SPI flash MRC details for chromebook_link

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > Correct the SPI flash compatible string, add an alias and specify the > position of the MRC cache, used to store SDRAM training settings for the > Memory Reference Code. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Drop accidental c

Re: [U-Boot] [PATCH v3 06/12] x86: spi: Add device tree support

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > As a temporary measure before the ICH driver moves over to driver model, > add device tree support to the driver. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > drivers/spi/ich.c| 7 +++ > i

Re: [U-Boot] [PATCH v3 09/12] x86: Implement a cache for Memory Reference Code parameters

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > The memory reference code takes a very long time to 'train' its SDRAM > interface, around half a second. To avoid this delay on every boot we can > store the parameters from the last training sessions to speed up the next. > > Add an implementation

Re: [U-Boot] [PATCH v3 05/12] x86: rtc: mc146818: Add helpers to read/write CMOS RAM

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > On x86 we use CMOS RAM to read and write some settings. Add basic support > for this, including access to registers 128-255. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Adjust functions to remain compatible with other RTC drivers >

Re: [U-Boot] [PATCH v3 02/12] net: Add a separate file for IP checksumming

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > Move the checksum code out into its own file so it can be used elsewhere. > Also use a new version which supports a length which is not a multiple of > 2 and add a new function to add two checksums. > > Signed-off-by: Simon Glass > --- > > Changes

Re: [U-Boot] [PATCH v3 01/12] x86: dts: Add compatible string for Intel ICH9 SPI controller

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > Add this to the enum so that we can use the various fdtdec functions. A > later commit will move this driver to driver model. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Use intel,ich-spi as the compatible str

Re: [U-Boot] [PATCH v3 0/12] Add support for caching Memory Reference Code data

2015-01-24 Thread Simon Glass
On 23 January 2015 at 20:56, Bin Meng wrote: > Hi Simon, > > On Sat, Jan 24, 2015 at 5:17 AM, Simon Glass wrote: >> Hi Bin, >> >> On 19 January 2015 at 22:16, Simon Glass wrote: >>> Since the memory reference code is so slow on x86, add a feature to bypass >>> this, storing the previous paramete

Re: [U-Boot] [PATCH] pci: tegra: Fix port information parsing

2015-01-24 Thread Simon Glass
Hi Stephen, On 23 January 2015 at 23:35, Stephen Warren wrote: > On 01/23/2015 09:37 PM, Bin Meng wrote: >> Hi Stephen, >> >> On Sat, Jan 24, 2015 at 12:49 AM, Stephen Warren >> wrote: >>> On 01/23/2015 03:19 AM, Thierry Reding wrote: On Thu, Jan 22, 2015 at 12:04:06AM +0800, Bin Meng

Re: [U-Boot] x86 FSP - delayed SDRAM init?

2015-01-24 Thread Simon Glass
Hi Bin, On 22 January 2015 at 18:32, Bin Meng wrote: > Hi Simon, > > On Fri, Jan 23, 2015 at 12:36 AM, Simon Glass wrote: >> Hi Bin, >> >> On 21 January 2015 at 22:39, Bin Meng wrote: >>> >>> Hi Simon, >>> >>> On Thu, Jan 22, 2015 at 1:02 PM, Simon Glass wrote: >>> > Hi Bin, >>> > >>> > On 21

Re: [U-Boot] [v2 PATCH 2/3] arm: mxs: Enable booting of mx28 without battery

2015-01-24 Thread Fabio Estevam
Hi Graeme, This looks so much better! On Sat, Jan 24, 2015 at 1:32 AM, Graeme Russ wrote: > Section 4.1.2 of Freescale Application Note AN4199 describes the > configuration required to operate the mx28 from a 5V source without a > battery. This patch implements the changes to the Freescale bootl

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-24 Thread Marek Vasut
On Saturday, January 24, 2015 at 12:48:15 AM, Steve Rae wrote: > On 15-01-21 11:05 PM, Marek Vasut wrote: > > On Tuesday, January 20, 2015 at 11:42:08 PM, Steve Rae wrote: > >> Implement the UDC support for the USB OTG interface. > >> > >> Signed-off-by: Steve Rae > >> --- > > > > General questi

Re: [U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size

2015-01-24 Thread Bin Meng
Hi Jagan, On Mon, Jan 12, 2015 at 2:52 PM, Jagan Teki wrote: > On 12 January 2015 at 09:12, Bin Meng wrote: >> Hi Jagan, >> >> On Wed, Dec 17, 2014 at 4:39 PM, Jagan Teki wrote: >>> On 17 December 2014 at 13:32, Bin Meng wrote: Hi Jagan, On Wed, Dec 17, 2014 at 3:59 PM, Jagan Te

Re: [U-Boot] [v2 PATCH 3/3] arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode

2015-01-24 Thread Graeme Russ
On 24/01/15 14:32, Graeme Russ wrote: When booting in JTAG mode, there is no way to use soft break-points, and no way of knowing when SPL has finished executing (so the user can issue a 'halt' command to load u-boot.bin for example) Add a debug output and simple loop to stop execution at the c

[U-Boot] [PATCH] x86: Remove CONFIG_SATA_INTEL from x86-common.h

2015-01-24 Thread Bin Meng
CONFIG_SATA_INTEL is not referenced anywhere, so remove it. Signed-off-by: Bin Meng --- include/configs/x86-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index f16ae32..dd19c02 100644 --- a/include/configs/x86-common.h ++

Re: [U-Boot] [PATCH] arm: spl: Allow board_init_r() to run with a larger stack

2015-01-24 Thread Masahiro Yamada
Hi Simon, On Thu, 22 Jan 2015 08:10:07 -0700 Simon Glass wrote: > Hi Masahiro, > > On 22 January 2015 at 00:33, Masahiro Yamada > wrote: > > Simon, Heiko, > > > > > > On Thu, 22 Jan 2015 07:28:37 +0100 > > Heiko Schocher wrote: > > > >> > But for your particular case, I certainly would like

[U-Boot] U-Boot on Sparc leon3

2015-01-24 Thread Florian Praden
Hi, I'm trying to build u-boot for a new gaisler board (gr-pci-xc5v-LX110T). I have some trouble with the leon3/start.S and the linking process so I tried to build u-boot from a fresh clean GIT source with the board on board/gaisler/gr_xc3s_1500 which should be supported. And I'm having the s