Re: [U-Boot] [PATCH] qe/deep-sleep: add qe deep-sleep for generic board

2014-12-14 Thread qiang.z...@freescale.com
Hi York, I make mistake in previous email, I have rebased the patch with link http://patchwork.ozlabs.org/patch/420999/. Thank you! Best Regards Zhao Qiang > -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Saturday, December 13, 2014 5:27 AM > To: Zhao Qiang-B

[U-Boot] [PATCH] qe/deep-sleep: modify qe deep-sleep for generic board

2014-12-14 Thread Zhao Qiang
Deep sleep for generic board is supported now, modify qe deep-sleep code to adapt it. Signed-off-by: Zhao Qiang --- Changes for v2: - rebase drivers/qe/qe.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index bc94673..d24651b 100644 -

Re: [U-Boot] [PATCH] sunxi: Align PSCI stack calculation to comment

2014-12-14 Thread Jan Kiszka
On 2014-12-13 18:03, Ian Campbell wrote: > On Thu, 2014-11-27 at 09:38 +0100, Jan Kiszka wrote: >> 0x400 is true 1K. >> >> Signed-off-by: Jan Kiszka > > Thanks. Applied to u-boot-sunxi#next. I don't think this is so urgent as > to require a PR for v2015.01 in its own right, but if we do one for >

[U-Boot] [PATCH] crypto/fsl: Add fixup for crypto node

2014-12-14 Thread Ruchika Gupta
Era property is added in the crypto node in device tree. Move the code to do so from arch/powerpc/mpc8xxx/fdt.c to drivers/sec/sec.c so that it can be used across arm and powerpc platforms having crypto node. Signed-off-by: Ruchika Gupta --- arch/arm/cpu/armv7/ls102xa/fdt.c | 1

Re: [U-Boot] [PATCH] x86: Clean up the FSP support codes

2014-12-14 Thread Bin Meng
Hi Simon, On Sun, Dec 14, 2014 at 2:02 PM, Simon Glass wrote: > Hi Bin, > > On 13 December 2014 at 21:15, Bin Meng wrote: >> This is the follow-on patch to clean up the FSP support codes: >> >> - Remove the _t suffix on the structures defines >> - Use U-Boot's assert() >> - Use standard bool tru

Re: [U-Boot] [PATCH 1/8] x86: Add a script to process Intel microcode files

2014-12-14 Thread Simon Glass
Hi Bin, On Dec 14, 2014 10:24 PM, "Bin Meng" wrote: > > Hi Simon, > > On Mon, Dec 15, 2014 at 8:15 AM, Simon Glass wrote: > > Intel delivers microcode updates in a microcode.dat file which must be > > split up into individual files for each CPU. Add a tool which performs > > this task. It can li

[U-Boot] [PATCH v2 09/13] ARM: atmel: sama5d4: add interrupt redirec function

2014-12-14 Thread Bo Shen
Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/armv7/at91/sama5d4_devices.c | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/cpu/armv7/at91/sama5d4_devices.c b/arch/arm/cpu/armv7/at91/sama5d4_devices.c index 9c63e99..ef39cb7 100644 --- a/arch/arm/cpu/armv

[U-Boot] [PATCH v2 12/13] ARM: atmel: sama5d4ek: enable SPL support

2014-12-14 Thread Bo Shen
The sama5d4ek support boot up from NAND flash, SD/MMC card and also the SPI flash. Signed-off-by: Bo Shen --- Changes in v2: - change CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION to CONFIG_SYS_MMCSD_FS_BOOT_PARTITION arch/arm/Kconfig | 1 + board/atmel/sama5d4ek/sama5d4ek.c |

[U-Boot] [PATCH v2 13/13] ARM: atmel: sama5d4_xplained: enable spl support

2014-12-14 Thread Bo Shen
Signed-off-by: Bo Shen --- Changes in v2: - change CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION to CONFIG_SYS_MMCSD_FS_BOOT_PARTITION arch/arm/Kconfig| 1 + board/atmel/sama5d4_xplained/sama5d4_xplained.c | 85 + configs/sama5d4_xplained_mmc_defc

