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
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
-
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
>
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
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
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
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
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 |
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
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
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
---
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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,
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
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
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
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
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
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
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
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:
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
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
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
-
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
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
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
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
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:
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
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
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
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 ++
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
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
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
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)
>
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
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
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
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 +
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
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
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
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/
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
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
-
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
67 matches
Mail list logo