[U-Boot] uboot information

2017-03-18 Thread Sébastien Basset
Hello, Sorry for the inconvenience, i have problem for read mmc on my board with braswell cpu, i would like test on other board, i have nuc intel with braswell,is there possible when there is already bios to load uboot ? else has any chance, I use coreboot + uboot, i would like run kernel on sdm

Re: [U-Boot] uboot information

2017-03-18 Thread Sébastien Basset
Hi, Coreboot load uboot as payload. Le 17 mars 2017 19:14, "Simon Glass" a écrit : > +Bin > > Hi Sebastian, > > On 17 March 2017 at 11:23, Sébastien Basset wrote: > > > > Hello, > > > > Sorry for the inconvenience, i have problem for read mmc on my board > with braswell cpu, i would like test

Re: [U-Boot] [U-Boot, v6, 3/3] Kconfig: Disable non-FIT SPL loading for TI secure devices

2017-03-18 Thread Tom Rini
On Thu, Feb 16, 2017 at 11:18:40AM -0600, Andrew F. Davis wrote: > Non-FIT SPL image loading support should be disabled for TI secure > devices as the image handlers for those image types do not follow > our secure boot flow. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini > Reviewed

Re: [U-Boot] [U-Boot, v6, 2/3] spl: Add option to enable SPL Legacy image support

2017-03-18 Thread Tom Rini
On Thu, Feb 16, 2017 at 11:18:39AM -0600, Andrew F. Davis wrote: > Add a Kconfig option that enables Legacy image support, this allows > boards to explicitly disable this, for instance when needed for > security reasons. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Simon Glass > Reviewed-b

Re: [U-Boot] [U-Boot, v6, 1/3] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

2017-03-18 Thread Tom Rini
On Thu, Feb 16, 2017 at 11:18:38AM -0600, Andrew F. Davis wrote: > CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it > encounters RAW images, express this same functionality as a positive > option enabling support for RAW images: CONFIG_SPL_RAW_IMAGE_SUPPORT > > Also move uses

Re: [U-Boot] [PATCH] fdt_support: Fixup 'ethernet' aliases not ending in digits

2017-03-18 Thread Tuomas Tynkkynen
On Sat, 18 Mar 2017 14:34:34 -0400 Tom Rini wrote: > On Sat, Mar 18, 2017 at 08:20:07PM +0200, Tuomas Tynkkynen wrote: ... > > > > That one accepts everything starting with "ethernet", which sounds > > undesirable > > if one wants to have e.g. an "ethernet-phy0" alias for some different > > pu

Re: [U-Boot] [PATCH] fdt_support: Fixup 'ethernet' aliases not ending in digits

2017-03-18 Thread Tom Rini
On Sat, Mar 18, 2017 at 08:20:07PM +0200, Tuomas Tynkkynen wrote: > On Fri, 17 Mar 2017 21:26:51 -0400 > Tom Rini wrote: > > > On Fri, Mar 17, 2017 at 09:44:59PM +0200, Tuomas Tynkkynen wrote: > > > > > The Raspberry Pi device tree files since Linux v4.9 have a "ethernet" > > > alias pointing to

Re: [U-Boot] [PATCH] fdt_support: Fixup 'ethernet' aliases not ending in digits

2017-03-18 Thread Tuomas Tynkkynen
On Fri, 17 Mar 2017 21:26:51 -0400 Tom Rini wrote: > On Fri, Mar 17, 2017 at 09:44:59PM +0200, Tuomas Tynkkynen wrote: > > > The Raspberry Pi device tree files since Linux v4.9 have a "ethernet" > > alias pointing to the on-board Ethernet device node. However, > > U-Boot's fdt_fixup_ethernet() (

Re: [U-Boot] [PATCH] ARM: keystone: Pass SPI MTD partition table via kernel command line

2017-03-18 Thread Tom Rini
On Sat, Mar 18, 2017 at 05:44:05PM +0530, Vignesh R wrote: > On 3/16/2017 2:18 AM, Tom Rini wrote: > > On Tue, Mar 14, 2017 at 05:11:06PM +0530, Vignesh R wrote: > >> [...] > >> > >> On Friday 10 March 2017 11:32 PM, Tom Rini wrote: > Yes, I agree that initial DT layout of 512K may not have be

Re: [U-Boot] [PATCH] arch/arm/lib/relocate.S: Remove unreachable code

2017-03-18 Thread Tom Rini
On Sat, Mar 18, 2017 at 04:25:37PM +0300, Alex Sadovsky wrote: > Hi, Tom > > > We support neither xscale nor ARMv4 at this point in time, so remove > > this code. > AFAIR, compiler sets __XSCALE__ when one specifies -mcpu=xscale > option. This option is currently set by CONFIG_CPU_PXA and there ar

Re: [U-Boot] [PATCH] arch/arm/lib/relocate.S: Remove unreachable code

2017-03-18 Thread Alex Sadovsky
Hi, Tom > We support neither xscale nor ARMv4 at this point in time, so remove > this code. AFAIR, compiler sets __XSCALE__ when one specifies -mcpu=xscale option. This option is currently set by CONFIG_CPU_PXA and there are boards in U-Boot that are based on PXA CPU and depends on this config ite

[U-Boot] [PATCHv2] arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD

2017-03-18 Thread Tom Rini
Today, we have cases where we wish to build all of U-Boot in Thumb2 mode for various reasons. We also have cases where we only build SPL in Thumb2 mode due to size constraints and wish to build the rest of the system in ARM mode. So in this migration we introduce a new symbol as well, SPL_SYS_THU

Re: [U-Boot] [PATCH] ARM: keystone: Pass SPI MTD partition table via kernel command line

2017-03-18 Thread Vignesh R
On 3/16/2017 2:18 AM, Tom Rini wrote: > On Tue, Mar 14, 2017 at 05:11:06PM +0530, Vignesh R wrote: >> [...] >> >> On Friday 10 March 2017 11:32 PM, Tom Rini wrote: Yes, I agree that initial DT layout of 512K may not have been good design, but it would be good to have an agreeable way of f

Re: [U-Boot] [PATCH 2/2] pinctrl: Kconfig: reorder to keep Rockchip options together

2017-03-18 Thread Heiko Stuebner
Am Freitag, 17. März 2017, 20:41:04 CET schrieb Philipp Tomsich: > Signed-off-by: Philipp Tomsich > > --- > > drivers/pinctrl/Kconfig | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > index 6181ec6..83086

Re: [U-Boot] [PATCH 1/2] rockchip: pinctrl: use per-SoC option names for Kconfig

2017-03-18 Thread Heiko Stuebner
Am Freitag, 17. März 2017, 20:41:03 CET schrieb Philipp Tomsich: > The config options for pinctrl on the RK3188, RK3288, RK3328 and > RK3399 previously showed up in menuconfig with the generic string > descriptor "Rockchip pin control driver" requiring one to look through > the help/full descriptio