[U-Boot] [PATCH v2 11/13] ARM: atmel: sama5d4: build related file when enable SPL

2014-12-14 Thread Bo Shen
Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/at91-common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/at91-common/Makefile b/arch/arm/cpu/at91-common/Makefile index 89e1577..03614d4 100644 --- a/arch/arm/cpu/at91-common/Makefile +++ b/arch/arm/cpu/at

[U-Boot] [PATCH v2 08/13] ARM: atmel: sama5d4: add bus matrix init function

2014-12-14 Thread Bo Shen
Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/armv7/at91/sama5d4_devices.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/cpu/armv7/at91/sama5d4_devices.c b/arch/arm/cpu/armv7/at91/sama5d4_devices.c index 7469825..9c63e99 100644 ---

[U-Boot] [PATCH v2 05/13] ARM: atmel: spl: add saic to aic redirect function

2014-12-14 Thread Bo Shen
Some SoC need to redirect the saic to aic to make the interrupt to work, here add a weak function to be replaced by real function. Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/at91-common/spl_atmel.c | 7 +++ arch/arm/include/asm/arch-at91/at91_common.h | 1 + 2 file

[U-Boot] [PATCH v2 06/13] ARM: atmel: spl: can not disable osc for sama5d4

2014-12-14 Thread Bo Shen
The SAMA5D4 SoC on chip rc oscillator can not be disabled. Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/at91-common/spl_atmel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/at91-common/spl_atmel.c b/arch/arm/cpu/at91-common/spl_atmel.c index fdea466..9cc11

[U-Boot] [PATCH v2 10/13] ARM: atmel: sama5d4: can access DDR in interleave mode

2014-12-14 Thread Bo Shen
The SAMAA5D4 SoC can access DDR in interleave mode. Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/at91-common/mpddrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/at91-common/mpddrc.c b/arch/arm/cpu/at91-common/mpddrc.c index 44798e6..beec13d

[U-Boot] [PATCH v2 07/13] ARM: atmel: sama5d4: add matrix1 base addr definition

2014-12-14 Thread Bo Shen
Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/include/asm/arch-at91/sama5d4.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-at91/sama5d4.h b/arch/arm/include/asm/arch-at91/sama5d4.h index d851568..f30cb5f 100644 --- a/arch/arm/include/asm/arch-at91/s

[U-Boot] [PATCH v2 03/13] ARM: atmel: sama5: add sfr register header file

2014-12-14 Thread Bo Shen
The SFR (special function registers) can be shared bwteen sama5d3 and sama5d4 soc. Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/include/asm/arch-at91/sama5_sfr.h | 38 ++ 1 file changed, 38 insertions(+) create mode 100644 arch/arm/include/asm/arch-at91/

[U-Boot] [PATCH v2 04/13] ARM: atmel: spl: add weak bus matrix init function

2014-12-14 Thread Bo Shen
Some SoC need to configure the bus matrix, add an weak function to be replace by real function. Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/at91-common/spl_atmel.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/cpu/at91-common/spl_atmel.c b/arch/arm/cpu/at

[U-Boot] [PATCH v2 02/13] ARM: atmel: sama5: add bus matrix header file

2014-12-14 Thread Bo Shen
This matrix header file can be shared between sama5d3 and sama5d4 soc. Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/include/asm/arch-at91/sama5_matrix.h | 37 +++ 1 file changed, 37 insertions(+) create mode 100644 arch/arm/include/asm/arch-at91/sama5_matrix

[U-Boot] [PATCH v2 01/13] ARM: atmel: clock: make it possible to configure HMX32

2014-12-14 Thread Bo Shen
Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/cpu/armv7/at91/clock.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/cpu/armv7/at91/clock.c b/arch/arm/cpu/armv7/at91/clock.c index 2cdddb2..0bf453e 100644 --- a/arch/arm/cpu/armv7/at91/clock.c +++ b/arch/arm/cpu/arm

[U-Boot] [PATCH v2 0/13] ARM: atmel: enable spl for sama5d4 related boards

