Update report

This commit is contained in:
igorpecovnik
2023-08-17 20:03:34 +00:00
committed by Igor
parent 5a19f70f9d
commit d57e365e67
2 changed files with 5 additions and 4 deletions

7
.github/CODEOWNERS vendored
View File

@@ -17,6 +17,7 @@ tools/ @iav @neheb @hzyitc @mhoffrog
# The following contents are generated by board configs
config/boards/aml-s9xx-box.tvb @SteeManMI
config/boards/bananapi.csc @DylanHP
config/boards/bananapicm4io.conf @pyavitz
config/boards/bananapim2s.conf @jeanrhum @pyavitz
config/boards/bananapim3.conf @AaronNGray
@@ -121,7 +122,7 @@ config/kernel/linux-rockchip64-*.config @Manouchehri @TRSx80 @Tonymac32 @ZazaBR
config/kernel/linux-rockpis-*.config @brentr
config/kernel/linux-sun50iw9-*.config @AGM1968 @krachlatte
config/kernel/linux-sun50iw9-btt-*.config @bigtreetech
config/kernel/linux-sunxi-*.config @AaronNGray @StephenGraf @Tonymac32 @lbmendes @schwar3kat @sgjava @teknoid @viraniac
config/kernel/linux-sunxi-*.config @AaronNGray @DylanHP @StephenGraf @Tonymac32 @lbmendes @schwar3kat @sgjava @teknoid @viraniac
config/kernel/linux-sunxi64-*.config @AGM1968 @Kreyren @PanderMusubi @Tonymac32 @bigtreetech @devdotnetorg @eliasbakken @joshaspinall @krachlatte @schwar3kat @teknoid @viraniac
config/kernel/linux-thead-*.config @chainsx
config/kernel/linux-uefi-arm64-*.config @rpardini
@@ -139,7 +140,7 @@ patch/kernel/archive/rockchip-*/ @paolosabatino
patch/kernel/archive/rockchip64-*/ @Manouchehri @TRSx80 @Tonymac32 @ZazaBR @ahoneybun @amazingfate @brentr @catalinii @clee @joekhoobyar @krachlatte @paolosabatino @schwar3kat @vamzii
patch/kernel/archive/rockpis-*/ @brentr
patch/kernel/archive/sun50iw9-*/ @AGM1968 @krachlatte
patch/kernel/archive/sunxi-*/ @AGM1968 @AaronNGray @Kreyren @PanderMusubi @StephenGraf @Tonymac32 @bigtreetech @devdotnetorg @eliasbakken @joshaspinall @krachlatte @lbmendes @schwar3kat @sgjava @teknoid @viraniac
patch/kernel/archive/sunxi-*/ @AGM1968 @AaronNGray @DylanHP @Kreyren @PanderMusubi @StephenGraf @Tonymac32 @bigtreetech @devdotnetorg @eliasbakken @joshaspinall @krachlatte @lbmendes @schwar3kat @sgjava @teknoid @viraniac
patch/kernel/archive/uefi-arm64-*/ @rpardini
patch/kernel/arm64-*/ @rpardini
patch/kernel/bcm2711-*/ @PanderMusubi @teknoid
@@ -179,7 +180,7 @@ sources/families/rockchip64.conf @Manouchehri @TRSx80 @Tonymac32 @ZazaBR @ahone
sources/families/rockpis.conf @brentr
sources/families/sun50iw9-btt.conf @bigtreetech
sources/families/sun50iw9.conf @AGM1968 @krachlatte
sources/families/sunxi.conf @AaronNGray @StephenGraf @Tonymac32 @lbmendes @schwar3kat @sgjava @teknoid @viraniac
sources/families/sunxi.conf @AaronNGray @DylanHP @StephenGraf @Tonymac32 @lbmendes @schwar3kat @sgjava @teknoid @viraniac
sources/families/sunxi64.conf @AGM1968 @Kreyren @PanderMusubi @Tonymac32 @bigtreetech @devdotnetorg @eliasbakken @joshaspinall @krachlatte @schwar3kat @teknoid @viraniac
sources/families/thead.conf @chainsx
sources/families/x86.conf @rpardini

View File

@@ -1,6 +1,6 @@
# Allwinner A20 dual core 1Gb RAM SoC 1xSATA GBE
BOARD_NAME="Banana Pi"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOARD_MAINTAINER="DylanHP"
BOOTCONFIG="Bananapi_defconfig"
KERNEL_TARGET="legacy,current,edge"