[U-Boot] [PATCH v1] spl: Remove unused CONFIG_SPL_SPI_* definitions

2016-08-21 Thread Chris Packham
As of commit 88e34e5 ("spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*") these defines are not used. Remove them to avoid confusion. Signed-off-by: Chris Packham --- I decided to go with a single patch as with the exception of ds414 these all appear to be Armada

Re: [U-Boot] OMAP3 SPL Overflow

2016-08-21 Thread Lokesh Vutla
On Sunday 21 August 2016 06:15 PM, Tom Rini wrote: > On Sun, Aug 21, 2016 at 06:29:42AM -0500, Adam Ford wrote: > >> Using Git bisect, it appears to me that >> a78cd8613204188991c192b8dae2de0aae3b1722 makes "region `.sram' >> overflowed by 888 bytes" when I compile for omap3_logic. As I move

Re: [U-Boot] [PATCH 02/13] spl: Kconfig: Add SPL__BOOT as Kconfig option

2016-08-21 Thread Lokesh Vutla
On Friday 19 August 2016 08:59 PM, Andrew F. Davis wrote: > On 08/18/2016 11:10 PM, Lokesh Vutla wrote: >> >> >> On Thursday 18 August 2016 09:11 PM, Andrew F. Davis wrote: >>> Currently U-Boot proper has Kconfig options that enable the generation >>> of U-Boot binaries that are capable of being

Re: [U-Boot] [PATCH 1/1] ARM: Move SYS_CACHELINE_SIZE over to Kconfig

2016-08-21 Thread Heiko Schocher
Hello Tom, Am 21.08.2016 um 15:30 schrieb Tom Rini: This series moves the CONFIG_SYS_CACHELINE_SIZE. First, in nearly all cases we are mirroring the values used by the Linux Kernel here. Also, so long as (and in this case, it is true) we implement flushes in hunks that are no larger than the

Re: [U-Boot] [PATCH] efi_loader: disk: Fix CONFIG_BLK breakage

2016-08-21 Thread Alexander Graf
> Am 19.08.2016 um 14:14 schrieb Tom Rini : > >> On Fri, Aug 12, 2016 at 08:19:42PM +0200, Alexander Graf wrote: >> >> >>> On 12.08.16 19:20, Simon Glass wrote: >>> Hi Alex, >>> On 10 August 2016 at 13:01, Alexander Graf wrote: > On 10 Aug

Re: [U-Boot] [PATCH v2 1/7] usb: xhci-rockchip: add rockchip dwc3 controller driver

2016-08-21 Thread Simon Glass
Hi Kever, On 19 August 2016 at 01:19, Kever Yang wrote: > From: MengDongyang > > This patch add support for rockchip dwc3 controller, which corresponding > to the two type-C port on rk3399 evb. > Only support usb2.0 currently for we have

Re: [U-Boot] [PATCH v2 6/7] board: evb-rk3399: enable usb 2.0 host vbus power on board_init

2016-08-21 Thread Simon Glass
On 19 August 2016 at 01:19, Kever Yang wrote: > > rk3399 using one gpio control signal for two usb 2.0 host port, > it's better to enable the power in board file instead of in usb driver. > > Signed-off-by: Kever Yang > --- > > Changes in v2:

Re: [U-Boot] UMS - maintain connection

2016-08-21 Thread Fabio Estevam
Hi John, On Wed, Aug 17, 2016 at 5:01 PM, John Tobias wrote: > Hi Łukasz Majewski, > > I got it working. I may submit a fix soon. Care to submit your fix? Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] mmc: sdhci: Add the programmable clock mode support

2016-08-21 Thread Jaehoon Chung
Hi Wenyou, On 08/16/2016 10:02 AM, Jaehoon Chung wrote: > Hi Andreas, > > On 08/15/2016 01:17 AM, Andreas Bießmann wrote: >> Dear Pantelis, >> >> On 20.06.16 03:58, Wenyou Yang wrote: >>> Add the programmable clock mode for the clock generator. >>> Sorry for reviewing too late. First, this

[U-Boot] [PATCH v1 1/2] arm: mvebu: Add support for NAND interface on A-38x

2016-08-21 Thread Chris Packham
From: Chris Packham The NAND interface on the Armada-38x series is similar to that on the Armada-XP. The key difference is that the NAND ECC clock ratio is provided via the DFX Server registers instead of the Core Clock. Signed-off-by: Chris Packham