2014-12-14 Thread Bo Shen
This patch enable SPL support for both sama5d4ek and sama5d4 xplained board which are based on SAMA5D4 SoC. These two boards both support boot up from NAND flash, SD/MMC card and also serial flash. This patch series based on the "ARM: atmel: enable usb ethernet gadget" Changes in v2: - change CON

Re: [U-Boot] [PATCH 1/8] x86: Add a script to process Intel microcode files

2014-12-14 Thread Bin Meng
Hi Simon, On Mon, Dec 15, 2014 at 8:15 AM, Simon Glass wrote: > Intel delivers microcode updates in a microcode.dat file which must be > split up into individual files for each CPU. Add a tool which performs > this task. It can list available microcode updates for each model and > produce a new m

Re: [U-Boot] [PATCH] allow config_distro_bootcmd to pass uuid to extlinux.conf

2014-12-14 Thread Stephen Warren
On 12/14/2014 07:52 AM, Iain Paton wrote: > Set ptuuid and fsuuid variables to the partition / filesystem > where we found extlinux.conf which allows us to use a replaceable > parameter in the append line in extlinux.conf like this > > append root=PARTUUID=${ptuuid} > > this means we never have t

Re: [U-Boot] [PATCH] allow config_distro_bootcmd to pass uuid to extlinux.conf

2014-12-14 Thread Stephen Warren
On 12/14/2014 02:35 PM, Iain Paton wrote: > On 14/12/14 17:22, Stephen Warren wrote: >> On 12/14/2014 07:52 AM, Iain Paton wrote: >>> Set ptuuid and fsuuid variables to the partition / filesystem >>> where we found extlinux.conf which allows us to use a replaceable >>> parameter in the append line

[U-Boot] [PATCH] arm: mxs: olinuxino: move DRAM config tuning to SPL

2014-12-14 Thread Jan Luebbe
The weak mxs_adjust_memory_params function is called from spl_mem_init.c, so it must be linked into the SPL to have an effect. Move it from mx23_olinuxino.c to spl_boot.c. This change was verified by reading back the register values. Signed-off-by: Jan Luebbe Cc: Marek Vasut Cc: Stefano Babic

[U-Boot] [PATCH 7/8] x86: ivybridge: Update the microcode

2014-12-14 Thread Simon Glass
There are new microcode revisions available. Update them. Also change the format so that the first 48 bytes are not omitted from the device tree data. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/microcode_intel.c | 2 + arch/x86/dts/link.dts | 4 +- ar

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Bin Meng
Hi Simon, On Mon, Dec 15, 2014 at 12:28 PM, Simon Glass wrote: > Hi Bin, > > On 14 December 2014 at 19:59, Bin Meng wrote: >> Hi Simon, >> >> On Sun, Dec 14, 2014 at 11:44 PM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 14 December 2014 at 08:09, Bin Meng wrote: Hi Simon, On Sun,

Re: [U-Boot] [PATCH 8/8] x86: Convert microcode format to device-tree-only

2014-12-14 Thread Simon Glass
Hi Bin, On Dec 14, 2014 9:49 PM, "Bin Meng" wrote: > > Hi Simon, > > On Mon, Dec 15, 2014 at 8:15 AM, Simon Glass wrote: > > To avoid having two microcode formats, adjust the build system to support > > obtaining the microcode from the device tree, even in the case where it > > must be made avail

Re: [U-Boot] [PATCH 8/8] x86: Convert microcode format to device-tree-only

