[U-Boot] [PATCH 4/4] Fix spelling of "resetting".

2016-10-23 Thread Vagrant Cascadian
Cover-Letter: Fixes several spelling errors for the words "resetting", "extended", "occur", and "multiple". Signed-off-by: Vagrant Cascadian --- arch/arm/mach-exynos/dmc_init_ddr3.c| 2 +- arch/arm/mach-socfpga/misc.c| 2 +-

[U-Boot] [PATCH 1/4] Fix spelling of "multiple".

2016-10-23 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- fs/ubifs/ubifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index cdc04c6..cc397d6 100644 --- a/fs/ubifs/ubifs.c +++ b/fs/ubifs/ubifs.c @@ -854,7 +854,7 @@ int ubifs_read(const

[U-Boot] [PATCH 3/4] Fix spelling of "extended".

2016-10-23 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- cmd/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bootm.c b/cmd/bootm.c index e02a1c5..083f3d1 100644 --- a/cmd/bootm.c +++ b/cmd/bootm.c @@ -162,7 +162,7 @@ static char bootm_help_text[] = #endif #if

[U-Boot] [PATCH 2/4] Fix spelling of "occur".

2016-10-23 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- board/sysam/amcore/amcore.c | 2 +- tools/mkimage.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c index b7217c5..77b5000 100644 ---

Re: [U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-23 Thread Simon Glass
On 19 October 2016 at 01:36, Maxime Ripard wrote: > Hi Simon, > > On Tue, Oct 18, 2016 at 10:23:54AM -0600, Simon Glass wrote: >> Hi Maxime, >> >> On 18 October 2016 at 01:26, Maxime Ripard >> wrote: >> > Hi Simon, >> > >> > On

Re: [U-Boot] [PATCH v2] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY

2016-10-23 Thread Simon Glass
On 21 October 2016 at 01:12, Alexey Brodkin wrote: > Hello Masahiro-san, > > On Fri, 2016-10-21 at 10:58 +0900, Masahiro Yamada wrote: >> Hi Alexey, >> >> 2016-10-20 20:55 GMT+09:00 Alexey Brodkin : >> > >> > Hello Masahiro-san, >> > >> >

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

2016-10-23 Thread Simon Glass
Hi Tom, Here's another patch syncing up with libfdt upstream. Maxime suggest that this should go in now. The following changes since commit 3431b392ad50ff37fa3d6e7715c6a99c74d692dc: Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2016-10-19 07:48:16 -0400) are available in the

Re: [U-Boot] [U-Boot, v4, 28/29] Convert CONFIG_USB_KEYBOARD to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:13:01PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_USB_KEYBOARD > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v4, 29/29] Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:13:02PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_STDIO_DEREGISTER > > This option should never be enabled in SPL, so use > CONFIG_IS_ENABLED(SYS_STDIO_DEREGISTER) when checking the option. > > Signed-off-by: Simon Glass

Re: [U-Boot] [U-Boot, v4, 27/29] Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:13:00PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_CONSOLE_INFO_QUIET > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v4, 24/29] Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:57PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CONSOLE_SCROLL_LINES > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v4, 25/29] Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:58PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_CONSOLE_ENV_OVERWRITE > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v4, 26/29] Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:59PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,v4,23/29] Convert CONFIG_LCD to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:56PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_LCD > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > Reviewed-by: Jagan Teki Applied to u-boot/master, thanks!

Re: [U-Boot] [U-Boot, v4, 22/29] video: Drop CONFIG_CONSOLE_INFO_QUIET

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:55PM -0600, Simon Glass wrote: > This is not used in U-Boot. Drop it. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v4, 18/29] Convert CONFIG_VIDEO_SW_CURSOR to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:51PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_VIDEO_SW_CURSOR > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v4, 21/29] video: Move video_get_info_str() prototype to a header file

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:54PM -0600, Simon Glass wrote: > This should be defined in a header file so that arguments are checked. > Move it to video.h. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v4, 20/29] Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:53PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CONSOLE_EXTRA_INFO > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,v4,17/29] video: Drop CONFIG_VIDEO_HW_CURSOR

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:50PM -0600, Simon Glass wrote: > This is not used in U-Boot. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v4, 16/29] Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:49PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_VGA_AS_SINGLE_DEVICE > > Once we migrate to driver model for video, we should be able to drop this > option. > > Signed-off-by: Simon Glass Applied to

Re: [U-Boot] [U-Boot,v4,15/29] video: Drop the sed13806 driver

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:48PM -0600, Simon Glass wrote: > This is not used in U-Boot. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v4,13/29] video: Drop the imx25lcdc driver

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:46PM -0600, Simon Glass wrote: > This is not used anywhere in U-Boot. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v4,12/29] video: Drop the smiLynxEM driver

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:45PM -0600, Simon Glass wrote: > This is not used in U-Boot anymore. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v4,14/29] video: Drop the s3c-fb driver

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:47PM -0600, Simon Glass wrote: > This is not used in U-Boot. > > Signed-off-by: Simon Glass > Acked-by: Minkyu Kang > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v4, 11/29] Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:44PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_CONSOLE_BG_COL >CONFIG_SYS_CONSOLE_FG_COL > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks!