[U-Boot] [PATCH v1 2/2] arm: mvebu: Define NAND interface pins for A-38x

2016-08-21 Thread Chris Packham
From: Chris Packham Add pin control settings for the NAND flash interface. This interface is multiplexed with the device bus interface to the function is "dev" not "nand" as one might expect. Signed-off-by: Chris Packham Cc:

Re: [U-Boot] [PATCH 1/1] ARM: Move SYS_CACHELINE_SIZE over to Kconfig

2016-08-21 Thread Wolfgang Denk
Dear Tom, In message <20160821201812.GY5342@bill-the-cat> you wrote: > > Good question. This I think ends up being a historical ambiguity. My > poking around in git log suggests that when CFG_SYS_CACHELINE_SIZE was > added it was implicitly L1. ... Correct. When this was added, there was

Re: [U-Boot] [PATCH 1/1] ARM: Move SYS_CACHELINE_SIZE over to Kconfig

2016-08-21 Thread Tom Rini
On Mon, Aug 22, 2016 at 01:32:52AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > 2016-08-22 0:43 GMT+09:00 Tom Rini : > > On Mon, Aug 22, 2016 at 12:28:19AM +0900, Masahiro Yamada wrote: > >> Hi Tom, > >> > >> > >> > >> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > >>

Re: [U-Boot] [PATCH 01/13] spl: Kconfig: Add SPL__SUPPORT as Kconfig option

2016-08-21 Thread Tom Rini
On Sun, Aug 21, 2016 at 02:12:03PM -0500, Andrew F. Davis wrote: > On 08/21/2016 01:50 PM, Tom Rini wrote: > > On Sun, Aug 21, 2016 at 01:35:48PM -0500, Andrew F. Davis wrote: > >> On 08/19/2016 02:54 PM, Tom Rini wrote: > >>> On Fri, Aug 19, 2016 at 02:30:56PM -0500, Andrew F. Davis wrote: >

Re: [U-Boot] [PATCH 01/13] spl: Kconfig: Add SPL__SUPPORT as Kconfig option

2016-08-21 Thread Andrew F. Davis
On 08/21/2016 01:50 PM, Tom Rini wrote: > On Sun, Aug 21, 2016 at 01:35:48PM -0500, Andrew F. Davis wrote: >> On 08/19/2016 02:54 PM, Tom Rini wrote: >>> On Fri, Aug 19, 2016 at 02:30:56PM -0500, Andrew F. Davis wrote: On 08/19/2016 01:27 AM, Heiko Schocher wrote: > Hello Andrew, >

Re: [U-Boot] [PATCH 01/13] spl: Kconfig: Add SPL__SUPPORT as Kconfig option

2016-08-21 Thread Tom Rini
On Sun, Aug 21, 2016 at 01:35:48PM -0500, Andrew F. Davis wrote: > On 08/19/2016 02:54 PM, Tom Rini wrote: > > On Fri, Aug 19, 2016 at 02:30:56PM -0500, Andrew F. Davis wrote: > >> On 08/19/2016 01:27 AM, Heiko Schocher wrote: > >>> Hello Andrew, > >>> > >>> first thanks for this series! > >>> >

Re: [U-Boot] [PATCH 01/13] spl: Kconfig: Add SPL__SUPPORT as Kconfig option

2016-08-21 Thread Andrew F. Davis
On 08/19/2016 02:54 PM, Tom Rini wrote: > On Fri, Aug 19, 2016 at 02:30:56PM -0500, Andrew F. Davis wrote: >> On 08/19/2016 01:27 AM, Heiko Schocher wrote: >>> Hello Andrew, >>> >>> first thanks for this series! >>> >>> Am 18.08.2016 um 17:41 schrieb Andrew F. Davis: Create a new Kconfig file

Re: [U-Boot] [PATCH v1] clk: clk-uclass: Check ops pointer before use it

2016-08-21 Thread Masahiro Yamada
2016-08-19 12:52 GMT+09:00 Stephen Warren : > On 08/18/2016 07:49 PM, wenyou.y...@microchip.com wrote: >> >> Add Simon and Andreas in loop >> >>> -Original Message- >>> From: Stephen Warren [mailto:swar...@wwwdotorg.org] >>> Sent: 2016年8月18日 11:56 >>> To: Wenyou Yang