2014-12-14 Thread Bin Meng
Hi Simon, On Mon, Dec 15, 2014 at 8:15 AM, Simon Glass wrote: > To avoid having two microcode formats, adjust the build system to support > obtaining the microcode from the device tree, even in the case where it > must be made available before the device tree can be accessed. > > Also move the mi

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Simon Glass
Hi Bin, On Dec 14, 2014 9:40 PM, "Bin Meng" wrote: > > Hi Simon, > > On Mon, Dec 15, 2014 at 12:27 PM, Simon Glass wrote: > > Hi Bin. > > > > On 14 December 2014 at 20:01, Bin Meng wrote: > >> Hi Simon, > >> > >> On Mon, Dec 15, 2014 at 8:23 AM, Simon Glass wrote: > >>> Hi Bin, > >>> > >>> On

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Bin Meng
Hi Simon, On Mon, Dec 15, 2014 at 12:27 PM, Simon Glass wrote: > Hi Bin. > > On 14 December 2014 at 20:01, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Dec 15, 2014 at 8:23 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 14 December 2014 at 08:44, Simon Glass wrote: Hi Bin, On 14 De

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Simon Glass
Hi Bin, On 14 December 2014 at 19:59, Bin Meng wrote: > Hi Simon, > > On Sun, Dec 14, 2014 at 11:44 PM, Simon Glass wrote: >> Hi Bin, >> >> On 14 December 2014 at 08:09, Bin Meng wrote: >>> Hi Simon, >>> >>> On Sun, Dec 14, 2014 at 1:35 PM, Simon Glass wrote: Hi Bin, I see the f

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Simon Glass
Hi Bin. On 14 December 2014 at 20:01, Bin Meng wrote: > Hi Simon, > > On Mon, Dec 15, 2014 at 8:23 AM, Simon Glass wrote: >> Hi Bin, >> >> On 14 December 2014 at 08:44, Simon Glass wrote: >>> Hi Bin, >>> >>> On 14 December 2014 at 08:09, Bin Meng wrote: Hi Simon, On Sun, Dec 14,

Re: [U-Boot] [PATCH] qe/deep-sleep: add qe deep-sleep for generic board

2014-12-14 Thread qiang.z...@freescale.com
On 12/13/2014 5:27 AM, York Sun wrote: > -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Saturday, December 13, 2014 5:27 AM > To: Zhao Qiang-B45475; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] qe/deep-sleep: add qe deep-sleep for > generic board > > On

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Bin Meng
Hi Simon, On Mon, Dec 15, 2014 at 8:23 AM, Simon Glass wrote: > Hi Bin, > > On 14 December 2014 at 08:44, Simon Glass wrote: >> Hi Bin, >> >> On 14 December 2014 at 08:09, Bin Meng wrote: >>> Hi Simon, >>> >>> On Sun, Dec 14, 2014 at 1:35 PM, Simon Glass wrote: Hi Bin, I see the

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Bin Meng
Hi Simon, On Sun, Dec 14, 2014 at 11:44 PM, Simon Glass wrote: > Hi Bin, > > On 14 December 2014 at 08:09, Bin Meng wrote: >> Hi Simon, >> >> On Sun, Dec 14, 2014 at 1:35 PM, Simon Glass wrote: >>> Hi Bin, >>> >>> I see the following problem when trying to build crownbay: >>> >>> ./tools/buildm

Re: [U-Boot] [PATCH 1/8] x86: Add a script to process Intel microcode files

2014-12-14 Thread Simon Glass
Hi, On 14 December 2014 at 17:15, Simon Glass wrote: > Intel delivers microcode updates in a microcode.dat file which must be > split up into individual files for each CPU. Add a tool which performs > this task. It can list available microcode updates for each model and > produce a new microcode

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Simon Glass
Hi Bin, On 14 December 2014 at 08:44, Simon Glass wrote: > Hi Bin, > > On 14 December 2014 at 08:09, Bin Meng wrote: >> Hi Simon, >> >> On Sun, Dec 14, 2014 at 1:35 PM, Simon Glass wrote: >>> Hi Bin, >>> >>> I see the following problem when trying to build crownbay: >>> >>> ./tools/buildman/bui

[U-Boot] [PATCH 3/8] x86: ifdtool: Display filename when file errors are reported

2014-12-14 Thread Simon Glass
When a file is missing it helps to know which file. Update the error message to print this information. Signed-off-by: Simon Glass --- tools/ifdtool.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/tools/ifdtool.c b/tools/ifdtool.c index 4cd

[U-Boot] [PATCH 6/8] x86: Move microcode updates into a separate directory

