]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/u-boot
u-boot: update to 2021.04
[ipfire-2.x.git] / lfs / u-boot
index d534fbe89763832a959b24ba8496022651e4b5f3..672de74fe4eb92faab4189105fe55021d2724559 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2021.01
+VER        = 2021.04
 
 THISAPP    = u-boot-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a3206df1c1b97df7a4ddcdd17cb97d0c
+$(DL_FILE)_MD5 = 1299c23ee4fde7e73a1b9f8f80fd28e0
 
 install : $(TARGET)
 
@@ -107,39 +107,35 @@ ifeq "${BUILD_ARCH}" "armv5tel"
        cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" RPi1 - IPFire.org"!' .config
        cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)"
        cd $(DIR_APP) && install -v -m 644 u-boot.bin \
-               /usr/share/u-boot/rpi/kernel.img
-       # Install rpi u-boot as default rpi kernel
-       cd $(DIR_APP) && install u-boot.bin /boot/kernel.img
+               /usr/share/u-boot/rpi/u-boot-rpi1.bin
+       cd $(DIR_APP) && install u-boot.bin /boot/u-boot-rpi1.bin
        cd $(DIR_APP) && make distclean
 
        # Raspberry Pi 2
-       -mkdir -pv /usr/share/u-boot/rpi2
+       -mkdir -pv /usr/share/u-boot/rpi
        cd $(DIR_APP) && make CROSS_COMPILE="" rpi_2_config
        cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" RPi2 - IPFire.org"!' .config
        cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)"
        cd $(DIR_APP) && install -v -m 644 u-boot.bin \
-               /usr/share/u-boot/rpi2/kernel7.img
-       # Install rpi2 u-boot as default rpi kernel7
-       cd $(DIR_APP) && install u-boot.bin /boot/kernel7.img
+               /usr/share/u-boot/rpi/u-boot-rpi2.bin
+       cd $(DIR_APP) && install u-boot.bin /boot/u-boot-rpi2.bin
        cd $(DIR_APP) && make distclean
 
        # Raspberry Pi 3 32bit
-       -mkdir -pv /usr/share/u-boot/rpi3
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/u-boot/rpi/u-boot-2018.03_add_rpi3-b-plus.patch
+       -mkdir -pv /usr/share/u-boot/rpi
        cd $(DIR_APP) && make CROSS_COMPILE="" rpi_3_32b_config
-       cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" RPi3 - IPFire.org"!' .config
+       cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" RPi3 32bit - IPFire.org"!' .config
        cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)"
        cd $(DIR_APP) && install -v -m 644 u-boot.bin \
-               /usr/share/u-boot/rpi3/kernel8-32.img
-       # Install rpi3 32bit u-boot as default rpi kernel8-32
-       cd $(DIR_APP) && install u-boot.bin /boot/kernel8-32.img
+               /usr/share/u-boot/rpi/u-boot-rpi3.bin
+       cd $(DIR_APP) && install u-boot.bin /boot/u-boot-rpi3.bin
        cd $(DIR_APP) && make distclean
 
        # Orange Pi Zero
        -mkdir -pv /usr/share/u-boot/orangepi_zero
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/u-boot/sunxi/orangepi-zero-add-macs.diff
        cd $(DIR_APP) && make CROSS_COMPILE="" orangepi_zero_config
-       cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" OrangePi Zero/IPFire Nano - IPFire.org"!' .config
+       cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" OrangePi Zero - IPFire.org"!' .config
        cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)"
        cd $(DIR_APP) && install -v -m 644 u-boot-sunxi-with-spl.bin \
                /usr/share/u-boot/orangepi_zero
@@ -165,15 +161,23 @@ ifeq "${BUILD_ARCH}" "armv5tel"
 
 else
        # Raspberry Pi 3
-       -mkdir -pv /usr/share/u-boot/rpi3
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/u-boot/rpi/u-boot-2018.03_add_rpi3-b-plus.patch
+       -mkdir -pv /usr/share/u-boot/rpi
        cd $(DIR_APP) && make CROSS_COMPILE="" rpi_3_config
        cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" RPi3 - IPFire.org"!' .config
        cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)"
        cd $(DIR_APP) && install -v -m 644 u-boot.bin \
-               /usr/share/u-boot/rpi3/kernel8.img
-       # Install rpi3 u-boot as default rpi kernel8
-       cd $(DIR_APP) && install u-boot.bin /boot/kernel8.img
+               /usr/share/u-boot/rpi/u-boot-rpi3.bin
+       cd $(DIR_APP) && install u-boot.bin /boot/u-boot-rpi3.bin
+       cd $(DIR_APP) && make distclean
+
+       # Raspberry Pi 4
+       -mkdir -pv /usr/share/u-boot/rpi
+       cd $(DIR_APP) && make CROSS_COMPILE="" rpi_4_config
+       cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" RPi4 - IPFire.org"!' .config
+       cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)"
+       cd $(DIR_APP) && install -v -m 644 u-boot.bin \
+               /usr/share/u-boot/rpi/u-boot-rpi4.bin
+       cd $(DIR_APP) && install u-boot.bin /boot/u-boot-rpi4.bin
        cd $(DIR_APP) && make distclean
 
 endif