Igor
f9d71174f1
Update report ( #5353 )
...
Co-authored-by: igorpecovnik <igorpecovnik@users.noreply.github.com>
2023-06-19 20:08:36 +02:00
hzyitc
e189c104c2
Introduce the BOARD_MAINTAINER in board config ( #5159 )
...
* Introduce the `BOARD_MAINTAINER` in board config
Yes, we have documented the maintainers in `armbian/documentation`.
But it seem like that some of them don't maintain anymore.
Use a separated repos make us forget to update it.
So let's document here.
What's more, defining this make us easier to update `.github/CODEOWNERS`
* Set `BOARD_MAINTAINER` accroding to `armbian/documentation`
* Guess `BOARD_MAINTAINER`
Set he/she as board maintiner if he/she:
1. Create the board config
3. Commit at lease 3 times for the board config
3. Commit most for the board config
* Guess `BOARD_MAINTAINER`
Set he/she as board maintiner if he/she:
1. Create the board config
2. The only one to commit for the board config
* Set `BOARD_MAINTAINER` to empty for other boards
* AR-1712 fixing PR from wrong DB
* Fixing maintainers
Signed-off-by: Igor <igor@armbian.com>
* Add variable to missing ones
---------
Signed-off-by: Igor <igor@armbian.com>
Co-authored-by: Rafal-Hacus <68160861+Rafal-Hacus@users.noreply.github.com>
Co-authored-by: Igor <igor@armbian.com>
2023-06-19 17:30:35 +02:00
Andrew Davis
efa936525c
Remove deprecated KERNEL_ONLY from README.md
...
Looks like this got missed when removing KERNEL_ONLY. Having it here
in the first example causes that example to fail, Remove it.
2023-06-18 11:57:46 +02:00
Bochun Bai
2c9dbc66c8
Add pwm-fan support to nanopi r4s
2023-06-18 11:56:34 +02:00
Igor
50a7936cad
Disable RTW88 on midstream kernel as it breaks building
2023-06-16 10:30:21 +02:00
Igor
8755d232ff
Adjust CB1 u-boot config due to uboot bump
2023-06-15 15:29:59 +02:00
Igor
f6a51cb39a
Remove deprecated patches
2023-06-15 13:22:47 +02:00
Igor
b0857b70fd
Fix remaining u-boot patch problems
...
Signed-off-by: Igor <igor@armbian.com>
2023-06-15 13:22:47 +02:00
Igor
d5034b1f1a
Fix media kernels from breaking the build
2023-06-15 12:00:17 +02:00
Ricardo Pardini
5ebbe5c4f6
kernel: drop dead code & patches from long-disabled kernel-drivers.sh/drivers_network.sh stuff
...
- this has been dead code (never called) for some 6 months now
- having it there makes it hard to find the actual/real callpoints of non-dead code
2023-06-14 15:55:27 +02:00
Andrew Davis
92aa7b3de2
Use HTTPS for kernel.org sources checkout
...
HTTPS is more secure and less likely to be blocked by firewalls. The
other sources here use HTTPS now, update the kernel to the same.
2023-06-14 15:55:09 +02:00
Ricardo Pardini
b9056190b8
drivers_network rtl8812au: skip removal for odroidxu4/current so it patches OK again
...
```
# Brief detour. Turns out that HardKernel's vendor odroidxu4 kernel already has this driver
# "slipstreamed" into it, complete with a bunch of PDF files and other junk.
# See https://github.com/hardkernel/linux/tree/odroid-5.4.y/drivers/net/wireless/rtl8812au
# If we remove them here, the resulting patch will contain binary diffs which are unsupported by patch(1).
# So if building for the odroidxu4/current, we'll leave the original files in place, and just overwrite
# the possibly-updated source files (not PDFs and such). Thanks, HardKernel.
```
2023-06-14 15:32:14 +02:00
Igor
791715ce74
Update Nanopi Duo patch, tested for booting
2023-06-14 15:31:33 +02:00
Igor
044445d189
Update Core2, k1plus, opi3lts
...
3lts tested - does not boot!
2023-06-14 15:31:33 +02:00
Gunjan Gupta
4396c12df7
allwinner: honor BOOTBRANCH and BOOTPATCHDIR set in board configs
2023-06-14 15:31:33 +02:00
Igor
49d8df397c
Merge branch 'bigtreetech-CB1-current-pr'
2023-06-14 05:49:46 +02:00
Igor
5835d2d7ab
Merge branch 'main' into CB1-current-pr
2023-06-14 05:47:50 +02:00
Gunjan Gupta
e7f715091c
allwinner: bump current to 6.1.33
2023-06-14 05:36:26 +02:00
Ricardo Pardini
8ad6b1b44d
rockchip64 legacy: update .config, no changes
2023-06-14 05:36:15 +02:00
Ricardo Pardini
1383724e44
rockchip64 legacy: rebase+archeology all patches against ayufan's refs/tags/4.4.202-1237-rockchip-ayufan
2023-06-14 05:36:15 +02:00
Ricardo Pardini
fcddac6cab
rockchip64 legacy: drop duplicated patch
2023-06-14 05:36:15 +02:00
Ricardo Pardini
bfa8947c0d
kernel: wifi driver_uwe5622_allwinner: only ever apply for kernels >= 6.0
...
- case in point, rockchip64-legacy, which is 4.4-something and can't handle this
2023-06-14 05:36:15 +02:00
Igor
1848366170
Revert "docker: use ${SRC} as DOCKER_ARMBIAN_TARGET_PATH instead of hardcoded /armbian"
...
This reverts commit 6dd7067c79 .
2023-06-13 21:59:44 +02:00
Ricardo Pardini
de54b3707f
kernel: wifi driver_rtw88: skip for d1 family, which is lagging in 6.1.0-rcX
2023-06-13 20:20:02 +02:00
Gunjan Gupta
bc46fd509a
allwinner: bump u-boot to v2022.10
2023-06-13 20:19:36 +02:00
Ricardo Pardini
6dd7067c79
docker: use ${SRC} as DOCKER_ARMBIAN_TARGET_PATH instead of hardcoded /armbian
...
- this way host-side and Docker-side `SRC` are now the same path
- messages containing the path to a file will now match across Docker and actual host
2023-06-13 19:32:49 +02:00
Ricardo Pardini
fbd169afb3
u-boot espressobin v23.01: fix defconfig patch so it applies
2023-06-13 19:32:35 +02:00
Igor
0b6d57e7d8
u-boot bpi r2 fixing broken u-boot patch
...
CSC target, not tested on hardware
2023-06-13 19:32:21 +02:00
Ricardo Pardini
210da22fb0
u-boot-rockchip64-v2022.04 nanopi-r4s: fix patches so they actually apply
...
- those were clearly/unfortunately meant to be applied "after" the common patches, so add a `zzz-` prefix
- how did this _ever_ work before? unclear...
2023-06-13 19:31:40 +02:00
Ricardo Pardini
165c55377b
u-boot-rockchip64-v2022.04: rebase/archeology patches against 22.04
2023-06-13 19:31:40 +02:00
Ricardo Pardini
6d7467fc68
uboot: introduce u-boot-sunxi-v2023.04 for Allwinner boards using 23.04 u-boot (eg orangepiplus2e)
...
- drop `allwinner-fix-nand-spl.patch` which has been mainlined
- hammer `allwinner-boot-splash.patch` since Kconfig changed a bit upstream
2023-06-13 19:31:40 +02:00
Ricardo Pardini
dfb199ebe6
uboot: introduce u-boot-sunxi-v2022.04 for Allwinner boards using 22.04 u-boot (eg nanopineo)
...
- `sunxi_common`: don't overwrite `BOOTPATCHDIR` if it is set by the board (default, but do not overwrite)
- hammer `allwinner-h616-GPU-enable-hack.patch`
2023-06-13 19:31:40 +02:00
Ricardo Pardini
97fe214268
u-boot-sunxi: sunvell-r69: fix Makefile patching so it works against 22.07
...
- + archeology
2023-06-13 19:31:40 +02:00
Ricardo Pardini
19d532b13c
rockchip64 edge 6.3: rename most remaining "add-board" patches to "board" (all "add-board"s are now bare .dts in dt/ folder)
...
- keep helios64 as a reminder that it was overwritten once and probably should be dropped, together with other helios64 patches
2023-06-13 12:33:59 +02:00
Ricardo Pardini
39fa226b95
rockchip64 edge 6.3: drop need_checking and disabled patches
...
- let git have the history
2023-06-13 12:33:59 +02:00
Ricardo Pardini
028281f0d6
rockchip64 edge 6.3: drop null-patched DTS files, add them bare in dt/ folder
...
- remove double/triple-patching of nanopi-m4v2 (everything is in the bare .dts now)
2023-06-13 12:33:59 +02:00
Ricardo Pardini
696831e945
rockchip64 edge 6.3: replace DT-symlink patches with bare .dts with #include
2023-06-13 12:33:59 +02:00
Ricardo Pardini
716d3ae221
rockchip64 edge 6.3: drop overlay patches in favor of bare overlays in specific folder
2023-06-13 12:33:59 +02:00
Ricardo Pardini
0646a15647
rockchip64 edge 6.3: rebase v6.3.6 + drop DT Makefile patches
2023-06-13 12:33:59 +02:00
Ricardo Pardini
22017357cd
rockchip64 edge 6.3: add 0000.patching_config.yaml for rockchip64
2023-06-13 12:33:59 +02:00
Ricardo Pardini
a58621686e
rockchip64 edge 6.3: drop add-boards-to-dts-makefile.patch
2023-06-13 12:33:59 +02:00
Ricardo Pardini
42fef1907b
meson64 edge 6.4: drop null-patched DTS files, add them bare in dt/ folder
...
- convert `add-board-t95z.patch` to `board-t95z-add-rc-remote-keymap.patch` since that's all that's left
- `-spinor` DTS really should be overlays, but keep them as alternate .dtbs for now
2023-06-13 12:33:47 +02:00
Ricardo Pardini
c2540dc40f
meson64 edge 6.4: drop overlay patches in favor of bare overlays in specific folder
2023-06-13 12:33:47 +02:00
Ricardo Pardini
de39d73ca9
meson64 edge 6.4: update .config at 6.4-rc5
...
- enable a bunch of new _MESON and _AMLOGIC stuff
2023-06-13 12:33:47 +02:00
Ricardo Pardini
21a3dbe269
meson64 edge 6.4: rework general-meson-mmc-3-arm64-dts-docs-Update-mmc-meson-gx-documentation-for.patch into YAML
2023-06-13 12:33:47 +02:00
Ricardo Pardini
69393464b0
meson64 edge 6.4: drop general-meson-gx-mmc-fix-deferred-probing.patch -- upstreamed
...
- https://lore.kernel.org/linux-arm-kernel/16b74882-d65b-93c9-f72b-1d53bfefa22f@omp.ru/T/#t
2023-06-13 12:33:47 +02:00
Ricardo Pardini
ef137b43c7
meson64 edge 6.4: hammer general-gpu-drm-add-new-display-resolution-2560x1440.patch
2023-06-13 12:33:47 +02:00
Ricardo Pardini
e430fb090f
meson64 edge 6.4: simple fix for drv-spi-spidev-remove-warnings.patch
2023-06-13 12:33:47 +02:00
Ricardo Pardini
93fb615c3e
meson64 edge 6.4: drop ODROID-N2+'s gpio fan patches, something similar landed upstream
2023-06-13 12:33:47 +02:00
Ricardo Pardini
ef87eb4a71
meson64 edge 6.4: rework board-bananapim5-sd-use-270-mmc-clock-phase-via-dt.patch
2023-06-13 12:33:47 +02:00