Re: [U-Boot] [PATCH 1/1] ARM: Move SYS_CACHELINE_SIZE over to Kconfig

2016-08-21 Thread Masahiro Yamada
Hi Tom, 2016-08-22 0:43 GMT+09:00 Tom Rini : > On Mon, Aug 22, 2016 at 12:28:19AM +0900, Masahiro Yamada wrote: >> Hi Tom, >> >> >> >> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >> > index aef901c..15cd66a 100644 >> > --- a/arch/arm/Kconfig >> > +++ b/arch/arm/Kconfig

Re: [U-Boot] [PATCH 1/1] ARM: Move SYS_CACHELINE_SIZE over to Kconfig

2016-08-21 Thread Tom Rini
On Mon, Aug 22, 2016 at 12:28:19AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > > index aef901c..15cd66a 100644 > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -79,6 +79,11 @@ config SYS_ARM_ARCH > > default 4 if

Re: [U-Boot] pinctrl: fix typos in comment blocks of pinconfig_post_bind()

2016-08-21 Thread Tom Rini
On Fri, Aug 19, 2016 at 06:26:54PM +0900, Masahiro Yamada wrote: > '-' is never used in function names. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] efi_loader: Fix relocations above 64kb image size

2016-08-21 Thread Tom Rini
On Thu, Aug 18, 2016 at 11:45:18PM +0200, Alexander Graf wrote: > We were truncating the image offset within the target image to 16 bits > which again meant that we were potentially overwriting random memory > in the lower 16 bits of the image. > > This patch casts the offset to a more

Re: [U-Boot] [U-Boot, RESEND] Makefile: Remove tags file on mrproper

2016-08-21 Thread Tom Rini
On Thu, Aug 18, 2016 at 09:46:09AM +0530, Vignesh R wrote: > make tags creates a symbolic link called tags to ctags. Remove this file > on make mrproper or make distclean. > > Signed-off-by: Vignesh R > Reviewed-by: Tom Rini Applied to u-boot/master,

Re: [U-Boot] [U-Boot, 2/2] tools/env: soften warning about erase block alignment

2016-08-21 Thread Tom Rini
On Wed, Aug 17, 2016 at 11:41:54PM +0200, Andreas Fenkart wrote: > addon 183923d3e > MMC/SATA have no erase blocks, only blocks. Hence the warning > about erase block alignment might be confusing in such environment. > > Signed-off-by: Andreas Fenkart >

Re: [U-Boot] [U-Boot, 1/2] tools/env: return with error if redundant environments have unequal size

2016-08-21 Thread Tom Rini
On Wed, Aug 17, 2016 at 11:41:53PM +0200, Andreas Fenkart wrote: > For double buffering to work, the target buffer must always be big > enough to hold all data. This can only be ensured if buffers are of > equal size, otherwise one must be smaller and we risk data loss > when copying from the

Re: [U-Boot] [U-Boot, 2/2] ARM: OMAP4+: vcores: Remove duplicated code

2016-08-21 Thread Tom Rini
On Wed, Aug 17, 2016 at 04:25:36PM +0530, Lokesh Vutla wrote: > There is no reason to duplicate code for DRA7xx platforms as there > can be Rail grouping. The maximum voltage detection algorithm can still > be run on other platforms with no Rail grouping and does not harm as > it gives the same

Re: [U-Boot] test/py: match prompt only at line boundaries

2016-08-21 Thread Tom Rini
On Tue, Aug 16, 2016 at 07:58:59PM -0600, Stephen Warren wrote: > This prevents capture of command output from terminating early on boards > that use a simple prompt (e.g. "=> ") that appears in the middle of > command output (e.g. crc32's "... ==> 2fa737e0"). > > Reported-by: Tom Rini

Re: [U-Boot] [U-Boot,1/2] fastboot: implement Kconfig

2016-08-21 Thread Tom Rini
On Mon, Aug 15, 2016 at 05:26:26PM -0700, Steve Rae wrote: > implement Kconfig for the 'fastboot' feature set > > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 1/2] ARM: OMAP5+: vcores: Drop unnecessary #ifndefs

2016-08-21 Thread Tom Rini
On Wed, Aug 17, 2016 at 04:25:35PM +0530, Lokesh Vutla wrote: > gpio_en field is introduced to detect if pmic is controlled by GPIO. > Make this field 0 on all TPS659* pmics available on DRA7/OMAP5 based platforms > and remove the #ifndefs. > > Reviewed-by: Keerthy >

