Merge pull request #3 from xerootg/xero/mainline-3566

working panel
This commit is contained in:
fewtarius 2023-10-02 19:34:01 -04:00 committed by GitHub
commit b1a3238669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1338 additions and 1543 deletions

File diff suppressed because it is too large Load diff

View file

@ -45,6 +45,7 @@
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
KERNEL_MAKE_EXTRACMD=" $(for DTB in "${DEVICE_DTB[@]}"; do echo -n "rockchip/${DTB}.dtb "; done)"
KERNEL_EXTRA_DEPENDS_TARGET="zstd libcap libtraceevent"
# Define the CPU
HW_CPU="Rockchip RK3566"
@ -70,7 +71,7 @@
WINDOWMANAGER="weston"
# kernel serial console
EXTRA_CMDLINE="quiet rootwait earlycon=uart8250,mmio32,0xfe660000 console=ttyS2,1500000n8 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20 initcall_blacklist=uvc_init log_buf_len=1M nopkmute debugging"
EXTRA_CMDLINE="quiet rootwait earlycon=uart8250,mmio32,0xfe660000 console=ttyS2,1500000n8 console=tty0 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20 initcall_blacklist=uvc_init log_buf_len=1M"
# additional packages to install
# ADDITIONAL_PACKAGES=""

View file

@ -177,6 +177,7 @@ make_target() {
NO_LIBAUDIT=1 \
NO_LZMA=1 \
NO_SDT=1 \
NO_LIBTRACEEVENT=1 \
CROSS_COMPILE="${TARGET_PREFIX}" \
JOBS="${CONCURRENCY_MAKE_LEVEL}" \
make ${PERF_BUILD_ARGS}