Re: [U-Boot] [PATCHV5 4/6] ARMv8/Layerscape: switch SMP method accordingly

2016-06-11 Thread york sun
On 06/11/2016 08:58 PM, Zhiqiang Hou wrote: > Hi York, > > Thanks for your comments! > >> -Original Message- >> From: York Sun [mailto:york@nxp.com] >> Sent: 2016年6月8日 8:56 >> To: Zhiqiang Hou ; u-boot@lists.denx.de; >> albert.u.b...@aribaud.net;

[U-Boot] Please pull u-boot-x86

2016-06-11 Thread Bin Meng
Hi Tom, This includes a fix to acpi madt table, and fixes to card detect pin configuration of the SD controller on BayTrail SoC. The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80: siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400) are available in the

Re: [U-Boot] [PATCHV5 4/6] ARMv8/Layerscape: switch SMP method accordingly

2016-06-11 Thread york sun
On 06/11/2016 08:49 PM, Zhiqiang Hou wrote: > Hi York, > > Thanks for your comments! > >> -Original Message- >> From: York Sun [mailto:york@nxp.com] >> Sent: 2016年6月8日 8:51 >> To: Zhiqiang Hou ; u-boot@lists.denx.de; >> albert.u.b...@aribaud.net;

Re: [U-Boot] [PATCH 6/8] x86: Enable regmap and syscon for coreboot and qemu-x86

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> These are generic and should be turned on on coreboot and qemu-x86. >> >> Signed-off-by: Bin Meng >> --- >> >>

Re: [U-Boot] [PATCH 8/8] x86: broadwell: gpio: Remove the codes to set up pin control

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:36 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> Now that we have set up pin control in cpu_init_r(), remove the >> duplicated codes in the broadwell gpio driver. >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 7/8] x86: Probe pinctrl driver in cpu_init_r()

2016-06-11 Thread Bin Meng
On Sat, Jun 11, 2016 at 2:33 AM, George McCollister wrote: > On Wed, Jun 8, 2016 at 7:07 AM, Bin Meng wrote: >> At present pinctrl driver gets probed in ich6_gpio driver's probe >> routine, which has two issues: >> >> - Pin's PADs only gets

Re: [U-Boot] [PATCH 2/8] x86: baytrail: Add 'reg' property in the pinctrl node

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> Without a 'reg' property, pinctrl driver probe routine fails in >> its pre_probe() with a return value of -EINVAL. >> >> Add 'reg' property for all BayTrail

Re: [U-Boot] [PATCH 3/8] x86: baytrail: Change fsp, emmc-boot-mode to "auto"

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> At present all BayTrail boards configure fsp,emmc-boot-mode to 2, >> which means "eMMC 4.1" per FSP documentation. However, eMMC 4.1 >> only shows up on some

Re: [U-Boot] [PATCH 4/8] x86: baytrail: Configure card detect pin of the SD controller

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> As of today, the latest version FSP (gold4) for BayTrail misses the >> PAD configuration of the SD controller's Card Detect signal. The >> default PAD value

Re: [U-Boot] [PATCH 5/8] x86: Update x86-pinctrl driver device-tree-bindings doc

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> This updates the device-tree-bindings doc for x86-pinctrl driver: >> >> - clarify "gpio-offset" is required only when "mode-gpio" is set >> - correct

Re: [U-Boot] [PATCH 1/8] x86: ich6_gpio: Output return value of syscon_get_by_driver_data()

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> The call to syscon_get_by_driver_data() does not save its return value. >> Print it out to aid debugging. >> >> Signed-off-by: Bin Meng >>

Re: [U-Boot] [PATCHV5 4/6] ARMv8/Layerscape: switch SMP method accordingly

2016-06-11 Thread Scott Wood
On 06/11/2016 10:58 PM, Zhiqiang Hou wrote: > Hi York, > > Thanks for your comments! > >> -Original Message- >> From: York Sun [mailto:york@nxp.com] >> Sent: 2016年6月8日 8:56 >> To: Zhiqiang Hou ; u-boot@lists.denx.de; >> albert.u.b...@aribaud.net;

Re: [U-Boot] [PATCH] Kconfig: Add a new DISTRO_DEFAULTS Kconfig option

2016-06-11 Thread Tom Rini
On Sat, Jun 11, 2016 at 04:54:47PM +0200, Hans de Goede wrote: > DISTRO_DEFAULTS is intended to mirror / replace > include/config_distro_defaults.h. > > The intend is for boards which include this file to select this from > their Kconfig files and when moving setting to Kconfig which are