Re: [U-Boot] [U-Boot,2/2] fastboot: move to Kconfig

2016-08-21 Thread Tom Rini
On Mon, Aug 15, 2016 at 05:26:27PM -0700, Steve Rae wrote: > - move bcm23550_w1d to Kconfig > - move bcm28155_ap to Kconfig > > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v3] common: cli_readline: Improve command line editing

2016-08-21 Thread Tom Rini
On Tue, Aug 16, 2016 at 06:16:28PM +0100, James Byrne wrote: > This improves the cread_line() function so that it will correctly > process the 'Home', 'End', 'Delete' and arrow key escape sequences > produced by various terminal emulators. This makes command line editing > a more pleasant

Re: [U-Boot] [U-Boot, v3, 3/3] Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARM

2016-08-21 Thread Tom Rini
On Fri, Aug 12, 2016 at 08:31:17AM -0400, Tom Rini wrote: > The 'bootz' command is really only for ARM32 Linux Kernel 'zImage' files > but has also been adapted for testing with sandbox. Given that sandbox > is a test platform, don't add that logic under DISTRO_DEFAULTS. > > Cc: Hans de Goede

Re: [U-Boot] [U-Boot, v3, 2/3] cmd: booti: move CONFIG_CMD_BOOTI to Kconfig

2016-08-21 Thread Tom Rini
On Fri, Aug 12, 2016 at 08:31:16AM -0400, Tom Rini wrote: > From: Masahiro Yamada > > This command is used to boot ARM64 Linux. > > I made DISTRO_DEFAULTS select this option for ARM64 to respect > include/config_distro_defaults.h. > > Signed-off-by: Masahiro

Re: [U-Boot] [U-Boot, v2] cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments

2016-08-21 Thread Tom Rini
On Sat, Aug 13, 2016 at 04:02:06AM -0700, Bin Meng wrote: > When typing 'bootefi' from U-Boot shell, nothing outputs. Like other > commands, return CMD_RET_USAGE so that it can print help message. > > Signed-off-by: Bin Meng > Reviewed-by: Alexander Graf

Re: [U-Boot] [U-Boot, v4, 11/13] libfdt: Add overlay application function

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:44AM +0200, Maxime Ripard wrote: > The device tree overlays are a good way to deal with user-modifyable > boards or boards with some kind of an expansion mechanism where we can > easily plug new board in (like the BBB, the Raspberry Pi or the CHIP). > > Add a new

Re: [U-Boot] [U-Boot, v3, 1/3] cmd: Split 'bootz' and 'booti' out from 'bootm'

2016-08-21 Thread Tom Rini
On Fri, Aug 12, 2016 at 08:31:15AM -0400, Tom Rini wrote: > The bootz and booti commands rely on common functionality that is found > in common/bootm.c and common/bootm_os.c. They do not however rely on > the rest of cmd/bootm.c to be implemented so split them into their own > files. Have

Re: [U-Boot] [U-Boot,v4,13/13] tests: Introduce DT overlay tests

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:46AM +0200, Maxime Ripard wrote: > This adds a bunch of unit tests for the "fdt apply" command. > > They've all been run successfully in the sandbox. However, as you still > require an out-of-tree dtc with overlay support, this is disabled by > default. > >

Re: [U-Boot] [U-Boot, v4, 10/13] libfdt: Add fdt_setprop_inplace_namelen_partial

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:43AM +0200, Maxime Ripard wrote: > Add a function to modify inplace only a portion of a property.. > > This is especially useful when the property is an array of values, and you > want to update one of them without changing the DT size. > > Signed-off-by: Maxime

Re: [U-Boot] [U-Boot, v4, 12/13] cmd: fdt: add fdt overlay application subcommand

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:45AM +0200, Maxime Ripard wrote: > The device tree overlays are a good way to deal with user-modifyable > boards or boards with some kind of an expansion mechanism where we can > easily plug new board in (like the BBB or the raspberry pi). > > However, so far, the