2014-12-14 Thread Simon Glass
We might end up with a few of these, so put them in their own directory. Signed-off-by: Simon Glass --- arch/x86/dts/link.dts | 4 ++-- arch/x86/dts/{ => microcode}/m12206a7_0028.dtsi | 0 arch/x86/dts/{ => microcode}/m12306a9_0017.dtsi | 0 3 files changed

[U-Boot] [PATCH 8/8] x86: Convert microcode format to device-tree-only

2014-12-14 Thread Simon Glass
To avoid having two microcode formats, adjust the build system to support obtaining the microcode from the device tree, even in the case where it must be made available before the device tree can be accessed. Also move the microcode for queensbay (unfortunately the wrong version). Signed-off-by:

[U-Boot] [PATCH 5/8] x86: ifdtool: Add support for early microcode access

2014-12-14 Thread Simon Glass
Some Intel CPUs use an 'FSP' binary blob which provides an inflexible means of starting up the CPU. One result is that microcode updates can only be done before RAM is available and therefore parsing of the device tree is impracticle. Worse, the addess of the microcode update must be stored in ROM

[U-Boot] [PATCH 2/8] x86: ifdtool: Correct a debug() missing parameter

2014-12-14 Thread Simon Glass
This is missing a parameter. Fix it to avoid a warning when debug is enabled. Signed-off-by: Simon Glass --- tools/ifdtool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ifdtool.c b/tools/ifdtool.c index 4a27b82..4cdfdcc 100644 --- a/tools/ifdtool.c +++ b/tools/if

[U-Boot] [PATCH 1/8] x86: Add a script to process Intel microcode files

2014-12-14 Thread Simon Glass
Intel delivers microcode updates in a microcode.dat file which must be split up into individual files for each CPU. Add a tool which performs this task. It can list available microcode updates for each model and produce a new microcode update in U-Boot's .dtsi format. Signed-off-by: Simon Glass -

[U-Boot] [PATCH 4/8] x86: ifdtool: Use a structure for the file/address list

2014-12-14 Thread Simon Glass
Rather than two independent arrays, use a single array of a suitable structure. Also add a 'type' member since we will shortly add additional types. Signed-off-by: Simon Glass --- tools/ifdtool.c | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/tools

[U-Boot] [PATCH 0/8] x86: Support microcode in a single place

2014-12-14 Thread Simon Glass
As part of the effort to support Atom processors it became apparent the they can only support microcode updates before RAM is available. In this early environment the device tree is not available. This series solves this problem by updating ifdtool to provide very early microcode access on these p

Re: [U-Boot] [PATCH] embestmx6boards: Increase boot delay to 3s

2014-12-14 Thread Iain Paton
On 14/12/14 20:56, Nikolay Dimitrov wrote: > In summary - I won't carry a war for this change, as it doesn't worth > it. I just tried to contribute a tiny bit of improvement to the already > excellent work of Eric, so we can have a silk-smooth out-of-the-box > U-Boot user experience, and I'm do

Re: [U-Boot] [PATCH] embestmx6boards: Increase boot delay to 3s

2014-12-14 Thread Eric Bénard
Le Sun, 14 Dec 2014 22:56:21 +0200, Nikolay Dimitrov a écrit : > On 12/14/2014 04:52 PM, Iain Paton wrote: > > This also leads to a slightly less unreasonable increase in bootdelay to 2s > > from config_distro_defaults.h > > Well, this is again subjective - we can always argue that 2s is both too

Re: [U-Boot] USB Host not enumerating properly on AM335x-based board

2014-12-14 Thread Marek Vasut
On Thursday, December 11, 2014 at 04:44:33 PM, Maxime Ripard wrote: > Hi, > > On Thu, Dec 11, 2014 at 02:09:30PM +0100, Marek Vasut wrote: > > On Wednesday, December 10, 2014 at 04:23:49 PM, Maxime Ripard wrote: > > > Hi, > > > > > > On Thu, Nov 20, 2014 at 05:49:17PM +0100, Maxime Ripard wrote:

Re: [U-Boot] [PATCH] allow config_distro_bootcmd to pass uuid to extlinux.conf

