Skip to content

Commit fde2297

Browse files
YHYANG2maxdog988
authored andcommitted
meta-nuvoton-obmc: add linux-nuvoton 6.12 recipe
Signed-off-by: Eason Yang <j2anfernee@gmail.com>
1 parent 0c0446a commit fde2297

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
KSRC = "git://github.com/Nuvoton-Israel/linux;protocol=https;branch=${KBRANCH}"
2+
KBRANCH = "NPCM-6.12-OpenBMC"
3+
LINUX_VERSION = "6.12.17"
4+
SRCREV = "7fe003d6ad08b2295ad8f71c440ac3e2a7ca7826"
5+
6+
require ../../../../meta-nuvoton/recipes-kernel/linux/linux-nuvoton.inc
7+
8+
SRC_URI:append:nuvoton = " file://enable-emc.cfg"
9+
SRC_URI:append:nuvoton:df-obmc-static-norootfs = " file://enable-spinor-ubifs.cfg"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-nuvoton:"
2+
3+
SRC_URI:append = " file://evb-npcm845-stage.cfg"
4+
SRC_URI:append = " file://enable-v4l2.cfg"
5+
SRC_URI:append = " file://luks.cfg"
6+
7+
# enable legavcy kvm driver, mutex vl42 driver
8+
# SRC_URI:append = " file://enable-legacy-kvm.cfg"
9+
10+
# support OpenBMC flash partition
11+
SRC_URI:append = " file://0001-dts-nuvoton-evb-npcm845-support-openbmc-partition.patch"
12+
SRC_URI:append = " file://0002-dts-update-flash-layout-for-TIP-2M.patch"
13+
14+
# enable slave eeprom for gfx edid
15+
SRC_URI:append = " file://0003-dts-npcm845-evb-enable-slave-eeprom-on-i2c11.patch"
16+
17+
# enable i3c0 GDMA
18+
SRC_URI:append = " file://0004-dts-arm64-evb-npcm845-enable-gdma-on-i3c0.patch"
19+
20+
# Enable af_mctp on i3c and i2c
21+
SRC_URI:append = " file://0005-dts-mctp-i2c-controller.patch"
22+
SRC_URI:append = " file://0006-dts-mctp-i3c-controller.patch"
23+
SRC_URI:append = " file://af_mctp.cfg"
24+
25+
# Enable UDC8 on usb phy3
26+
SRC_URI:append = " file://0007-dts-evb-npcm845-enable-udc8.patch"

0 commit comments

Comments
 (0)