Re: [U-Boot] [U-Boot,v4,07/13] libfdt: Fix separator spelling

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:40AM +0200, Maxime Ripard wrote: > The function fdt_path_next_seperator had an obvious mispell. Fix it. > > Signed-off-by: Maxime Ripard Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v4,09/13] libfdt: Add fdt_getprop_namelen_w

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:42AM +0200, Maxime Ripard wrote: > Add a function to retrieve a writeable property only by the first > characters of its name. > > Signed-off-by: Maxime Ripard Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,v4,08/13] libfdt: Add fdt_path_offset_namelen

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:41AM +0200, Maxime Ripard wrote: > Add a namelen variant of fdt_path_offset to retrieve the node offset using > only a fixed number of characters. > > Reviewed-by: Simon Glass > Signed-off-by: Maxime Ripard

Re: [U-Boot] [U-Boot, v4, 06/13] libfdt: Add max phandle retrieval function

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:39AM +0200, Maxime Ripard wrote: > Add a function to retrieve the highest phandle in a given device tree. > > Signed-off-by: Maxime Ripard > Reviewed-by: Stefan Agner > Acked-by: Simon Glass

Re: [U-Boot] [U-Boot, v4, 03/13] vsprintf: Include stdarg for va_list

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:36AM +0200, Maxime Ripard wrote: > vsprintf.h doesn't include the stdarg.h file, which means that it relies on > the files that include vsprintf.h to include stdarg.h as well. > > Add an explicit include to avoid build errors when simply including that > file. > >

Re: [U-Boot] [U-Boot, v4, 02/13] scripts: Makefile.lib: Sanitize DTB names

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:35AM +0200, Maxime Ripard wrote: > Having dashes as a separator in the DTB name is a quite common practice. > > However, the current code to generate objects from DTBs assumes the > separator is an underscore, leading to a compilation error when building a > device

Re: [U-Boot] [U-Boot, v4, 05/13] libfdt: Add iterator over properties

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:38AM +0200, Maxime Ripard wrote: > Implement a macro based on fdt_first_property_offset and > fdt_next_property_offset that provides a convenience to iterate over all > the properties of a given node. > > Signed-off-by: Maxime Ripard

Re: [U-Boot] [U-Boot,v4,04/13] libfdt: Add new headers and defines

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:37AM +0200, Maxime Ripard wrote: > The libfdt overlay support introduces a bunch of new includes and > functions. > > Make sure we are able to build it by adding the needed glue. > > Signed-off-by: Maxime Ripard > Acked-by: Simon

Re: [U-Boot] [v3] Pull request: u-boot-sh/rmobile

2016-08-21 Thread Tom Rini
On Sat, Aug 20, 2016 at 11:46:48PM +0900, Nobuhiro Iwamatsu wrote: > Hi Tom, > > Please pull u-boot-sh rmobile branch. > I tested compile in all of arm target. > > The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1: > > SPL: tiny-printf: avoid any BSS usage

Re: [U-Boot] [U-Boot, v4, 01/13] cmd: fdt: Narrow the check for fdt addr

2016-08-21 Thread Tom Rini
On Tue, Jul 05, 2016 at 10:26:34AM +0200, Maxime Ripard wrote: > The current code only checks if the fdt subcommand is fdt addr by checking > whether it starts with 'a'. > > Since this is a pretty widely used letter, narrow down that check a bit. > > Acked-by: Simon Glass >

Re: [U-Boot] U-Boot SPL 2016.09-rc1 on NTC C.H.I.P.

2016-08-21 Thread Boris Brezillon
Hi, On Sun, 21 Aug 2016 12:03:19 +0200 Hans de Goede wrote: > Hi, > > On 21-08-16 11:01, Marcus Glocker wrote: > > On Sat, Aug 20, 2016 at 03:05:38PM -0400, Tom Rini wrote: > > > >> On Sat, Aug 20, 2016 at 07:26:19AM +0200, Marcus Glocker wrote: > >>> Hello, > >>> >

[U-Boot] [PATCH 1/1] ARM: Move SYS_CACHELINE_SIZE over to Kconfig

