Re: [U-Boot] [PATCH v2 08/11] common/board_r: allocate bootparams

2015-01-30 Thread Simon Glass
On 29 January 2015 at 16:07, Andreas Bießmann wrote: > Signed-off-by: Andreas Bießmann > --- > > Changes in v2: > - provide as extra patch, remove from avr32 generic board support > > Changes in v1: None > > common/board_r.c | 15 +++ > 1 file changed, 15 insertions(+) > Reviewed-

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

2015-01-30 Thread Thierry Reding
On Sat, Jan 24, 2015 at 12:19:56PM +0800, Bin Meng wrote: > Hi Thierry, > > On Fri, Jan 23, 2015 at 6:19 PM, Thierry Reding wrote: > > On Thu, Jan 22, 2015 at 12:04:06AM +0800, Bin Meng wrote: > >> Hi Thierry, > >> > >> On Wed, Jan 21, 2015 at 5:40 PM, Thierry Reding wrote: > >> > On Wed, Jan 21

Re: [U-Boot] [PATCH 0/4] MIPS: unify start.S

2015-01-30 Thread Paul Burton
On Thu, Jan 29, 2015 at 02:48:59PM +0100, Daniel Schwierzeck wrote: > Hi Paul, > > 2015-01-29 11:04 GMT+01:00 Paul Burton : > > Currently we have mips32-specific & mips64-specific versions of start.S, > > which are very similar. This short series adapts the mips32 start.S to > > also be suitable f

Re: [U-Boot] [PATCH v1 0/4] Jetson-TK1 support for PSCI

2015-01-30 Thread Thierry Reding
On Fri, Jan 23, 2015 at 12:37:20PM +, Mark Rutland wrote: > On Fri, Jan 23, 2015 at 10:10:45AM +, Thierry Reding wrote: > > On Thu, Jan 22, 2015 at 07:20:15PM +, Mark Rutland wrote: > > > On Fri, Jan 16, 2015 at 09:12:59AM +, Thierry Reding wrote: > > > > On Thu, Jan 15, 2015 at 07:

[U-Boot] [PATCH 2/4] sunxi: Use Thumb2 for the FEL mode SPL

2015-01-30 Thread Siarhei Siamashka
With the FEL entry point converted to assembly code (which uses ARM mode), the rest of the SPL can be now compiled in Thumb2 mode safely. This provides a significant code size reduction: == before == textdata bss dec hex filename 13938 440 28 144063846 spl/u-boo

[U-Boot] [PATCH 4/4] sunxi: Use more realistic size limit for FEL SPL

2015-01-30 Thread Siarhei Siamashka
The older 16 KiB limit was overly optimistic. The FEL SPL binary is loaded at the address 0x2000 (which is also the entry point), and the stack pointer is set by the FEL BROM code to 0x5E00 on Allwinner A20 right at the start. This gives us around 15872 bytes for everything (code, data and stack).

[U-Boot] [PATCH 3/4] sunxi: Get rid of u-boot-spl-fel.lds

2015-01-30 Thread Siarhei Siamashka
The existing u-boot-spl-fel.lds linker script is rather messy. Instead of fixing it, just use u-boot-spl.lds for both normal SPL and FEL SPL. Signed-off-by: Siarhei Siamashka --- arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds | 83 - arch/arm/cpu/armv7/sunxi/u-boot-spl.l

[U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-01-30 Thread Siarhei Siamashka
The commit f630974ccb3ce93e9607a3354e9acb266a8b7e95 'sunxi: Move SPL s_init() code to board_init_f()' broke the FEL boot mode. This patch moves the DRAM initialization back to s_init() and introduces an assembly entry point for FEL in order to provide guaranteed initialization of the gdata pointer

[U-Boot] [PATCH 0/4] sunxi: FEL mode fixes

2015-01-30 Thread Siarhei Siamashka
The recent u-boot changes broke FEL mode support on sunxi hardware. This patch series fixes the regression and also introduces some other cleanups. Siarhei Siamashka (4): sunxi: Make FEL mode usable again sunxi: Use Thumb2 for the FEL mode SPL sunxi: Get rid of u-boot-spl-fel.lds sunxi: Us

[U-Boot] [PATCH v1 1/1] fastboot: oem format command implementation

2015-01-30 Thread Dileep Katta
This is the Modified version of http://patchwork.ozlabs.org/patch/388084/ - As flash support is already in mainline, it is removed - 'oem' command support is present - 'oem format' command is implemented - Handled review comments of the original patch Signed-off-by: Dileep Katta --- common/c

Re: [U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

2015-01-30 Thread Michal Simek
Hi Simon, On 01/29/2015 04:45 PM, Simon Glass wrote: > Hi Michal, > > > On 29 January 2015 at 07:20, Michal Simek wrote: >> Hi Simon, >> >> On 01/29/2015 03:15 AM, Simon Glass wrote: >>> Hi Michal, >>> >>> On 27 January 2015 at 08:20, Michal Simek wrote: Compile code with -fPIC to get GOT

[U-Boot] mips

2015-01-30 Thread 赵建辉
It is so few to support the MIPS architecture,why? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] net/designware: add error message on DMA reset timeout

2015-01-30 Thread Marek Vasut
On Friday, January 30, 2015 at 08:10:34 AM, Alexey Brodkin wrote: > Hi Marek, Tom, > > On Fri, 2015-01-16 at 22:16 +0100, Pavel Machek wrote: > > On Tue 2015-01-13 17:10:24, Alexey Brodkin wrote: > > > If for some reason DMA module fails to reset user oserves only this: > > > --->--- > > > # dhcp

[U-Boot] [PATCH] common: Move dram_init() declaration to common location

2015-01-30 Thread Michal Simek
Signed-off-by: Michal Simek --- Build tested for Microblaze and x86. Created based on my discussion with Simon. --- arch/arm/include/asm/u-boot-arm.h | 1 - arch/nds32/include/asm/u-boot-nds32.h | 1 - arch/sandbox/include/asm/u-boot-sandbox.h | 1 - arch/x86/include/asm/u-boot-x86.h

[U-Boot] [PATCH] powerpc: 85xx: Modify CONFIG_USB_MAX_CONTROLLER_COUNT for P1022DS

2015-01-30 Thread ying.zhang
From: Ying Zhang Modify CONFIG_USB_MAX_CONTROLLER_COUNT value to 1 on P1022DS. As ETSEC2 and USB2 are muxed; thus if ETSEC2 is enabled, the system bus hangs on USB2 if ETSEC2 is enabled but "usb start" command is issued. Hence making default controller count to 1 to avoid system hang. Signed-off

Re: [U-Boot] Possible OMAP3 regression with current mainline

2015-01-30 Thread Enric Balletbo Serra
Hi Simon, 2015-01-30 2:24 GMT+01:00 Simon Glass : > Hi Enric, > > On 26 January 2015 at 10:55, Enric Balletbo Serra wrote: >> I just tried boot with my OMAP3 based board (IGEPv2) and I found that >> is broken in current mainline and v2015.01. The boot process stops at >> >> reading u-boot.img >>

<    1   2