forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'armbian:main' into main
- Loading branch information
Showing
213 changed files
with
7,033 additions
and
52,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Rockchip RK3566 quad core 1GB-2GB GBE eMMC USB3 WiFi | ||
BOARD_NAME="LCKFB Taishan Pi" | ||
BOARDFAMILY="rk35xx" | ||
BOARD_MAINTAINER="" | ||
BOOTCONFIG="radxa-zero3-rk3566_defconfig" | ||
KERNEL_TARGET="legacy,vendor" | ||
BOOT_FDT_FILE="rockchip/rk3566-taishanpi-v10.dtb" | ||
BOOT_SCENARIO="spl-blobs" | ||
IMAGE_PARTITION_TABLE="gpt" | ||
|
||
# Override family config for this board; let's avoid conditionals in family config. | ||
function post_family_config__tspi_use_radxa_vendor() { | ||
BOOTSOURCE='https://github.com/radxa/u-boot.git' | ||
BOOTBRANCH='branch:rk35xx-2024.01' | ||
BOOTPATCHDIR="u-boot-radxa-latest" | ||
UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB ROCKCHIP_TPL=$RKBIN_DIR/$DDR_BLOB;;u-boot-rockchip.bin" | ||
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd | ||
function write_uboot_platform() { | ||
dd if=$1/u-boot-rockchip.bin of=$2 seek=64 conv=notrunc status=none | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Rockchip RK3399 hexa core 4GB RAM SOC 16GB eMMC 2x USB2 1x USB3 1x USB-C HDMI 1x GbE WiFi/BT | ||
BOARD_NAME="Lenovo Leez P710" | ||
BOARDFAMILY="rockchip64" | ||
BOARD_MAINTAINER="Andyshrk" | ||
BOOTCONFIG="leez-rk3399_defconfig" | ||
BOOT_FDT_FILE="rockchip/rk3399-leez-p710.dtb" | ||
BOOT_LOGO="desktop" | ||
BOOT_SCENARIO="blobless" | ||
FULL_DESKTOP="yes" | ||
KERNEL_TARGET="current,edge" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.