Ricardo Pardini
5ca8636afa
rk3588-legacy: add Mixtile Blade 3 mixtile-blade3.wip
...
- with it's own rockchip `next-dev` based u-boot and patches for PD
2023-07-05 21:22:22 +02:00
hzy
5fecadb2ff
meson: edge: Enable some net modules
2023-07-05 10:55:32 +02:00
hzy
6885e3db74
meson: edge: refresh config
2023-07-05 10:55:32 +02:00
hzy
c923112d72
meson: edge: refresh patches
2023-07-05 10:55:32 +02:00
hzy
12ab63f0a2
meson: edge: Bump v6.4
2023-07-05 10:55:32 +02:00
hzy
8659f4a345
meson: edge: Create meson-6.3 patches from meson-6.1
2023-07-05 10:55:32 +02:00
Thomas McKahan
1289a81543
NanoPC-T6-Collabora: add dvfs regs
2023-07-05 10:55:14 +02:00
Gunjan Gupta
4752a90850
allwinner: Bump u-boot and kernel versions
...
U-boot 2023.07-rc4 -> 2023.07-rc6
Kernel Legacy 5.15.113 -> 5.15.119
Kernel Current 6.1.34 -> 6.1.37
Kernel Edge 6.4.0 -> 6.4.1
2023-07-04 19:24:02 +02:00
amazingfate
f2257004a8
u-boot-radxa-rk3588: give SD higher boot priority than NVME
2023-07-04 19:23:25 +02:00
MikeDK
342bde7151
rk35xx add dvb/camera/radio drivers to kernel config
2023-07-04 19:22:36 +02:00
Tony
1a84aceb65
NanoPC T6 fix PWM pinctrl, add Collabora kernel ( #5431 )
2023-07-04 13:04:48 -04:00
Muhammed Efe Cetin
2827e77a3e
update rk3588 blobs for opi5 and nanopi r6s
2023-07-04 18:25:15 +02:00
Ricardo Pardini
8153c11f10
mekotronics: post_family_config() hook is too late to change DDR_BLOB and BL31_BLOB, move to board-scope variables
...
- thanks @efectn for spotting this;
- I had tested the blobs in other ways, before deciding to refactor their change into a hook, which never worked.
2023-07-04 18:15:01 +02:00
Ricardo Pardini
c5fe25aa17
partitioning: move hook call image_specific_armbian_env_ready() after the end of related manipulations
...
- depending on rootpart/extlinux/boot.ini it might not have run or had any effect
2023-07-04 03:09:07 +05:30
Gunjan Gupta
317ee9d4cb
allwinner: patch series files cleanup
2023-07-02 23:57:13 +05:30
Patrick Yavitz
6e6ed0e88e
patch: misc: rtw88: decrease the log level of tx report
...
Reduce 'failed to get tx report from firmware' dmesg spam.
https://lore.kernel.org/linux-wireless/20210713104524.47101-1-pkshih@realtek.com/
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2023-07-01 23:44:02 +02:00
Gunjan Gupta
2500e106ac
allwinner: h3: h5: disable uart0 pinctrl when crust is enabled
2023-07-02 02:47:40 +05:30
Gunjan Gupta
2cae0b9422
artifacts: fix hashing for u-boot and kernel
2023-07-02 02:44:41 +05:30
Ricardo Pardini
bd56746146
python2/python3: symlink python3 as python/python2 if python2 is not found in host
...
- this _might_ allow some u-boots to build on bookworm/sid/etc (python2-less build hosts)
2023-07-01 21:49:08 +02:00
Ricardo Pardini
6a74d725c3
rockchip64_common: default, but do not overwrite, BL31_BLOB and MINILOADER_BLOB (fixed!)
...
- fixes 3c51abcd68
2023-07-01 16:20:01 +02:00
Ricardo Pardini
e6f70a3573
docker: default COLUMNS env var to 160 if unset / not-interactive
2023-07-01 14:55:49 +02:00
Ricardo Pardini
c3bf97bd27
rockchip64_common: move the TB2's special DDR_BLOB out from family file into board file
2023-07-01 14:54:55 +02:00
Ricardo Pardini
3c51abcd68
rockchip64_common: default, but do not overwrite, BL31_BLOB and MINILOADER_BLOB
2023-07-01 14:54:55 +02:00
Ricardo Pardini
950674b79e
boot-rk3588-legacy bootscript: add a lot of debugs
...
- rk's 3588 vendor u-boot (and Radxa's, etc) have trouble with our usage of load+import, add echo's to debug what breaks
2023-07-01 14:54:02 +02:00
Ricardo Pardini
ea30a06236
mekotronics: refactor vendor conf/hooks; vendor uboot with new patches; new blobs
...
- meko: don't use Radxa's Rock-5A u-boot anymore, switch to rockchip vendor next-dev branch
- meko: my own (horrible) patches for MAC address stability / defconfig
- meko: cherry picked a few patches for getting rid of BL32/read Bl31 from env and other fixes from Radxa
- meko: add OTP node to 3588 dtsi (so we don't need kern-dtb in ITS for working OTP)
- meko: refactor common code across 3 (soon to be 4) board files into vendor conf and hooks
- meko: bump DDR/BL31 blobs for all Meko boards
2023-07-01 14:53:34 +02:00
Ricardo Pardini
e3726f2fff
rock-5-cmio: add a .wip for Radxa CM5 with I/O board
...
- use OPi5's uboot, don't ask me.
2023-07-01 14:52:23 +02:00
Ricardo Pardini
3e0f04a334
linux-rk35xx-legacy.config: update .config, no changes (.110 -> .160)
2023-07-01 14:51:23 +02:00
Lane Jennison
ad97c1b7ee
rockchip-rk3588 collabora: new branch (by @lanefu)
...
- `bsdextrautils` for kernel 6.4 (only if collabora branch)
- kernel 6.4 major, but skip rtw88 driver patching
2023-07-01 14:50:35 +02:00
Ricardo Pardini
1c7f2248d5
rkdevflash: don't wait for "Loader" mode after sending spl_loader; show the loop counter
...
- I thought sending the spl_loader blob puts it into "Loader" mode, but...
- ... turns out "Loader" mode is a separate (rockusb, etc) mode.
- So if in Maskrom mode, just send the loader, and _trust_ it can now WriteLba
- still keeps the timeout, for when a loader is not accepted
2023-07-01 14:50:20 +02:00
Ricardo Pardini
079549b7fb
u-boot: log what the BOOTCONFIG is when building
2023-07-01 14:50:05 +02:00
Ricardo Pardini
a878f3c93d
rkbin-tools: allow using custom rkbin RKBIN_GIT_BRANCH as well as RKBIN_GIT_URL
...
- notice: the rkbin repo or the bins themselves are not hashed or included in the u-boot version (yet)
- make sure to avoid caching when building with those custom git/branch (`ARTIFACT_IGNORE_CACHE=yes CLEAN_LEVEL=make-uboot`)
2023-07-01 14:49:49 +02:00
Gunjan Gupta
5f2abfb0a7
allwinner: edge: fix booting on 32-bit devices
2023-07-01 14:40:08 +02:00
Gunjan Gupta
d404b7e805
allwinner: edge: Bump kernel to v6.4
2023-07-01 14:40:08 +02:00
Gunjan Gupta
35dddeab31
patch: kernel: allwinner: add patches for 6.4 kernel
2023-07-01 14:40:08 +02:00
Gunjan Gupta
173ed85da3
sunxi64: compilation fix workaround
...
Disabled ws2812 driver for all sunxi64 boards in edge kernel. As this
driver is used by Bigtreetech CB1 board, the driver is enabled for the
same but edge kernel is kept back at 6.2.16. Once the driver has been
updated, we can revert this commit.
2023-06-29 13:02:26 +02:00
Gunjan Gupta
2ccc26b657
kernel: sunxi: bump edge kernel to 6.3
2023-06-29 13:02:26 +02:00
Gunjan Gupta
8505c3c434
Make a copy of sunxi-6.2 patches for 6.3 kernel
2023-06-29 13:02:26 +02:00
Tony
45f6ca540c
rockchip-rk3588-edge bump to 6.4 add nanopc-t6 dts ( #5407 )
2023-06-29 10:51:09 +02:00
Ricardo Pardini
859ecea496
meson64 current 6.1.y: drop patch that landed upstream in 6.1.36: mmc: meson-gx: fix deferred probing
2023-06-28 21:27:19 +02:00
Ricardo Pardini
ba71419b58
artifact-uboot: hack: add rkbin blob paths to variables hashed (otherwise changes aren't picked up)
...
- this definitely needs re-thinking later, each family might have completely different requirements (eg: meson64's FIPs vs rk's rkbins vs ...)
2023-06-28 21:27:09 +02:00
Ricardo Pardini
3324449fbe
kernel drivers: introduce KERNEL_DRIVERS_SKIP array to allow families to skip certain kernel drivers
...
- move rtw88's skip's from drivers_network.sh to their own family definitions
2023-06-28 21:26:54 +02:00
Ricardo Pardini
d9c3cf3a0a
Revert "update rk3588 spl, ddr, bl31 blobs"
...
This reverts commit 084fba8524 .
2023-06-28 21:26:44 +02:00
Muhammed Efe Çetin
a2fa87866e
Add bluetooth-hciattach extension to Orange Pi 5
2023-06-28 08:03:36 +02:00
Muhammed Efe Çetin
23c1b71eee
fix opi5 uboot building
2023-06-27 17:24:11 +02:00
Muhammed Efe Çetin
269871828b
rename nanopi-r6s.wip to nanopi-r6s.conf
...
add myself as a maintainer to nanopi-r6
2023-06-27 13:37:14 +02:00
igorpecovnik
056121ebda
Update report
2023-06-27 13:36:59 +02:00
Ricardo Pardini
9d0bf2940f
khadas-vim3l: update asound.state with correct card name and enable HDMI output
2023-06-27 11:39:36 +02:00
Ricardo Pardini
5a964dda7a
khadas-vim3: update asound.state enabling HDMI out
2023-06-27 11:39:36 +02:00
Ricardo Pardini
8b0fb1537b
meson-{sm1|g12a|g12b}: default, but don't override, ASOUND_STATE; this way board-specific asound.state's are honored
...
- add logging during actual deployment so we know what is happening
2023-06-27 11:39:36 +02:00
Ricardo Pardini
81125507f9
meson64 edge 6.4: bump from 6.4-rc5 tag to linux-6.4.y branch
...
- rebase one patch
2023-06-27 07:10:28 +02:00