Package: u-boot / 2016.11+dfsg1-4

Metadata

Package Version Patches format
u-boot 2016.11+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add debian revision to u boot version | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
mipsel native endianness.diff | (download)

examples/standalone/mips.lds | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

---
no force CROSS_COMPILE powerpc.diff | (download)

arch/powerpc/config.mk | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

---
tools generic builds.patch | (download)

tools/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable generic tools build
tools only in no dot config targets.diff | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
Makefile add kwb target to all.patch | (download)

Makefile | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
hurd.diff | (download)

include/compiler.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
udoo/udoo_quad support.patch | (download)

include/configs/udoo.h | 42 31 + 11 - 0 !
1 file changed, 31 insertions(+), 11 deletions(-)

 features and sane scripts for udoo board
 Enable the following features:
  * Ext4
  * Generic FS (load)
  * Raw initramfs
 Tweak scripts to:
  * use generic "load" command to load files from FS.
  * provide "loadzimage" macro.
udoo/udoo standardized variables | (download)

include/configs/udoo.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---
mx53loco | (download)

configs/mx53loco_defconfig | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
n900 bootz raw initrd.diff | (download)

include/configs/nokia_rx51.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
beagleboneblack/usb mass storage.patch | (download)

include/configs/am335x_evm.h | 8 2 + 6 - 0 !
1 file changed, 2 insertions(+), 6 deletions(-)

---
arndale/board spl rule.diff | (download)

Makefile | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 add spl/arndale-spl.bin rule
sh4 fix linker name prefix.patch | (download)

arch/sh/config.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sh4-fix-linker-name-prefix.patch
 u-boot currently fails to build from source on sh4 since the
 linker name prefix defined in arch/sh/config.mk is outdated.
 On current Debian installations, the binaries of the GNU
 toolchain are named using the triplett scheme
 $arch-$kernel-$toolchain. Thus, on sh4, the proper name
 is "sh4-linux-gnu-ld" instead of "sh4-linux-ld". This
 patch updates build configuration on sh4 to reflect that.


ensure config sandbox for make env.patch | (download)

include/configs/sandbox.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
mx6cuboxi/serial_console_speed.patch | (download)

include/configs/mx6cuboxi.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
mx6cuboxi/i4x4 ram.patch | (download)

board/solidrun/mx6cuboxi/Kconfig | 4 4 + 0 - 0 !
board/solidrun/mx6cuboxi/mx6cuboxi.c | 19 18 + 1 - 0 !
configs/mx6cuboxi4x4_defconfig | 40 40 + 0 - 0 !
3 files changed, 62 insertions(+), 1 deletion(-)

 add support for cubox i4x4
 This patch adds a config setting to support the ram on the cubox i4x4. There
 is no runtime detection so seperate builds are needed for the i4 and i4x4.
 
 A new defconfig is also added to turn on the new option so the debian build
 system can use it.
 
 Thanks to vagrantc for identifying the underlying change needed.
am57xx/omap5_distro_bootcmd | (download)

include/configs/ti_omap5_common.h | 28 13 + 15 - 0 !
1 file changed, 13 insertions(+), 15 deletions(-)

---
odroid/0001 Convert odroid to use distro_bootcmd.patch | (download)

include/configs/odroid.h | 25 19 + 6 - 0 !
1 file changed, 19 insertions(+), 6 deletions(-)

 [patch] convert odroid to use distro_bootcmd.


odroid xu3/bootdelay | (download)

include/configs/odroid_xu3.h | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
orangepi_zero/0001 sunxi add proper device tree for Orange Pi Zero boar.patch | (download)

arch/arm/dts/Makefile | 1 1 + 0 - 0 !
arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts | 143 143 + 0 - 0 !
2 files changed, 144 insertions(+)

 [patch 1/2] sunxi: add proper device tree for orange pi zero boards

Add a proper device tree file for Orange Pi Zero boards from Xunlong,
which come with a Allwinner H2+ SoC (similar to H3).

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
orangepi_zero/0002 sunxi add orangepi zero defconfig.patch | (download)

board/sunxi/MAINTAINERS | 5 5 + 0 - 0 !
configs/orangepi_zero_defconfig | 15 15 + 0 - 0 !
2 files changed, 20 insertions(+)

 [patch 2/2] sunxi: add orangepi zero defconfig

Orange Pi Zero is a board designed by Xunlong. It has an Allwinner H2+
SoC (similar to H3, which shares the same SoC ID), 256MB/512MB RAM,
Allwinner XR819 SDIO Wi-Fi, a MicroUSB port which is used to power the
board (also capable of OTG), a USB Type-A socket and a MicroSD slot.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
upstream/openrd/0001 armv5te make ret lr produce iinterworking bx lr.patch | (download)

arch/arm/include/asm/assembler.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] armv5te: make 'ret lr' produce iinterworking 'bx lr'

Current ARM assembler helper for the 'return to caller' pseudo-instruction
turns 'ret lr' into 'mov pc, lr' for ARMv5TE. This causes the core to remain
in its current ARM state even when the routine doing the 'ret' was called
from Thumb-1 state, triggering an undefined instruction exception.

This causes early run-time failures in all boards compiled using the Thumb-1
instruction set (for instance the Open-RD family).

ARMv5TE supports 'bx lr' which properly implements interworking and thus
correctly returns to Thumb-1 state from ARM state.

This change makes 'ret lr' turn into 'bx lr' for ARMv5TE.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>