Skip to content

Commit 708bb1f

Browse files
Add INTRODUCED property to all board configs (#9634)
* Add INTRODUCED property to all board configs Add year-range (2010-2015, 2015-2020, 2020-2025, 2025-2030) indicating when each board was first introduced, based on public release dates from manufacturer announcements. * Update config/boards/sk-am62-lp.conf Co-authored-by: Jonas Wood <jw@ti.com> * Update config/boards/sk-am62-sip.conf Co-authored-by: Jonas Wood <jw@ti.com> * Update config/boards/sk-am64b.conf Co-authored-by: Jonas Wood <jw@ti.com> * Update config/boards/sk-am62b.conf Co-authored-by: Jonas Wood <jw@ti.com> * Update config/boards/sk-am62p.conf Co-authored-by: Jonas Wood <jw@ti.com> --------- Co-authored-by: Jonas Wood <jw@ti.com>
1 parent 81e06d5 commit 708bb1f

366 files changed

Lines changed: 367 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/boards/9tripod-x3568-v4.csc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BOARD_NAME="9Tripod X3568 v4"
33
BOARD_VENDOR="rockchip"
44
BOARDFAMILY="rockchip64"
55
BOARD_MAINTAINER="rbqvq"
6+
INTRODUCED="2024"
67
KERNEL_TARGET="current,edge"
78
KERNEL_TEST_TARGET="current"
89
FULL_DESKTOP="yes"

config/boards/README.md

Lines changed: 2 additions & 0 deletions

config/boards/aml-a311d-cc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BOARD_NAME="Alta"
33
BOARD_VENDOR="libre-computer"
44
BOARDFAMILY="meson-g12b"
55
BOARD_MAINTAINER="Tonymac32"
6+
INTRODUCED="2022"
67
KERNEL_TARGET="current,edge"
78
KERNEL_TEST_TARGET="edge"
89
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost

config/boards/aml-c400-plus.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BOARD_NAME="Magicsee C400 Plus"
33
BOARD_VENDOR="amlogic"
44
BOARDFAMILY="meson-gxl"
55
BOARD_MAINTAINER="jomadeto"
6+
INTRODUCED="2022"
67
BOOTSIZE="512"
78
BOOTFS_TYPE="fat"
89
KERNEL_TARGET="current,edge"

config/boards/aml-s805-mxq.tvb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BOARD_NAME="MXQ"
33
BOARD_VENDOR="amlogic"
44
BOARDFAMILY="meson8b"
55
BOARD_MAINTAINER=""
6+
INTRODUCED="2015"
67
KERNEL_TARGET="current"
78
KERNEL_TEST_TARGET="current"
89
BOOTCONFIG="none"

config/boards/aml-s905d3-cc.wip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BOARD_NAME="Libre Computer Solitude"
33
BOARD_VENDOR="libre-computer"
44
BOARDFAMILY="meson-sm1"
55
BOARD_MAINTAINER="Tonymac32"
6+
INTRODUCED="2023"
67
KERNEL_TARGET="current,edge"
78
MODULES_BLACKLIST="simpledrm" # SimpleDRM conflicts with Panfrost
89
FULL_DESKTOP="yes"

config/boards/aml-s9xx-box.tvb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BOARD_NAME="aml-s9xx-box"
33
BOARDFAMILY="meson-gxl"
44
BOARD_VENDOR="amlogic"
55
BOARD_MAINTAINER="SteeManMI"
6+
INTRODUCED="2016"
67
BOOTSIZE="512"
78
BOOTFS_TYPE="fat"
89
KERNEL_TARGET="current,edge"

config/boards/aml-t95z-plus.tvb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ BOARDFAMILY="meson-gxl" # s912's are actually meson-gxm,
66
BOARD_VENDOR="generic"
77
BOOTCONFIG="meson-gxm-t95z-plus_defconfig" # patched-in
88
BOARD_MAINTAINER=""
9+
INTRODUCED="2016"
910
KERNEL_TARGET="edge"
1011
KERNEL_TEST_TARGET="edge"
1112
FULL_DESKTOP="yes"

config/boards/armsom-aim7-io.csc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BOARD_NAME="ArmSoM AIM7 IO"
33
BOARD_VENDOR="armsom"
44
BOARDFAMILY="rockchip-rk3588"
55
BOARD_MAINTAINER=""
6+
INTRODUCED="2024"
67
BOOTCONFIG="armsom-aim7-io-rk3588_defconfig"
78
KERNEL_TARGET="vendor"
89
FULL_DESKTOP="yes"

config/boards/armsom-cm5-io.csc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ BOOT_FDT_FILE="rockchip/rk3576-armsom-cm5-io.dtb"
1010
BOOT_SCENARIO="spl-blobs"
1111
IMAGE_PARTITION_TABLE="gpt"
1212
BOARD_MAINTAINER=""
13+
INTRODUCED="2024"
1314

1415
function post_family_tweaks__armsom-cm5-io_naming_audios() {
1516
display_alert "$BOARD" "Renaming armsom-cm5 audios" "info"

0 commit comments

Comments
 (0)