Re: [U-Boot] moveconfig.py removes defconfig entries for "choice" Kconfig settings ?

2016-06-11 Thread Masahiro Yamada
Hi Hans, 2016-06-11 23:07 GMT+09:00 Hans de Goede : > Hi All, > > While looking into adding a DISTRO_DEFAULTS Kconfig option, > I noted that commit bb597c0eeb7e besides introducing the > BOOT_DELAY issues we've been discussing also removes > > CONFIG_MACH_SUN4I=y > > From the

Re: [U-Boot] [PATCH v3 3/4] tools: moveconfig: Fix bug in make Slot.poll()...

2016-06-11 Thread Masahiro Yamada
2016-06-11 4:53 GMT+09:00 Joe Hershberger : > When this was moved out of add(), it should have started using 'self.' > > Signed-off-by: Joe Hershberger > --- I thought I fixed this bug before I sent the patch, but somehow the patch before the fix

Re: [U-Boot] [PATCH v3 4/4] tools: moveconfig: Add a new --git-ref option

2016-06-11 Thread Masahiro Yamada
2016-06-11 4:53 GMT+09:00 Joe Hershberger : > This option allows the 'make autoconf.mk' step to run against a former > repo state, while the savedefconfig step runs against the current repo > state. This is convenient for the case where something in the Kconfig > has

Re: [U-Boot] [PATCH v3 2/4] tools: moveconfig: New color used for changed defconfig

2016-06-11 Thread Masahiro Yamada
2016-06-11 4:53 GMT+09:00 Joe Hershberger : > The old color blends in with similar messages and makes them not stand > out. > > Signed-off-by: Joe Hershberger Reviewed-by: Masahiro Yamada -- Best Regards Masahiro

Re: [U-Boot] [PATCH v3 1/4] tools: moveconfig: Fix another typo

2016-06-11 Thread Masahiro Yamada
2016-06-11 4:53 GMT+09:00 Joe Hershberger : > Signed-off-by: Joe Hershberger > --- Reviewed-by: Masahiro Yamada -- Best Regards Masahiro Yamada ___ U-Boot mailing list

[U-Boot] [PATCH] Kconfig: Add a new DISTRO_DEFAULTS Kconfig option

2016-06-11 Thread Hans de Goede
DISTRO_DEFAULTS is intended to mirror / replace include/config_distro_defaults.h. The intend is for boards which include this file to select this from their Kconfig files and when moving setting to Kconfig which are #define-ed in config_distro_defaults.h to select this from DISTRO_DEFAULTS so

Re: [U-Boot] [PATCH v2 4/5] autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY

2016-06-11 Thread Hans de Goede
Hi, On 11-06-16 15:46, Masahiro Yamada wrote: Hi. 2016-06-11 20:31 GMT+09:00 Hans de Goede : Hi, On 11-06-16 11:44, Masahiro Yamada wrote: Commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option") made a number of misconversion. [1]

Re: [U-Boot] [PATCH v2 4/5] autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY

2016-06-11 Thread Hans de Goede
Hi, On 11-06-16 14:43, Tom Rini wrote: On Sat, Jun 11, 2016 at 01:31:29PM +0200, Hans de Goede wrote: Hi, On 11-06-16 11:44, Masahiro Yamada wrote: Commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option") made a number of misconversion. [1] CONFIG_BOOTDELAY=-1

[U-Boot] moveconfig.py removes defconfig entries for "choice" Kconfig settings ?

2016-06-11 Thread Hans de Goede
Hi All, While looking into adding a DISTRO_DEFAULTS Kconfig option, I noted that commit bb597c0eeb7e besides introducing the BOOT_DELAY issues we've been discussing also removes CONFIG_MACH_SUN4I=y From the defconfig of all sun4i (Allwinner A10) based boards. This is defined in

[U-Boot] [PATCH] sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tablet

2016-06-11 Thread Hans de Goede
The Polaroid MID2407PXE03 is an a23 based 7" tablet based on a M86_MB V2.0 PCB, featuring a 800x480 LCD, 512MB RAM, 4G NAND, esp8089 wifi, gsl1680 touchschreen, micro-sd slot, 3.5mm headphone jack and a micro-usb otg connector which doubles as charging port. The dts file is identical to the one

