Re: [U-Boot] [PATCH] arm: re-implement proper ISB instruction for ARMv7-A

2016-07-30 Thread Ziyuan Xu
Hi Tom, On 2016年07月29日 09:12, Tom Rini wrote: On Fri, Jul 29, 2016 at 09:06:29AM +0800, Ziyuan Xu wrote: Hi Tom, On 2016年07月29日 08:34, Tom Rini wrote: On Fri, Jul 29, 2016 at 07:34:09AM +0800, Ziyuan Xu wrote: Hi Tom, On 2016年07月29日 06:15, Tom Rini wrote: On Thu, Jul 28, 2016 at

Re: [U-Boot] pull request: u-boot-coldfire/master

2016-07-30 Thread Tom Rini
On Sat, Jul 30, 2016 at 11:25:24PM +0200, Angelo Dureghello wrote: > Hi Tom, > > my first pull request, hope all is ok. > If possible these updates are for v2016.09-rc1. > > The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4 > > ARM: am57xx_evm: Enable QSPI support

[U-Boot] pull request: u-boot-coldfire/master

2016-07-30 Thread Angelo Dureghello
Hi Tom, my first pull request, hope all is ok. If possible these updates are for v2016.09-rc1. The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4 ARM: am57xx_evm: Enable QSPI support (2016-07-20 14:22:30 +0530) are available in the git repository at:

[U-Boot] [PATCH v2] spi: zynq_spi: Fix infinite looping while xfer

2016-07-30 Thread Lad Prabhakar
From: "Lad, Prabhakar" During spi transfer, for example: sspi 1:1.0 8 ff the rx_len values will be: rx_len = 0 rx_len = 4294967295 This caused a busy looping during xfer, this patch fixes it by adding a check while reading the rx fifo Signed-off-by: Lad, Prabhakar

[U-Boot] [PATCH v2] armv8: mmu: Detect page table overflow in emergency pt creation

2016-07-30 Thread Alexander Graf
We create 2 sets of page tables: One for normal operation, one for emergency (used while modifying the former). Because the page tables grow dynamically, we have code that checks for overflow. Unfortunately we didn't adjust the available space variable while creating the emergency tables, so

Re: [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti

2016-07-30 Thread Tom Rini
On Fri, Jul 29, 2016 at 03:59:18PM -0500, Stuart Yoder wrote: > The booti command allows booting kernels specifying dtb, > kernel, and rootfs addresses individually (without needing > an ITB file), providing more flexibility. > > Signed-off-by: Stuart Yoder With v2 of

[U-Boot] [PATCH v3] sunxi: On newer SoCs use words 1-3 instead of just word 3 from the SID

2016-07-30 Thread Hans de Goede
It seems that bytes 13-14 of the SID / bytes 1-2 from word 3 of the SID are always 0 on H3 making it a poor candidate to use as source for the serialnr / mac-address, and the other non constant words (1 and 2) also have quite a few bits which are the same for some boards, This commits switches to

Re: [U-Boot] [PATCH v2] sun8i: On H3 Use words 1-3 instead of just word 3 from the SID

2016-07-30 Thread Hans de Goede
Hi, On 29-07-16 12:28, Ian Campbell wrote: On Fri, 2016-07-29 at 11:49 +0200, Hans de Goede wrote: It seems that bytes 13-14 of the SID / bytes 1-2 from word 3 of the SID are always 0 on H3 making it a poor candidate to use as source for the serialnr / mac-address, and the other non constant