2014-12-14 Thread Iain Paton
On 14/12/14 17:22, Stephen Warren wrote: > On 12/14/2014 07:52 AM, Iain Paton wrote: >> Set ptuuid and fsuuid variables to the partition / filesystem >> where we found extlinux.conf which allows us to use a replaceable >> parameter in the append line in extlinux.conf like this >> >> append root=PAR

Re: [U-Boot] [PATCH] embestmx6boards: Increase boot delay to 3s

2014-12-14 Thread Nikolay Dimitrov
Hi Iain, On 12/14/2014 04:52 PM, Iain Paton wrote: On 13/12/14 17:03, Eric Bénard wrote: Hi Nikolay, Le Sat, 13 Dec 2014 18:05:15 +0200, Nikolay Dimitrov a écrit : On 12/13/2014 04:16 PM, Eric Bénard wrote: This will increase the boot time by 2 seconds : why is that needed ? Thanks for

Re: [U-Boot] [PATCH] disk/part.c: use unsigned format when printing capacity

2014-12-14 Thread Pavel Machek
I'm afraid I'm not the right contact to merge the patch. It should probably go to Tom Rini and u-boot list. (I put them in Cc). Pavel On Mon 2014-12-08 01:04:16, Daniel Golle wrote: > Large disks otherwise produce highly unplausible output

Re: [U-Boot] [PATCH 07/17] buildman: Allow specifying a range of commits to build

2014-12-14 Thread Daniel Schwierzeck
Hi Simon, On 02.12.2014 01:33, Simon Glass wrote: > Adjust the -b flag to permit a range expression as well as a branch. > > Signed-off-by: Simon Glass > Suggested-by: Daniel Schwierzeck works great, thanks. Tested-by: Daniel Schwierzeck > --- > > tools/buildman/README | 11 ++

Re: [U-Boot] [PATCH] arm: mxs: olinuxino: move DRAM config tuning to SPL

2014-12-14 Thread Marek Vasut
On Sunday, December 14, 2014 at 04:34:49 PM, Jan Luebbe wrote: > The weak mxs_adjust_memory_params function is called from spl_mem_init.c, > so it must be linked into the SPL to have an effect. Move it from > mx23_olinuxino.c to spl_boot.c. > > This change was verified by reading back the register

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Simon Glass
Hi Bin, On 14 December 2014 at 08:09, Bin Meng wrote: > Hi Simon, > > On Sun, Dec 14, 2014 at 1:35 PM, Simon Glass wrote: >> Hi Bin, >> >> I see the following problem when trying to build crownbay: >> >> ./tools/buildman/buildman crownbay -se >> boards.cfg is up to date. Nothing to do. >> Summar

Re: [U-Boot] [PATCH] embestmx6boards: Increase boot delay to 3s

2014-12-14 Thread Michael Trimarchi
Hi On Sun, Dec 14, 2014 at 10:52 PM, Iain Paton wrote: > On 13/12/14 17:03, Eric Bénard wrote: >> Hi Nikolay, >> >> Le Sat, 13 Dec 2014 18:05:15 +0200, >> Nikolay Dimitrov a écrit : >>> On 12/13/2014 04:16 PM, Eric Bénard wrote: > This will increase the boot time by 2 seconds : why is that

Re: [U-Boot] Build problem with crownbay

2014-12-14 Thread Bin Meng
Hi Simon, On Sun, Dec 14, 2014 at 1:35 PM, Simon Glass wrote: > Hi Bin, > > I see the following problem when trying to build crownbay: > > ./tools/buildman/buildman crownbay -se > boards.cfg is up to date. Nothing to do. > Summary of current source for 1 boards (1 thread, 32 jobs per thread) >

Re: [U-Boot] [PATCH v2 5/5] sun6i: Add new CSQ_CS908 board

2014-12-14 Thread Ian Campbell
On Sun, 2014-11-23 at 14:43 +0100, Hans de Goede wrote: > The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND, > rtl8188etv usb wifi, 2 USB A receptacles (1 connected through the OTG > controller), ethernet, 3.5 mm jack with a/v out and hdmi out: > > http://www.geekbuying.com/item/CS9