Re: [U-Boot] [PATCH v2 4/5] autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY

2016-06-11 Thread Masahiro Yamada
Hi. 2016-06-11 20:31 GMT+09:00 Hans de Goede : > Hi, > > On 11-06-16 11:44, Masahiro Yamada wrote: >> >> Commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into >> a Kconfig option") made a number of misconversion. >> >> [1] CONFIG_BOOTDELAY=-1 all gone >> [2]

[U-Boot] [PATCH] README: Device Tree: Add & explain undocumented options.

2016-06-11 Thread Ahmed Samir Khalil
There are no info about these options in the README. Documenting these options makes getting startup, configuration & testing easier. Signed-off-by: Ahmed Samir Khalil --- README | 8 1 file changed, 8 insertions(+) diff --git a/README b/README index

[U-Boot] [PATCH] README: SPI: Add & explain missed SPI & serial flash options.

2016-06-11 Thread Ahmed Samir Khalil
There are no README documentation about these options of SPI & serial flash devices. Documenting these options makes getting startup, configuration & testing easier. Signed-off-by: Ahmed Samir Khalil --- README | 15 +++ 1 file changed, 15 insertions(+) diff

Re: [U-Boot] [PATCH v2 4/5] autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY

2016-06-11 Thread Tom Rini
On Sat, Jun 11, 2016 at 01:31:29PM +0200, Hans de Goede wrote: > Hi, > > On 11-06-16 11:44, Masahiro Yamada wrote: > >Commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into > >a Kconfig option") made a number of misconversion. > > > >[1] CONFIG_BOOTDELAY=-1 all gone > >[2]

Re: [U-Boot] [PATCH 5/5] autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c

2016-06-11 Thread Masahiro Yamada
2016-06-11 8:13 GMT+09:00 Tom Rini : > On Sat, Jun 11, 2016 at 12:38:25AM +0200, Soeren Moch wrote: >> >> >> On 11.06.2016 00:19, Tom Rini wrote: >> > On Fri, Jun 10, 2016 at 11:55:40PM +0200, Soeren Moch wrote: >> >> >> >> >> >> On 10.06.2016 17:20, Masahiro Yamada wrote: >>

[U-Boot] [PATCH v2 5/5] autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c

2016-06-11 Thread Masahiro Yamada
Another problem of commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option") is that CONFIG_BOOTDELAY is now defined for all the boards. Before that commit, it was allowed to unset CONFIG_BOOTDELAY to not compile common/autoboot.c, as described in common/Makefile:

[U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-11 Thread Masahiro Yamada
Masahiro Yamada (5): ARM: stm32: remove unused CONFIG_AUTOBOOT autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves tools: fix define2mk.sed to not add quotes around negative integers autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY autoboot: add CONFIG_AUTOBOOT to allow

Re: [U-Boot] [PATCH v2] configs: Fixup afet BOOTDELAY migration

2016-06-11 Thread Hans de Goede
Hi, On 10-06-16 21:43, Tom Rini wrote: A number of config files were not correctly migrated for BOOTDELAY moving over to Kconfig. Update these configs which were not done correctly. Signed-off-by: Tom Rini --- Changes in v2: - I regenerated this after locally applying

[U-Boot] [PATCH v2 1/5] ARM: stm32: remove unused CONFIG_AUTOBOOT

2016-06-11 Thread Masahiro Yamada
At this point, this is not referenced from anywhere, so remove it (but I will re-add it soon for a different meaning). Signed-off-by: Masahiro Yamada --- Changes in v2: None include/configs/stm32f429-discovery.h | 2 -- 1 file changed, 2 deletions(-) diff --git

[U-Boot] [PATCH v2 3/5] tools: fix define2mk.sed to not add quotes around negative integers

2016-06-11 Thread Masahiro Yamada
The sed script, tools/scripts/define2mk.sed, converts config defines from C headers into include/autoconf.mk for the use in Makefiles. I found the tool adds quotes around negative integer values. For example, at the point of the v2016.07-rc1 tag, include/configs/microblaze-generic.h defines

[U-Boot] [PATCH v2 2/5] autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves

2016-06-11 Thread Masahiro Yamada
Tidy up garbage left by commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option"). Signed-off-by: Masahiro Yamada --- Changes in v2: None include/configs/bfin_adi_common.h | 5 - include/configs/mx6_common.h | 3 ---