Ricardo Pardini
f860106a2a
jetson-nano legacy: give up on this legacy and remove it; fixes #5117
2023-05-01 22:46:43 +02:00
Ricardo Pardini
145ae8472c
jetson-nano legacy: try, and fail, to fix this legacy; (does NOT) fixes #5117
...
- `jetson-nano` `legacy`: kernel config: `CONFIG_SECTION_MISMATCH_WARN_ONLY=y`
- `jetson-nano` `legacy`: add `-mno-outline-atomics` to fix linking
- `jetson-nano` `legacy`: add `xxd` host-dependency
- `jetson-nano` `legacy`: downgrade _a lot_ of gcc errors to allow this legacy to build
2023-05-01 22:46:43 +02:00
Ricardo Pardini
ab0eb4936d
macchiatobin-doubleshot: fix u-boot/atf build: export SCP_BL2 had been wrongly converted to declare -g SCP_BL2 when it is in fact required; fixes #5116
2023-05-01 22:46:43 +02:00
Ricardo Pardini
30737fa6f4
rockchip: completely remove legacy branch; fixes #5118
...
- there's absolutely no point in trying to keep this alive, current/edge are good enough, legacy's abandoned for years and broken
2023-05-01 22:46:43 +02:00
Ricardo Pardini
84164c4012
rockchip64_common: add explicit make target u-boot.dtb before u-boot.itb in the target map for SPI; fixes #5114
...
- when `BOOT_SUPPORT_SPI=yes` (and not using the rkspi_loader)
- it seems the makefile target u-boot.itb does not correctly depend on the u-boot.dtb target, and works "by accident" on multicore machines, which are faster and build it fast enough in parallel. this adds u-boot.dtb to the target map, so make's hand is forced to do the right thing.
2023-05-01 22:46:43 +02:00
雷耀
873e719a6c
treat rk3566 as rk3568 to make "mkimage" work; introduce BOOT_SOC_MKIMAGE
2023-04-28 21:33:12 +02:00
Ricardo Pardini
64f7ff599a
uefi/edge: bump to 6.3
2023-04-28 21:32:52 +02:00
Ricardo Pardini
ba413c9b25
bcm2711/grub: add busybox (for initrd grep/sed) so initramfs-growroot works again on Debian
...
- bcm2711: bomb early when `RELEASE` is set and not supported
2023-04-28 21:32:52 +02:00
Ricardo Pardini
5f2a1af219
bcm2711/edge: bump to 6.3 (rpi4b, RPi Foundation Kernel)
2023-04-28 21:32:52 +02:00
Ricardo Pardini
506189dd8b
rockchip-rk3588/edge: bump to 6.3, drop 6.2 patches
2023-04-28 21:32:52 +02:00
Ricardo Pardini
324953f5d7
rk3568-odroid/edge: bump to 6.3 (odroidm1)
2023-04-28 21:32:52 +02:00
Ricardo Pardini
d9f2ec3255
qemu-uboot-arm64/qemu-uboot-x86: split more x86/arm64 differences, add some docs, bump to u-boot 23.04 +update-patches; add arm64 bootscript
2023-04-28 21:32:52 +02:00
Ricardo Pardini
6417a22151
sun50iw9: don't inadvertently override pre-existing hook function name - fixes #5099
2023-04-28 21:32:52 +02:00
Ricardo Pardini
a1788bb95c
imx7d (EOS): codeaurora.org is no more, move to nxp-imx's repos for both kernel and u-boot
2023-04-28 21:32:52 +02:00
Paolo Sabatino
da0ab48b79
rockchip: bump edge kernel to 6.3
2023-04-27 21:31:27 +02:00
Paolo Sabatino
98b6aec554
rk322x: bump edge kernel to 6.3
2023-04-27 21:30:02 +02:00
Igor Pecovnik
7c9e85ec25
Bump Allwinner kernels
2023-04-27 07:43:10 +02:00
Ricardo Pardini
b031c686f9
rockchip-rk3588: set ROCKUSB_BLOB for RockUSB Maskrom -> Loader mode
2023-04-24 14:23:21 +02:00
Igor
9cdb042199
Bump sunxi to latest version
2023-04-20 16:26:41 +02:00
Igor
bc9eb5f14d
Fix invalid packages install within families
2023-04-20 09:21:16 +02:00
Muhammed Efe Çetin
fd6a6dec66
Add support for NanoPi R6S
2023-04-16 16:13:09 +02:00
Igor
40fa40ebaa
Remove optimisation as it breaks on Debian Bookworm
...
Minimal images doesn't have any of this anyway ...
2023-04-14 00:39:09 +02:00
Igor
046ba3a121
Starfive kernel has some patch issues ... fixing it to last known working kernel.
2023-04-13 20:46:04 +02:00
Igor
10315c4f74
Bump sunxi and disable broken mvebu patch @heisath
2023-04-13 20:46:04 +02:00
Ricardo Pardini
3ec50ea03c
orangepizero2/sun50iw9/legacy: actually use NAME_KERNEL=uImage
2023-04-08 14:33:39 +02:00
Ricardo Pardini
871415b7b3
arch configs (all): default, but do not overwrite, KERNEL_IMAGE_TYPE/KERNEL_INSTALL_TYPE/etc: allow board/family to set
2023-04-08 14:33:39 +02:00
Ricardo Pardini
1e61b60cf8
orangepizero2/sun50iw9/legacy: implement pre_package_kernel_image hook to convert vmlinuz to uImage manually; fix legacy u-boot build
...
- sourceaddr `0x40008000` was found in Xunlong's legacy kernel source squashed into a huge commit. Thanks, Xunlong!
- bring `busybox` dependency with inline hook for legacy u-boot "unix2dos" which is essential
2023-04-08 14:33:39 +02:00
Ricardo Pardini
bdab9c1cd7
sun50iw9/legacy: armbian-next'ify, add logging, avoid changing global PATH, use host dtc utility, make write_uboot_platform() verbose
2023-04-07 13:00:09 +02:00
Igor
00793be73e
Bump sunxi
2023-04-06 14:09:45 +02:00
Igor
839e4940ab
Bump Allwinner
...
Signed-off-by: Igor <igor@armbian.com>
2023-04-06 09:55:15 +02:00
Ricardo Pardini
c4d91fd66f
rockchip64_common: refactor: extract BOOT_SPI_RKSPI_LOADER=yes into rock-3a, rock-5b, and orangepi5 (no more such rockchip-rk3588 references in common code)
2023-04-03 11:14:44 +02:00
Ricardo Pardini
6ce9f48885
fix: (uImage change, after #5018 ): config: fix: replace undue export statements with declare -g; shellfmt
2023-03-31 12:29:53 +02:00
Igor
e599976a35
Bump Allwinner kernels to latest version
2023-03-31 09:45:48 +02:00
Ricardo Pardini
c6e68bf577
meson64: only gxbb and gxl require fetching repo odroidc2-blobs, split hook
2023-03-31 09:37:37 +02:00
Ricardo Pardini
667ac5afb7
odroidn2: bump to 2022.10 u-boot with boot order patch and nothing else; remove old legacy uboot crap (odroidn2 hasn't even had a legacy BRANCH for a while)
2023-03-31 09:37:37 +02:00
Ricardo Pardini
62f5fe1596
config: fix: replace undue export statements with declare -g; shellfmt
2023-03-31 09:37:37 +02:00
hzy
76ce4c3a3d
Fix uImage build
2023-03-30 03:41:28 +08:00
Igor
577d0eaa28
Update sunxi and kernel configs
2023-03-28 15:56:14 +02:00
Paolo Sabatino
5930e5e536
rk322x: move edge kernel to 6.2
2023-03-24 23:14:09 +01:00
Paolo Sabatino
97c3448983
rockchip: put all rockchip 32 bit into uboot/v2022.04 directory
2023-03-24 23:13:42 +01:00
Paolo Sabatino
3f704692a7
rockchip: bump edge kernel to 6.2
2023-03-24 23:12:56 +01:00
Tony
915bd66187
[ rockchip64] second round config migration ( #4982 )
...
* [ rockchip64] second round config migration
Recommend all @armbian/boards-rockchip maintainers double check the resulting configurations, as stated in the PR the level of confusion in the family config logic likely means some boards have unnecessary extra stuff.
2023-03-21 10:40:22 -04:00
Thomas McKahan
6d182e4aaf
accidentally wiped out a "fi"
...
during whitespace cleanup.
2023-03-20 12:22:01 -03:00
Tony
ee76ad99b0
[ Rockchip64 ]Move board specific configs ( #4974 )
2023-03-20 10:19:57 -04:00
Igor
87b8ad6ae7
Bump sunxi to latest versions
2023-03-20 13:30:48 +01:00
SteeManMI
010077305c
aml-s9xx-box: Move board specific bsp file handling to the board ( #4971 )
...
config file from from the family config file
Changes to be committed:
modified: config/boards/aml-s9xx-box.tvb
modified: config/sources/families/meson-gxl.conf
2023-03-19 19:13:05 -04:00
Tony
d4a5b9c799
Move Jetson and Pinebook Pro board tweaks to board conf file ( #4968 )
...
* Move Jetson board tweaks to board conf file
* Move Pinebook Pro BSP and board tweaks
to PBP config file, decluttering family config
2023-03-19 18:26:18 -04:00
amazingfate
c21aef6e20
update rk35xx legacy kernel source to github
2023-03-17 08:33:42 +01:00
Ricardo Pardini
6b965c605c
completely remove any traces of KERNEL_ONLY and exit with error if set
2023-03-17 08:32:11 +01:00
Ricardo Pardini
b16ffd62da
odroidxu4/current: set KERNEL_SKIP_MAKEFILE_VERSION=yes
2023-03-17 08:32:11 +01:00