1126 Commits

Author SHA1 Message Date
dianjixz 6da79f7cf7 Merge branch 'armbian:main' into main 2025-11-20 17:16:17 +08:00
dianjixz 1c5954076c [add] aipyramid 2025-11-20 16:49:15 +08:00
Mecid 42cd31fec4 Rock5B-Plus and Rock5T: Use upstream u-boot (#8918) 2025-11-19 09:08:54 +01:00
Ricardo Pardini 7f15455702 u-boot: prepare v2026.01 patch directory
- fileenv patch, generic for all
- 0000.patching_config.yaml for null-patch-free future
2025-11-17 20:23:44 +01:00
Ricardo Pardini 98cb83e5e3 odroidhc4: u-boot: bump to v2026.01-rc2 2025-11-17 20:22:01 +01:00
Ricardo Pardini d9a0bb9e69 khadas-vim3l: u-boot: bump to v2026.01-rc2, enable BTRFS and more
- boot order: SD -> NVMe -> USB -> eMMC -> PXE
- NVMe must come before USB, as initting USB kills NVMe
2025-11-17 20:21:39 +01:00
Muhammed Efe Cetin ddc2591743 nanopi-m6: drop vendor uboot 2025-11-16 20:28:18 +01:00
Muhammed Efe Cetin 95aa4a8bac nanopi-r6s: remove old legacy uboot files && update mainline uboot 2025-11-16 20:27:24 +01:00
Muhammed Efe Cetin e5b845f943 orangepi5: drop vendor uboot 2025-11-15 10:23:03 +01:00
Coia Prant 8cd0b3d70a rockchip: x3568 v4: sync changes from linux mainline
9Tripod X3568 v4 are merged into linux mainline.

Sync these changes.
2025-11-08 20:47:38 +01:00
Austin Lane dfe371a0ae family: rockchip: add rv1103/rv1106 + first board
- Adds support for "RV1106" family (RV1103 + RV1106)
- Adds support for Luckfox Pico Mini (RV1103)
2025-11-07 21:02:41 +01:00
Ricardo Pardini 171f69fa2f odroidhc4: u-boot: bump to v2025.10; enable BTRFS support 2025-11-07 18:30:18 +01:00
Coia Prant 05511627a6 rockchip: add 9tripod x3568 v4 support (#8823) 2025-11-05 11:06:38 +08:00
Ricardo Pardini af13870a7d u-boot: v2025.10: fileenv patch: add #include "env.h" to fix ENV_IS_NOWHERE builds
- thanks to tabrisnet
2025-11-02 18:12:32 +01:00
Kamil Saigol a5742044db Add new board radxa-e54c 2025-11-01 07:54:02 +01:00
retro98boy ebe77dc278 board: add BesTV R3300-L support 2025-10-23 22:31:23 +02:00
Muhammed Efe Cetin 94c259cf6e khadas-edge2: add support for mainline uboot 2025-10-23 22:05:57 +02:00
SuperKali a24fadabd4 Update U-Boot to 2025.10 and refactor Youyeetoo R1 DTS (ES8323 audio + NPU) (#8810)
* youyeetoo-r1: bump u-boot to v2025.10 final

* rockchip64-edge: enable es8323 driver by default

* rockchip64-6.18: dts: youyeetoo-r1 - refactor DTS
2025-10-23 17:17:42 +02:00
Your Name 8597096043 nanopi-r3s-lts: board config maint 2025-10-22 19:55:58 +02:00
M. Efe Çetin 50a4141c99 nanopi-m6: add support for mainline uboot (#8793) 2025-10-22 12:26:08 +02:00
Jianfeng Liu 3b90c35e2f armsom-forge1: add uboot patch to enable booting from btrfs partition 2025-10-17 19:33:52 +02:00
dianjixz 63566136c6 [add] Experimentally add two board configurations: ax630c-kit and ax630c-llm. 2025-10-17 18:33:21 +08:00
Paolo Sabatino 0f18b12755 Bump u-boot to v2025.10-rc5 for orangepi4-lts 2025-10-11 20:20:19 +02:00
Ricardo Pardini 2e21057d52 mixtile-blade3: u-boot: edge: v2025.10-rc3; add dts/u-boot.dtsi/defconfig
- using the same DT as the rockchip64-6.16
- defconfig based on Rock5b, so we can eventually use the same fusb302 when time comes
- -u-boot.dtsi enables `ums` / `rockusb` et al using the middle usb-c port (orientation sensitive)
- enables booting from NVMe
- TODO: sd/usb/nvme/mmc boot order
2025-10-11 13:41:19 +02:00
Ricardo Pardini 0c5d3bade2 u-boot: v2025.10: prepare 0000.patching_config.yaml for null-patch-free u-boot
- this maps copying files from dirs in the patch directory directly to the u-boot tree, without any .patch required:
  - `defconfig` -> `configs` (useful for all)
  - `dt_uboot` -> `arch/arm/dts` (useful for most; use for xx-u-boot.dtsi or stuff without CONFIG_OF_UPSTREAM)
  - `dt_upstream_rockchip` -> `dts/upstream/src/arm64/rockchip` (useful for Rockchip boards)
- other mappings (eg `dt_upstream_xxx`) might be added later
2025-10-11 13:41:19 +02:00