Re: [U-Boot] [U-Boot, v4, 09/29] Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:42PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CFB_CONSOLE_ANSI > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,v4,07/29] Convert CONFIG_VIDEO to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:40PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_VIDEO > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > Reviewed-by: Jagan Teki Applied to u-boot/master,

Re: [U-Boot] [U-Boot, v4, 10/29] Convert CONFIG_VIDEO_CT69000 to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:43PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_VIDEO_CT69000 > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v4, 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:36PM -0600, Simon Glass wrote: > Move these option to Kconfig and tidy up existing uses. > > Signed-off-by: Simon Glass > Reviewed-by: Jagan Teki Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, v4, 08/29] Convert CONFIG_CFB_CONSOLE to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:41PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CFB_CONSOLE > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v4,06/29] config: Drop CONFIG_CONSOLE_DEV

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:39PM -0600, Simon Glass wrote: > This is not really a config. Rename it to avoid confusion. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > Reviewed-by: Jagan Teki Applied to u-boot/master,

Re: [U-Boot] [U-Boot,v4,05/29] config: Drop CONFIG_CONSOLE

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:38PM -0600, Simon Glass wrote: > This is not really a config. Rename it to avoid confusion. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > Reviewed-by: Jagan Teki Applied to u-boot/master,

Re: [U-Boot] [U-Boot, v4, 04/29] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV et al to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:37PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_CONSOLE_IS_IN_ENV >CONFIG_CONSOLE_MUX > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] [U-Boot,v4,01/29] Remove some merge markers

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:34PM -0600, Simon Glass wrote: > These two files have patch merge markers in them, within comments or > strings. Remove then, so that a search for merge markers does not show up > matches in these files. > > Signed-off-by: Simon Glass >

Re: [U-Boot] [U-Boot, v4, 02/29] Convert SILENT_CONSOLE options to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:35PM -0600, Simon Glass wrote: > Move these option to Kconfig and tidy up existing uses. > > The Power PC boards don't have a suitable common element: the common header > files don't appear to line up with the Kconfig files as far as I can tell. > This results in a

Re: [U-Boot] test/py: ensure a log section exists for skipped tests

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 05:25:52PM -0600, Stephen Warren wrote: > From: Stephen Warren > > In pytest 3, runtestprotocol() may not call pytest_runtest_setup() if > the test is skipped. That call is required to create a section for the > test in the log file. If this is

Re: [U-Boot] [U-Boot,v4,19/29] video: Drop CONFIG_VIDEO_SW_CURSOR

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:52PM -0600, Simon Glass wrote: > Since all boards enable this, we may as well drop the option. > > This is a separate patch from the previous one, so it can be skipped if > someone identifies a need. > > Signed-off-by: Simon Glass > Reviewed-by:

Re: [U-Boot] [PATCH] omap3logic: Fix Auto detect Logic PD Models

2016-10-23 Thread Tom Rini
On Sun, Oct 23, 2016 at 07:39:01AM -0500, Adam Ford wrote: > The autodetect feature doesn't allow users to specify the device tree. > This fix will make it only autodetect if 'fdtimage' is not defined. > > Signed-off-by: Adam Ford > > diff --git

Re: [U-Boot] [PATCH v4 00/29] Kconfig: Move console options to Kconfig

2016-10-23 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:12:33PM -0600, Simon Glass wrote: > This series moves a number of console-related CONFIG options to Kconfig. > Those that are not currently used are removed. > > A few unused video drivers are also removed and there are a few minor > adjustments to improve the code.

Re: [U-Boot] [PATCH] Kconfig: ifc: Moving IFC_BANK_COUNT from Kconfig to config.h

2016-10-23 Thread Prabhakar Kushwaha
Hi York, > -Original Message- > From: york sun > Sent: Friday, October 21, 2016 7:55 PM > To: Prabhakar Kushwaha ; u- > b...@lists.denx.de > Cc: o...@buserror.net > Subject: Re: [PATCH] Kconfig: ifc: Moving IFC_BANK_COUNT from Kconfig to > config.h > > On

Re: [U-Boot] [PATCH] armv8/ls1043a: Add the OCRAM initialization

2016-10-23 Thread Prabhakar Kushwaha
Hi York, > -Original Message- > From: york sun > Sent: Saturday, October 22, 2016 1:39 AM > To: Prabhakar Kushwaha ; Pratiyush Srivastava > ; u-boot@lists.denx.de; Mingkai Hu > > Cc: Hou Zhiqiang

[U-Boot] [PATCH] omap3logic: Fix Auto detect Logic PD Models

2016-10-23 Thread Adam Ford
The autodetect feature doesn't allow users to specify the device tree. This fix will make it only autodetect if 'fdtimage' is not defined. Signed-off-by: Adam Ford diff --git a/board/logicpd/omap3som/omap3logic.c b/board/logicpd/omap3som/omap3logic.c index 3ddeb46..de6a060