summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
imx6-spl-support
Gbp-Pq: Topic cubox-i
Gbp-Pq: Name imx6-spl-support.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
spl-sata-support
Gbp-Pq: Topic cubox-i
Gbp-Pq: Name spl-sata-support.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
am335x-uenv.txt
Specify mmc partition to check for uEnv.txt rather than raw device.
Based on patch by Robert Nelson <robertcnelson@gmail.com>
Gbp-Pq: Name am335x-uenv.txt.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
ti_armv7_common-support_raw_initrd
===================================================================
Gbp-Pq: Name ti_armv7_common-support_raw_initrd.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
emulate-config_distro_bootcmd-standardization
Set additional variables (boot_targets, devtype, devnum, bootpart) to
emulate config_distro_bootcmd.h so that the debian-installer
bootscript will work.
Gbp-Pq: Topic wandboard
Gbp-Pq: Name emulate-config_distro_bootcmd-standardization.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
wandboard-standardized-variables
Adds standardized variables, fdtfile, fdt_addr_r, ramdisk_addr_r and
kernel_addr_r.
Gbp-Pq: Topic wandboard
Gbp-Pq: Name wandboard-standardized-variables
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
wandboard-uEnv.txt-bootz-n-fixes
Downloaded from:
https://raw.github.com/eewiki/u-boot-patches/master/v2014.01/0001-wandboard-uEnv.txt-bootz-n-fixes.patch
Modified to reduce diff with upstream:
- keep the default bootdelay.
- keep support for bootscripts.
- consistantly use "load" vs. "fatload".
From
d0bf1e44422e4102859d9420a8abf42c3600f500 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 23 Jan 2014 16:24:13 -0600
Subject: [PATCH] wandboard: uEnv.txt, bootz, n fixes
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Gbp-Pq: Topic wandboard
Gbp-Pq: Name wandboard-uEnv.txt-bootz-n-fixes.patch
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
guruplug_mvfs_and_mmc
Gbp-Pq: Name guruplug_mvfs_and_mmc.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
hurd
Gbp-Pq: Name hurd.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
no-error-on-set-but-unused-variables
===================================================================
Gbp-Pq: Name no-error-on-set-but-unused-variables.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
openrd-mmc
This partially depends on the kerma-sheevaplug-mvsdio patch.
Updated version provided by drEagle <drEagle@DOUKKI.NET>:
https://lists.debian.org/debian-arm/2014/07/msg00041.html
Gbp-Pq: Name openrd-mmc.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
mipsel-native-endianness
[MIPS] Fix little-endian build with non-ELDK toolchains
We've been in trouble for a long time when cross compiling with non-ELDK
toolchains. This is caused by -EB passed to CPPFLAGS incorrectly, by the
lack of an endian specifier to LDFLAGS, and by wrong OUTPUT_FORMATs.
We're going to implement two workarounds. One is the endianness specifier
bugfix not to pass -EB / -EL to CPPFLAGS unless ELDK toolchain is used.
Note that ELDK and non-ELDK toolchains know their default endianness, so
the endianness specifier may not be necessary in principle.
The other is removal of OUTPUT_FORMAT in *.lds files. If we have this,
it doesn't work unless an endianness specifier is added to LDFLAGS. As
we haven't added that to LDFLAGS so far, it must have not worked properly,
except ELDK; I don't know why and how ELDK works, though.
With these two changes, all objects will be generated and linked in the
toolchain's default endianness. Then MAKEALL mips_el will work even with
non-ELDK toolchain.
Note that Linux/MIPS kernel has CONFIG_CPU_BIG_ENDIAN and
CONFIG_CPU_LITTLE_ENDIAN alternatives to allow users to compile kernels
with a toolchain for the other endianness. But U-Boot does not have such
feature for now, and it's another story.
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Gbp-Pq: Name mipsel-native-endianness.diff
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
add-debian-revision-to-u-boot-version
Add the debian revision to the U-boot version, which is displayed at
boot and can be helpful to determine which specific version is used.
Gbp-Pq: Name add-debian-revision-to-u-boot-version
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
u-boot (2014.10+dfsg1-5) unstable; urgency=medium
[ John Paul Adrian Glaubitz ]
* [sh4] Fix FTBFS due to incorrect target names (Closes: #780066).
[ Vagrant Cascadian ]
* [armhf] u-boot-sunxi: Enable A20-OLinuXino_MICRO. Thanks to Arne
Ploese for testing!
* [armhf] u-boot-sunxi: Enable Linksprite_pcDuino3. Thanks to Patrice Go
for testing!
[dgit import unpatched u-boot 2014.10+dfsg1-5]
Vagrant Cascadian [Tue, 7 Apr 2015 20:42:30 +0000 (20:42 +0000)]
Import u-boot_2014.10+dfsg1-5.debian.tar.xz
[dgit import tarball u-boot 2014.10+dfsg1-5 u-boot_2014.10+dfsg1-5.debian.tar.xz]
Vagrant Cascadian [Sun, 19 Oct 2014 18:34:39 +0000 (18:34 +0000)]
Import u-boot_2014.10+dfsg1.orig.tar.xz
[dgit import orig u-boot_2014.10+dfsg1.orig.tar.xz]