Re: [U-Boot] [PATCH] embestmx6boards: Increase boot delay to 3s

2014-12-14 Thread Iain Paton
On 13/12/14 17:03, Eric Bénard wrote: > Hi Nikolay, > > Le Sat, 13 Dec 2014 18:05:15 +0200, > Nikolay Dimitrov a écrit : >> On 12/13/2014 04:16 PM, Eric Bénard wrote: >>> This will increase the boot time by 2 seconds : why is that needed ? >> >> Thanks for commenting. My intent is to give by def

[U-Boot] [PATCH] allow config_distro_bootcmd to pass uuid to extlinux.conf

2014-12-14 Thread Iain Paton
Set ptuuid and fsuuid variables to the partition / filesystem where we found extlinux.conf which allows us to use a replaceable parameter in the append line in extlinux.conf like this append root=PARTUUID=${ptuuid} this means we never have to hardcode a root=/dev/mmcblk0p1 type path anywhere. Si

[U-Boot] [PATCH 2/2] embestmx6boards: convert to use config_distro_bootcmd.h

2014-12-14 Thread Iain Paton
Since the Riot & Mars boards are dev boards it's likely people will want to run standard distros on them. So replace the current boot scripts with the standard one from config_distro_bootcmd.h Signed-off-by: Iain Paton --- include/configs/embestmx6boards.h | 168 +

[U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h

2014-12-14 Thread Iain Paton
Update to use config_distro_defaults.h and remove explicit settings Signed-off-by: Iain Paton --- include/configs/embestmx6boards.h | 21 - 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h in

Re: [U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig

2014-12-14 Thread Ian Campbell
On Sun, 2014-12-14 at 22:09 +0800, Chen-Yu Tsai wrote: > The Hummingbird A31 board was added in: > > eb03ebe sun6i: Add new board Merrii Hummingbird A31 > > During the development of the patch, the Kconfig target option name > was changed, but the defconfig was not updated. > > Signed-off-by

Re: [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31

2014-12-14 Thread Ian Campbell
On Sun, 2014-12-14 at 22:09 +0800, Chen-Yu Tsai wrote: > I own this board and will maintain and test new versions. > > Signed-off-by: Chen-Yu Tsai Acked-by: Ian Campbell Since the original patch adding this board is in u-boot-sunxi#next and has not yet hit #master I am going fold this and the

[U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31

2014-12-14 Thread Chen-Yu Tsai
I own this board and will maintain and test new versions. Signed-off-by: Chen-Yu Tsai --- Does anyone else have this board? --- board/sunxi/MAINTAINERS | 5 + 1 file changed, 5 insertions(+) diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index ca03002..0b3e6a8 100644 --- a/

[U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig

2014-12-14 Thread Chen-Yu Tsai
The Hummingbird A31 board was added in: eb03ebe sun6i: Add new board Merrii Hummingbird A31 During the development of the patch, the Kconfig target option name was changed, but the defconfig was not updated. Signed-off-by: Chen-Yu Tsai --- configs/Hummingbird_A31_defconfig | 2 +- 1 file c

Re: [U-Boot] A23 u-boot with SPL / dram init available in my personal git repo

2014-12-14 Thread Hans de Goede
Hi, On 13-12-14 17:07, Chen-Yu Tsai wrote: Hi, On Sat, Dec 13, 2014 at 9:58 PM, Hans de Goede wrote: Hi, On 09-12-14 13:31, Chen-Yu Tsai wrote: Also I have a schematic file for A23 that someone provided me. I don't remember who... It lists: - ALDO2 connected to VCC-DLL @ 2.5V -

Re: [U-Boot] [PATCH] sunxi: Align PSCI stack calculation to comment

2014-12-14 Thread Hans de Goede
Hi, On 13-12-14 18:03, Ian Campbell wrote: On Thu, 2014-11-27 at 09:38 +0100, Jan Kiszka wrote: 0x400 is true 1K. Signed-off-by: Jan Kiszka Thanks. Applied to u-boot-sunxi#next. I don't think this is so urgent as to require a PR for v2015.01 in its own right, but if we do one for another re