Hello,
I am working on an embedded project using Minnowboard Max with U-boot
and customised Linux kernel.
To optimize boot time, currently I am comparing the different
comparison algorithms and have read about Brotli compression, which
seems to be good. So I have planned to test and see how good
Hi Simon,
On 30/06/2016 18:52, Simon Glass wrote:
> There are a few problems when mkimage is provided with invalid arguments.
> In one case it crashes. When an invalid image type it is provided it lists
> the valid types, but this is not implemented for compression, architecture
> or OS.
>
There
Hi Prabhakar,
> -Original Message-
> From: Prabhakar Kushwaha
> Sent: Thursday, June 30, 2016 6:30 PM
> To: Qianyu Gong ; york sun ; u-
> b...@lists.denx.de
> Cc: Mihai Bantea ; Zhiqiang Hou
> ; Wenbin Song ; Mingkai Hu
>
> Subject: RE: [U-Boot] [PATCH 2/3] armv8/fsl_lsch2: Add LS1046A So
Hi Prabhakar,
> -Original Message-
> From: Prabhakar Kushwaha
> Sent: Thursday, June 30, 2016 6:32 PM
> To: Qianyu Gong ; york sun ; u-
> b...@lists.denx.de
> Cc: Zhiqiang Hou ; Wenbin Song
> ; Mingkai Hu
> Subject: RE: [U-Boot] [PATCH 3/3] armv8/ls1046a: Add Fman support
>
>
>
> > --
Hi,
(sorry if this has been discussed before, feel free to point me to any
existing thread then)
for the Pine64 I am looking into letting the SPL load multiple images
from a FIT image.
Looking at common/spl/spl-fit.c I see that the current SPL FIT support
just loads the first image from the "load
I applied all these patches and had a test.
Patch 13/15 needs a manual merge, all the others apply well.
There is no compiling warnings or errors.
The PSCI function runs well after applying these patches.
I will leave my Tested-by: tags in each patch touched separately.
On Thu, Jun 30, 2016 at 5:5
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote:
> Now that we have a data section, add helper functions to save and fetch
> per-CPU target PC.
>
> Signed-off-by: Chen-Yu Tsai
> ---
> arch/arm/cpu/armv7/Makefile | 1 +
> arch/arm/cpu/armv7/psci-common.c | 39 ++
Tested-by: Hongbo Zhang
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote:
> Every platform has the same stack setup code in assembly as part of
> psci_arch_init.
>
> Move this out into a common separate function, psci_stack_setup, for
> all platforms. This will allow us to move the remaining
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote:
> The original PSCI implementation assumed CONFIG_ARMV7_PSCI_NR_CPUS=4.
> Add this as a fallback value in case platforms have not defined it.
>
> Signed-off-by: Chen-Yu Tsai
> ---
> arch/arm/include/asm/config.h | 5 +
> 1 file changed, 5
Tested-by: Hongbo Zhang
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote:
> Now that we have a secure stack section that guarantees usable memory,
> allocate the PSCI stacks in that section.
>
> Also add a diagram detailing how the stacks are placed in memory.
>
> Reserved space for the targ
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote:
> Now that we have a data section, add helper functions to save and fetch
> per-CPU target PC.
>
> Signed-off-by: Chen-Yu Tsai
> ---
> arch/arm/cpu/armv7/Makefile | 1 +
> arch/arm/cpu/armv7/psci-common.c | 39 ++
Tested-by: Hongbo Zhang
On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote:
> Now that we have a secure data section and space to store per-CPU target
> PC address, switch to it instead of storing the target PC on the stack.
>
> Also save clobbered r4-r7 registers on the stack and restore them
From: Mingkai Hu
This patch adds Fman support for LS1046A SoC.
Signed-off-by: Shaohui Xie
Signed-off-by: Mingkai Hu
Signed-off-by: Gong Qianyu
---
v2:
- Add commit messages.
drivers/net/fm/Makefile | 1 +
drivers/net/fm/ls1046.c | 123
2 f
The LS1046A processor is built on the QorIQ LS series architecture
combining four ARM A72 processor cores with DPAA 1.0 support.
Change history:
[Patch v2 1/4] armv8: fsl-layerscape: Add A72 core detection
v2:
- Add commit messages.
[Patch v2 2/4] armv8/fsl_lsch2: Add LS1046A SoC support
v2:
-
On 06/30/2016 10:41 AM, Masahiro Yamada wrote:
> 2016-06-30 5:42 GMT+09:00 Steve Rae :
>> Otherwise, ocassionally see errors like this:
>> Flashing sparse image at offset 2078720
>> Flashing Sparse Image
>> sdhci_send_command: Timeout for status update!
>> mmc fail to send stop cmd
>> wr
From: Mingkai Hu
The LS1046A processor is built on the QorIQ LS series architecture
combining four ARM A72 processor cores with DPAA 1.0 support.
Signed-off-by: Hou Zhiqiang
Signed-off-by: Mihai Bantea
Signed-off-by: Mingkai Hu
Signed-off-by: Gong Qianyu
---
v2:
- Move serdes 2 support to a
On 07/01/2016 04:28 AM, Simon Glass wrote:
> Hi Meteusz,
>
> On 30 June 2016 at 12:18, Mateusz Kulikowski
> wrote:
>> On 29.06.2016 05:27, Simon Glass wrote:
>>> Hi Matt,
>>>
>>> On 25 June 2016 at 14:57, Matt Corallo wrote:
Signed-off-by: Matt Corallo
---
drivers/mmc/mmc.c | 3
Sorry...this should be put before the second patch.
I'll fix it in the next version.
Regards,
Qianyu
> -Original Message-
> From: Gong Qianyu [mailto:qianyu.g...@nxp.com]
> Sent: Friday, July 01, 2016 6:49 PM
> To: york sun ; Prabhakar Kushwaha
> ; u-boot@lists.denx.de
> Cc: Mingkai Hu ;
From: Mingkai Hu
This patch adds support for aquantia AQR106/107 PHY.
Signed-off-by: Mingkai Hu
Signed-off-by: Gong Qianyu
---
drivers/net/phy/aquantia.c | 28
1 file changed, 28 insertions(+)
diff --git a/drivers/net/phy/aquantia.c b/drivers/net/phy/aquantia.c
i
From: Alison Wang
Add support to detect Cortex-A72 core for printing it out.
Signed-off-by: Alison Wang
Signed-off-by: Mingkai Hu
Signed-off-by: Gong Qianyu
---
v2:
- Added commit messages.
arch/arm/cpu/armv8/fsl-layerscape/cpu.c| 3 ++-
arch/arm/include/asm/arch-fsl-layers
This patch adds serdes 2 support for FSL_LSCH2.
Signed-off-by: Gong Qianyu
---
v2:
- New patch.
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c | 19 +++
arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h | 1 +
.../arm/include/asm/arch-fsl-layerscape/immap_lsch2.h |
Enables driver model flag CONFIG_DM_USB for LS1021A
platform defconfigs.
Signed-off-by: Rajesh Bhagat
---
configs/ls1021aqds_ddr4_nor_defconfig|1 +
configs/ls1021aqds_ddr4_nor_lpuart_defconfig |1 +
configs/ls1021aqds_nor_defconfig |1 +
configs/ls1021aqds_nor_lp
Update USB 3.0 controller dts node in ls1021a.dtsi.
Signed-off-by: Rajesh Bhagat
---
arch/arm/dts/ls1021a.dtsi |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi
index ee0e554..119b1af 100644
--- a/arch/arm/dts/ls1021a.
Adds code to use driver model for USB EHCI and XHCI FSL driver
Rajesh Bhagat (5):
drivers: usb: fsl: Make function for initialization to use in
CONFIG_DM_USB
usb: ehci: fsl: Add code to use CONFIG_DM_USB
usb: xhci: fsl: Add code to use CONFIG_DM_USB
dm: ls1021a: dts: Update USB 3.0 nod
Adds code to use driver model for USB XHCI FSL driver
Signed-off-by: Rajesh Bhagat
---
drivers/usb/host/xhci-fsl.c | 83 ++-
1 files changed, 82 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/host/xhci-fsl.c b/drivers/usb/host/xhci-fsl.c
index c
Moves code from ehci_hcd_init to new function ehci_fsl_init
which can be re-used in CONFIG_DM_USB.
Signed-off-by: Rajesh Bhagat
---
drivers/usb/host/ehci-fsl.c | 63 --
1 files changed, 36 insertions(+), 27 deletions(-)
diff --git a/drivers/usb/host/ehc
Adds code to use driver model for USB EHCI FSL driver
Signed-off-by: Rajesh Bhagat
---
drivers/usb/host/ehci-fsl.c | 131 +-
1 files changed, 127 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c
index d
Add ls1043aqds_lpuart_defconfig to file list.
Signed-off-by: York Sun
---
board/freescale/ls1043aqds/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/freescale/ls1043aqds/MAINTAINERS
b/board/freescale/ls1043aqds/MAINTAINERS
index 65a0af1..992c54c 100644
--- a/board/freesc
> -Original Message-
> From: Prabhakar Kushwaha
> Sent: Friday, July 01, 2016 7:55 AM
> To: york sun; Qianyu Gong; albert.u.b...@aribaud.net; u-boot@lists.denx.de;
> s.temerkha...@gmail.com; yamada.masah...@socionext.com
> Cc: Mingkai Hu
> Subject: RE: [U-Boot] [PATCH] armv8: Enable CPUEC
Hi,
On 30 June 2016 at 23:00, Ziyuan Xu wrote:
>
> Hi Simon,
>
> On 2016年06月30日 23:23, Simon Glass wrote:
>>
>> Hi Ziyuan,
>>
>> On 30 June 2016 at 00:21, Ziyuan Xu wrote:
>>>
>>> Redefine RX FIFO size & TX FIFO size for rk3288.
>>>
>>> Signed-off-by: Ziyuan Xu
>>> ---
>>>
>>> drivers/usb/gad
When updating the configs for the boot menu changes, moveconfig.py
didn't update CONFIG_SYS_EXTRA_OPTIONS and I didn't notice it myself.
Update this manually (which is fine and for the best).
Signed-off-by: Tom Rini
---
configs/am335x_evm_spiboot_defconfig | 1 -
configs/am43xx_evm_qspiboot_
On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote:
> Hi Simon,
>
> On 30/06/2016 18:52, Simon Glass wrote:
> > There are a few problems when mkimage is provided with invalid arguments.
> > In one case it crashes. When an invalid image type it is provided it lists
> > the valid types, b
Add ls2080aqds_qspi_defconfig to file list.
Signed-off-by: York Sun
---
board/freescale/ls2080aqds/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/freescale/ls2080aqds/MAINTAINERS
b/board/freescale/ls2080aqds/MAINTAINERS
index 0765326..8f78b67 100644
--- a/board/freescale
Hi,
On 1 July 2016 at 08:48, Tom Rini wrote:
> On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote:
>> Hi Simon,
>>
>> On 30/06/2016 18:52, Simon Glass wrote:
>> > There are a few problems when mkimage is provided with invalid arguments.
>> > In one case it crashes. When an invalid imag
Hi,
On 1 July 2016 at 00:13, vinoth eswaran wrote:
> Hello,
>
> I am working on an embedded project using Minnowboard Max with U-boot
> and customised Linux kernel.
>
> To optimize boot time, currently I am comparing the different
> comparison algorithms and have read about Brotli compression, w
Hi Eddie,
On 1 July 2016 at 00:25, Eddie Cai wrote:
> HI Simon
> Huang Lin is the correct guy for this. But he is kind of busy these days. I
> will talk to him to see if he have time to do it.
OK thank you - it should only take 5 minutes as it is adding a
MAINTAINERS text file.
>
> 2016-06-30 2
On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote:
> Hi,
>
> On 1 July 2016 at 08:48, Tom Rini wrote:
> > On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote:
> >> Hi Simon,
> >>
> >> On 30/06/2016 18:52, Simon Glass wrote:
> >> > There are a few problems when mkimage is provi
Hi,
On 1 July 2016 at 04:37, Jaehoon Chung wrote:
> On 07/01/2016 04:28 AM, Simon Glass wrote:
>> Hi Meteusz,
>>
>> On 30 June 2016 at 12:18, Mateusz Kulikowski
>> wrote:
>>> On 29.06.2016 05:27, Simon Glass wrote:
Hi Matt,
On 25 June 2016 at 14:57, Matt Corallo wrote:
> Sign
Hi Tom, Simon,
On 01/07/2016 18:45, Tom Rini wrote:
> On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote:
>> Hi,
>>
>> On 1 July 2016 at 08:48, Tom Rini wrote:
>>> On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babic wrote:
Hi Simon,
On 30/06/2016 18:52, Simon Glass wro
Hi Stefano,
On 1 July 2016 at 11:33, Stefano Babic wrote:
> Hi Tom, Simon,
>
> On 01/07/2016 18:45, Tom Rini wrote:
>> On Fri, Jul 01, 2016 at 09:15:11AM -0700, Simon Glass wrote:
>>> Hi,
>>>
>>> On 1 July 2016 at 08:48, Tom Rini wrote:
On Fri, Jul 01, 2016 at 10:44:04AM +0200, Stefano Babi
Hi York,
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york sun
> Sent: Thursday, June 30, 2016 10:32 PM
> To: Qianyu Gong ; albert.u.b...@aribaud.net; u-
> b...@lists.denx.de; s.temerkha...@gmail.com;
> yamada.masah...@socionext.com
> Cc: Mingkai
This change introduces default_splash_locations which
simplifies splash recovery from the first partition of
USB/MMC/SATA drive.
Given usual mapping of the first partition of external media for
basic boot stuff like uImage/zImaage, .dtb etc it looks quite
obvious option to put there splash.bmp as
Current implementation of splash_init_usb() requires usb_stor_scan()
which doesn't exist in case of DM_USB simply because real probing
happens right in usb_init().
So disable usage of usb_stor_scan() in case of DM_USB.
Signed-off-by: Alexey Brodkin
Cc: Nikita Kiryanov
Cc: Simon Glass
Cc: Jeroe
2016-07-01 0:08 GMT+09:00 Masahiro Yamada :
> Hi Tom,
>
> Here are some bug fixes + DT, pinctrl updates.
> It includes a little more than fixes, but it is
> self-contained for Uniphier SoCs and I tested this series on all of my
> boards. So, I hope it should be OK. (And another reason is just
>
Hi Tom,
Here are some bug fixes + DT, pinctrl updates.
If you have not pulled the previous one,
Please pull this 2nd round!
The following changes since commit ff6e1569663eccaf9e582c57cc44568915c2f54b:
x86: coreboot: Remove the dummy pch driver (2016-06-29 10:08:15 +0800)
are available in
From: Prabhakar Kushwaha
>> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of york
>> On 06/30/2016 02:03 AM, Gong Qianyu wrote:
>> > From: Mingkai Hu
>> >
>> > Data coherency is enabled only when the CPUECTLR.SMPEN bit is set.
>> > The SMPEN bit should be set before enabling the
Hi Benjamin,
Please keep all the involved developers in the "To" of the e-mail & resend the
patchset for review comments (checkout scripts/get_maintainer.pl).
Also separate the generic stuff (dts/led) from platform specific in another
patchset.
Cheers,
Vikas
> -Original Message-
> From
On Thu, Jun 30, 2016 at 10:52:10AM -0600, Simon Glass wrote:
> There is no need to set params.fit_image_type while parsing the arguments.
> It is set up later anyway.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
__
On Thu, Jun 30, 2016 at 10:52:09AM -0600, Simon Glass wrote:
> When auto-fit is used, it is not valid to create a FIT without an image
> file. Add a check for this to avoid a very confusing error message later
> ("Can't open (null): Bad address").
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom
On Thu, Jun 30, 2016 at 10:52:12AM -0600, Simon Glass wrote:
> The fit_write_images() function incorrectly uses the long name for the
> architecture. This cannot be parsed with the FIT is read. Fix this by using
> the short name instead.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
On Thu, Jun 30, 2016 at 10:52:07AM -0600, Simon Glass wrote:
> The default image type is supposed to be IH_TYPE_KERNEL, as set in the
> 'params' variable. Honour this with auto-fit also.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signatur
On Thu, Jun 30, 2016 at 10:52:11AM -0600, Simon Glass wrote:
> This is not needed. Drop it.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http
On Thu, Jun 30, 2016 at 10:52:13AM -0600, Simon Glass wrote:
> We need to know the number of values of each category (architecture,
> compression, OS and image type). To make this value easier to maintain,
> convert all values to enums. The count is then automatic.
>
> Signed-off-by: Simon Glass
On Thu, Jun 30, 2016 at 10:52:15AM -0600, Simon Glass wrote:
> At present the name is NULL, which prevents qsort() fromp being used. Use
> the name "invalid" instead.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
__
On Thu, Jun 30, 2016 at 10:52:16AM -0600, Simon Glass wrote:
> Add generic functions which can look up information about a category:
>
> - the number of items in the category
> - the category description
> - an item long time
> - an item short time
>
> Signed-off-by: Simon Glass
Reviewed-by: T
On Thu, Jun 30, 2016 at 10:52:14AM -0600, Simon Glass wrote:
> Add a table that contains the category name, the number of items in each
> category and a pointer to the table of items. This will allow us to use
> generic code to deal with the categories.
>
> Signed-off-by: Simon Glass
Reviewed-b
On Fri, Jul 01, 2016 at 11:37:05AM -0400, Tom Rini wrote:
> When updating the configs for the boot menu changes, moveconfig.py
> didn't update CONFIG_SYS_EXTRA_OPTIONS and I didn't notice it myself.
> Update this manually (which is fine and for the best).
>
> Signed-off-by: Tom Rini
This unfort
On Thu, Jun 30, 2016 at 10:52:20AM -0600, Simon Glass wrote:
> Sometimes it is useful to build tools with debugging information included so
> that line-number information is available when run under gdb. Add a Kconfig
> option to support this.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rin
On Thu, Jun 30, 2016 at 10:52:17AM -0600, Simon Glass wrote:
> Add a generic function which can display a list of items in any category.
> This will allow displaying of images for the -A, -C, -O and -T flags. At
> present only -T is supported.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rin
On Thu, Jun 30, 2016 at 10:52:18AM -0600, Simon Glass wrote:
> The existing error code only displays image types which are claimed by a
> particular U_BOOT_IMAGE_TYPE() driver. But this does not seem correct. The
> mkimage tool should support all image types, so it makes sense to allow
> creation
On Thu, Jun 30, 2016 at 10:52:19AM -0600, Simon Glass wrote:
> Update the error-handling code for -A, -C and -O to show a list of valid
> options when an invalid one is provided.
>
> Signed-off-by: Simon Glass
> Reported-by: Vinoth Eswaran
Reviewed-by: Tom Rini
--
Tom
signature.asc
Descri
On Wed, Jun 22, 2016 at 05:10:26PM -0500, Andreas Dannenberg wrote:
> Align the name of the defconfig file for high-security (HS) device variants
> from the AM43xx family of SoCs with the corresponding name used for the
> general purpose devices. This allows for easier cross-association of those
>
On Tue, Jun 21, 2016 at 02:05:36PM +0530, B, Ravi wrote:
> From: Praneeth Bajjuri
>
> Correcting QSPI disable/unselect CS reset value.
> CTRL_CORE_CONTROL_IO_2: QSPI_MEMMAPPED_CS[10:8]
>
> This is not causing any issue, but its better
> to untouch the reserved bits.
>
> Praneeth Bajjuri
> Sig
On Mon, Jun 27, 2016 at 04:22:59PM +0900, Masahiro Yamada wrote:
> This recently added board missed the tree-wide migration of
> CONFIG_BOOTDELAY.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Pavel Machek
> Reviewed-by: Heiko Schocher
> Reviewed-by: Stefan Roese
Applied to u-boot/master, t
On Mon, Jun 27, 2016 at 04:23:00PM +0900, Masahiro Yamada wrote:
> The same information now exists in common/Kconfig. Do not duplicate
> documentation from the point of view of maintainability.
>
> Signed-off-by: Masahiro Yamada
> Reviewed-by: Simon Glass
> Reviewed-by: Heiko Schocher
Applie
On Mon, Jun 27, 2016 at 04:23:02PM +0900, Masahiro Yamada wrote:
> Because abortboot_keyed() and abortboot_normal() are not compiled
> at the same time, we can rename both of them to __abortboot().
> This allows to drop #ifdef from the caller.
>
> Signed-off-by: Masahiro Yamada
> Reviewed-by: St
On Mon, Jun 27, 2016 at 04:23:01PM +0900, Masahiro Yamada wrote:
> As the help message of CONFIG_BOOTDELAY says, CONFIG_BOOTDELAY=-2
> means the autoboot with no delay, with no abort check even if
> CONFIG_ZERO_BOOTDELAY_CHECK is defined.
>
> To sum up, the autoboot behaves as follows:
>
> [1]
On Mon, Jun 27, 2016 at 04:23:04PM +0900, Masahiro Yamada wrote:
> Move the bootdelay >= 0 check to the caller, which simplifies
> the callees.
>
> Signed-off-by: Masahiro Yamada
> Reviewed-by: Stefan Roese
> Reviewed-by: Simon Glass
> Reviewed-by: Heiko Schocher
Applied to u-boot/master, th
On Wed, Jun 29, 2016 at 02:50:41PM +0530, Lokesh Vutla wrote:
> DRA72-Evm revC uses dra72-evm-revc.dtb. Update the same in env vatiables.
>
> Signed-off-by: Lokesh Vutla
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Mon, Jun 27, 2016 at 04:23:03PM +0900, Masahiro Yamada wrote:
> Factor out the same code from the callees to the caller.
>
> Signed-off-by: Masahiro Yamada
> Reviewed-by: Stefan Roese
> Reviewed-by: Simon Glass
> Reviewed-by: Heiko Schocher
Applied to u-boot/master, thanks!
--
Tom
sig
On Sat, Jul 02, 2016 at 05:49:53AM +0900, Masahiro Yamada wrote:
> Hi Tom,
>
> Here are some bug fixes + DT, pinctrl updates.
>
> If you have not pulled the previous one,
> Please pull this 2nd round!
>
>
>
>
> The following changes since commit ff6e1569663eccaf9e582c57cc44568915c2f54b:
>
>
On Wed, Jun 29, 2016 at 01:42:01PM -0700, Steve Rae wrote:
> Otherwise, ocassionally see errors like this:
> Flashing sparse image at offset 2078720
> Flashing Sparse Image
> sdhci_send_command: Timeout for status update!
> mmc fail to send stop cmd
> write_sparse_image: Write failed, b
Hey all,
I know I'm doing this on Friday not Monday, sorry, got a bit off track
this week. I've tagged v2016.07-rc3 and it's on git and I expect it to
be on the FTP sites once Wolfgang has a chance.
We've brought in some PSCI changes that I had promised could come in
this release but I hadn't pi
The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-06-21
20:43:21 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 57de41e9c944af8d
The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-06-21
20:43:21 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to 61520ac4d554
Ed,
This was broken after a USB patch. Sriram Dash is working on a fix.
York
Original Message
From: Ed Swarthout
Sent: Friday, July 1, 2016 07:16 PM
To: york sun
Subject: [PATCH] mpc85xx: do not include cmd_errata in SPL_BUILD
CC: u-boot@lists.denx.de,Edward L Swarthout
F
On 07/01/2016 07:16 PM, Ed Swarthout wrote:
> Fixes build breaks for T4240QDS_SDCARD and T4240QDS_NAND:
>
> arch/powerpc/cpu/mpc85xx/built-in.o: In function `do_errata':
> /home/swarthou/bsp/stash/u-boot-devel/arch/powerpc/cpu/mpc85xx/cmd_errata.c:299:
> undefined reference to `has_erratum_a007798
Fixes build breaks for T4240QDS_SDCARD and T4240QDS_NAND:
arch/powerpc/cpu/mpc85xx/built-in.o: In function `do_errata':
/home/swarthou/bsp/stash/u-boot-devel/arch/powerpc/cpu/mpc85xx/cmd_errata.c:299:
undefined reference to `has_erratum_a007798'
/home/swarthou/bsp/stash/u-boot-devel/arch/powerpc/
78 matches
Mail list logo