Re: [U-Boot] [PATCH v2] fdt_support: Use VLA instead of MEMORY_BANKS_MAX

2018-08-12 Thread Ramon Fried
On Sun, Aug 12, 2018 at 11:02 PM Lukasz Majewski wrote: > > Hi Ramon, > > > Instead of relaying on user to configure MEMORY_BANKS_MAX > > correctly, use VLA (variable length array) to accommodate the > > required banks. > > > > Fixes: 2a1f4f1758b5 ("Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS

Re: [U-Boot] [PATCH] pci: Support parsing PCI controller DT subnodes

2018-08-12 Thread Bin Meng
Hi Marek, On Fri, Aug 10, 2018 at 8:38 PM, Marek Vasut wrote: > On 08/10/2018 02:01 PM, Tom Rini wrote: >> On Wed, Aug 08, 2018 at 09:37:25PM +0200, Marek Vasut wrote: >>> On 08/08/2018 05:32 PM, Bin Meng wrote: Hi Marek, On Wed, Aug 8, 2018 at 10:33 PM, Marek Vasut wrote: >

Re: [U-Boot] [PATCH] pci: Support parsing PCI controller DT subnodes

2018-08-12 Thread Bin Meng
Hi Marek, On Fri, Aug 10, 2018 at 6:32 PM, Marek Vasut wrote: > On 08/10/2018 05:42 AM, Bin Meng wrote: >> Hi Marek, >> >> On Thu, Aug 9, 2018 at 6:25 PM, Marek Vasut wrote: >>> On 08/09/2018 11:41 AM, Bin Meng wrote: >>> >>> [...] >>> Sorry this is a hack to current U-Boot

Re: [U-Boot] Pull request: u-boot-staging

2018-08-12 Thread Tom Rini
On Sat, Aug 11, 2018 at 07:15:26PM +0200, Anatolij Gustschin wrote: > Hi Tom, > > The following changes since commit a032e0a6aed208977f48e78d2cc497b91543beaf: > > travis: give every job a name (2018-08-10 13:50:30 -0400) > > are available in the git repository at: > >

Re: [U-Boot] Please pull u-boot-video/master

2018-08-12 Thread Tom Rini
On Sat, Aug 11, 2018 at 07:15:11PM +0200, Anatolij Gustschin wrote: > Hi Tom, > > The following changes since commit f05ebbf47a9dc863ff4bb084649ecb34d728b5f2: > > bcm968380gerg: Add MAINTAINERS file (2018-08-09 11:48:39 -0400) > > are available in the git repository at: > >

Re: [U-Boot] [PATCH] arm: socfpga: make socfpga_socrates_defconfig boot from QSPI

2018-08-12 Thread Simon Goldschmidt
On Sun, Aug 12, 2018 at 12:05 AM Marek Vasut wrote: > > On 08/11/2018 09:26 PM, Simon Goldschmidt wrote: > > On Fri, Aug 10, 2018 at 10:32 PM Marek Vasut wrote: > >> > >> On 08/10/2018 10:11 PM, Simon Goldschmidt wrote: > >>> On 10.08.2018 15:15, Marek Vasut wrote: > On 08/10/2018 02:56 PM,

Re: [U-Boot] [PATCH v2] fdt_support: Use VLA instead of MEMORY_BANKS_MAX

2018-08-12 Thread Lukasz Majewski
Hi Ramon, > Instead of relaying on user to configure MEMORY_BANKS_MAX > correctly, use VLA (variable length array) to accommodate the > required banks. > > Fixes: 2a1f4f1758b5 ("Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if > defined"") > > Signed-off-by: Ramon Fried > --- > Resending same

[U-Boot] [PATCH v2] fdt_support: Use VLA instead of MEMORY_BANKS_MAX

2018-08-12 Thread Ramon Fried
Instead of relaying on user to configure MEMORY_BANKS_MAX correctly, use VLA (variable length array) to accommodate the required banks. Fixes: 2a1f4f1758b5 ("Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"") Signed-off-by: Ramon Fried --- Resending same patch but with the right email

[U-Boot] [PATCH] fdt_support: Use VLA instead of MEMORY_BANKS_MAX

2018-08-12 Thread Ramon Fried
From: Ramon Fried Instead of relaying on user to configure MEMORY_BANKS_MAX correctly, use VLA (variable length array) to accommodate the required banks. Fixes: 2a1f4f1758b5 ("Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"") Signed-off-by: Ramon Fried --- common/fdt_support.c | 9

[U-Boot] [PATCH] cmd: led.c: fix coding style

2018-08-12 Thread Akee Huang
Fix coding style according to checkpatch.pl Signed-off-by: Akee Huang --- cmd/led.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/led.c b/cmd/led.c index fc07ca95a3..b339c98dfb 100644 --- a/cmd/led.c +++ b/cmd/led.c @@ -133,10 +133,10 @@ int

[U-Boot] [U-boot] 2018.09-rc1 Browsing source code of SPL and U-boot proper

2018-08-12 Thread Sreekesh Sreelal
I am trying to study the execution flow of SPL and U-boot proper specifically for BeagleBone Black(am335x_boneblack_defconfig) by browsing through the source code. 1. How can i generate the list of source files which gets compiled into U-boot proper(u-boot.img) and SPL(MLO) binaries? If i get a

Re: [U-Boot] BUG num banks 8 exceeds hardcoded limit 4

2018-08-12 Thread Anand Moon
Hi Lukasz and Ramon. On Sun, 12 Aug 2018 at 13:21, Ramon Fried wrote: > > Adding Simon. > > On Sat, Aug 11, 2018 at 2:54 PM Lukasz Majewski wrote: > > > > Hi Anand, > > > > > Hi Lukasz / Minkyu, > > > > > > Today I wanted to test the latest u-boot on my Odroid-XU4 > > > and I landed onto this

Re: [U-Boot] BUG num banks 8 exceeds hardcoded limit 4

2018-08-12 Thread Ramon Fried
Adding Simon. On Sat, Aug 11, 2018 at 2:54 PM Lukasz Majewski wrote: > > Hi Anand, > > > Hi Lukasz / Minkyu, > > > > Today I wanted to test the latest u-boot on my Odroid-XU4 > > and I landed onto this bug and it failed to boot up. > > > > include/configs/odroid.h:#define CONFIG_NR_DRAM_BANKS