2016-08-21 Thread Tom Rini
This series moves the CONFIG_SYS_CACHELINE_SIZE. First, in nearly all cases we are mirroring the values used by the Linux Kernel here. Also, so long as (and in this case, it is true) we implement flushes in hunks that are no larger than the smallest implementation (and given that we mirror the

Re: [U-Boot] OMAP3 SPL Overflow

2016-08-21 Thread Tom Rini
On Sun, Aug 21, 2016 at 06:29:42AM -0500, Adam Ford wrote: > Using Git bisect, it appears to me that > a78cd8613204188991c192b8dae2de0aae3b1722 makes "region `.sram' > overflowed by 888 bytes" when I compile for omap3_logic. As I move > forward through the git commits that overflow amount is

[U-Boot] OMAP3 SPL Overflow

2016-08-21 Thread Adam Ford
Using Git bisect, it appears to me that a78cd8613204188991c192b8dae2de0aae3b1722 makes "region `.sram' overflowed by 888 bytes" when I compile for omap3_logic. As I move forward through the git commits that overflow amount is continuing to grow. Does anyone else with an OMAP3 have this issue?

Re: [U-Boot] U-Boot SPL 2016.09-rc1 on NTC C.H.I.P.

2016-08-21 Thread Wolfgang Denk
Dear Marcus, In message <20160821090110.ga7...@gollum.nazgul.ch> you wrote: > > My question still is if somebody knows why SPL 2016.09-rc1 fails? Maybe > I should revert the changes step by step and see which one broke it. This is a job which can be automated using tbot... Best regards,

Re: [U-Boot] U-Boot SPL 2016.09-rc1 on NTC C.H.I.P.

2016-08-21 Thread Hans de Goede
Hi, On 21-08-16 11:01, Marcus Glocker wrote: On Sat, Aug 20, 2016 at 03:05:38PM -0400, Tom Rini wrote: On Sat, Aug 20, 2016 at 07:26:19AM +0200, Marcus Glocker wrote: Hello, While U-Boot SPL 2015.10 works fine on my allwinner,sun5i-r8 board I face following issue with U-Boot SPL 2016.09-rc1

[U-Boot] Squashfs filesystem support

2016-08-21 Thread Frank Hunleth
Hi, I'm looking for Squashfs support in U-Boot. My web searches have come across talk about it, and at least one old set of patches, but nothing usable. I'm wondering if Squashfs support exists that just hasn't been merged. Or is there not enough interest? In that case, has something superseded

[U-Boot] [x86] Error building for qemu-x86 as EFI payload

2016-08-21 Thread Yan Phenix
Hi, I want to build u-boot for qemu-x86 as an 32-bit EFI payload. What I have done is below: step 1: make qemu-x86_defconfig step 2: make menuconfig Library routines ---> [*] Support running U-Boot from EFI (X) Support running as an EFI payload (X) Produce a stub

[U-Boot] Error building for qemu-x86 as EFI payload

2016-08-21 Thread Yan Phenix
Hi, I want to build qemu-x86 as an 32-bit EFI payload. What I have done is below: step 1: make qemu-x86_defconfig step 2: make menuconfig Library routines ---> [*] Support running U-Boot from EFI (X) Support running as an EFI payload (X) Produce a stub for running

Re: [U-Boot] U-Boot SPL 2016.09-rc1 on NTC C.H.I.P.

2016-08-21 Thread Marcus Glocker
On Sat, Aug 20, 2016 at 03:05:38PM -0400, Tom Rini wrote: > On Sat, Aug 20, 2016 at 07:26:19AM +0200, Marcus Glocker wrote: > > Hello, > > > > While U-Boot SPL 2015.10 works fine on my allwinner,sun5i-r8 board I > > face following issue with U-Boot SPL 2016.09-rc1 on it: > > > > bash-4.3#

[U-Boot] [PATCH] treewide: fix "followings" to "following"

2016-08-21 Thread Masahiro Yamada
Most of them are my mistakes. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/dram/cmd_ddrmphy.c | 2 +- arch/arm/mach-uniphier/dram/cmd_ddrphy.c | 2 +- board/freescale/ls2080aqds/README | 2 +- doc/README.kconfig| 2 +-

[U-Boot] [PATCH v2] tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list

2016-08-21 Thread Masahiro Yamada
This is needed to move CONFIG options for the recently-added xtfpga_defconfig. The tarball of the pre-built toolchain can be downloaded from: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/ Signed-off-by: Masahiro Yamada --- Changes in v2: -

[U-Boot] [PATCH] tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list

2016-08-21 Thread Masahiro Yamada
This is needed to move CONFIG options for the recently-added xtfpga_defconfig. The tarball of the pre-built toolchain can be downloaded from: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/ Signed-off-by: Masahiro Yamada ---