diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-16 09:27:02 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-16 09:27:02 +0100 |
commit | 34d4ee44ff5997bcedae30a098befa015d768004 (patch) | |
tree | 601b3b50e892cd78d35a43d418fe92fa9d88872e | |
parent | 3d1b0ec4b67cc53212049b4bd2698091e8315ee4 (diff) | |
download | abslibre-34d4ee44ff5997bcedae30a098befa015d768004.tar.gz abslibre-34d4ee44ff5997bcedae30a098befa015d768004.tar.bz2 abslibre-34d4ee44ff5997bcedae30a098befa015d768004.zip |
libre/uboot-sunxi: updated to 2017.01
-rw-r--r-- | libre/uboot-sunxi/0001-parabola-arm-modifications.patch | 15 | ||||
-rw-r--r-- | libre/uboot-sunxi/PKGBUILD | 23 |
2 files changed, 12 insertions, 26 deletions
diff --git a/libre/uboot-sunxi/0001-parabola-arm-modifications.patch b/libre/uboot-sunxi/0001-parabola-arm-modifications.patch index c7ecda6fb..4717c7ea7 100644 --- a/libre/uboot-sunxi/0001-parabola-arm-modifications.patch +++ b/libre/uboot-sunxi/0001-parabola-arm-modifications.patch @@ -2,7 +2,7 @@ diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 766a212..0df77cd 100644 --- a/include/config_distro_defaults.h +++ b/include/config_distro_defaults.h -@@ -57,4 +57,7 @@ +@@ -29,4 +29,7 @@ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_ENV_VARS_UBOOT_CONFIG @@ -10,19 +10,6 @@ index 766a212..0df77cd 100644 +#define CONFIG_PARTITION_UUIDS + #endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */ -diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h -index 2406115..8c64bbd 100644 ---- a/include/configs/sunxi-common.h -+++ b/include/configs/sunxi-common.h -@@ -173,7 +173,7 @@ - #define CONFIG_SYS_NO_FLASH - - #define CONFIG_SYS_MONITOR_LEN (768 << 10) /* 768 KiB */ --#define CONFIG_IDENT_STRING " Allwinner Technology" -+#define CONFIG_IDENT_STRING " Parabola GNU/Linux-libre" - #define CONFIG_DISPLAY_BOARDINFO - - #define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */ -- 2.8.3 diff --git a/libre/uboot-sunxi/PKGBUILD b/libre/uboot-sunxi/PKGBUILD index eeb9947ec..1f5554a9a 100644 --- a/libre/uboot-sunxi/PKGBUILD +++ b/libre/uboot-sunxi/PKGBUILD @@ -1,23 +1,22 @@ -# U-Boot: sunXi -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: Timothy Redaelli <timothy.redaelli@gmail.com> buildarch=4 pkgbase=uboot-sunxi -pkgname=('uboot-a10-olinuxino-lime' +pkgname=(#'uboot-a10-olinuxino-lime' 'uboot-a10s-olinuxino-m' - 'uboot-a13-olinuxino' + #'uboot-a13-olinuxino' 'uboot-a13-olinuxinom' - 'uboot-a20-olinuxino-lime' - 'uboot-a20-olinuxino-lime2' + #'uboot-a20-olinuxino-lime' + #'uboot-a20-olinuxino-lime2' 'uboot-a20-olinuxino_micro' 'uboot-bananapi' 'uboot-bananapro' 'uboot-chip' - 'uboot-cubieboard' - 'uboot-cubieboard2' - 'uboot-cubietruck' + #'uboot-cubieboard' + #'uboot-cubieboard2' + #'uboot-cubietruck' 'uboot-linksprite_pcduino' 'uboot-linksprite_pcduino3' 'uboot-linksprite_pcduino3_nano' @@ -25,7 +24,7 @@ pkgname=('uboot-a10-olinuxino-lime' 'uboot-orangepi_one' 'uboot-orangepi_pc' 'uboot-orangepi_plus') -pkgver=2016.07 +pkgver=2017.01 pkgrel=1.parabola1 arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -37,8 +36,8 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-parabola-arm-modifications.patch' 'boot.txt' 'mkscr') -md5sums=('425a3fa610a7d972e5092a0e92276c70' - '7cc4438cd6b6c032c9068e3c6ee8d11b' +md5sums=('ad2d82d5b4fa548b2b95bbc26c9bad79' + '4c21a725e8aae2af7ae85a0196e0022d' 'a149665c52dc30817f98040b77999aeb' '021623a04afd29ac3f368977140cfbfd') |