CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/23280

- Add board:
        rk3328: FriendlyElec NanoPi R2S Plus
        rk3568: Qnap TS433
        rk3588: Cool Pi CM5 GenBook
- Move rk3399_force_power_on_reset to TPL for puma board;
This commit is contained in:
Tom Rini
2024-11-11 07:25:25 -06:00
32 changed files with 1618 additions and 34 deletions

View File

@@ -0,0 +1,19 @@
/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __GENBOOK_CM5_RK3588_H
#define __GENBOOK_CM5_RK3588_H
#define ROCKCHIP_DEVICE_SETTINGS \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
/*
* As a laptop, there is no sdmmc, and we want to
* set usb the highest boot priority for third-part
* os installation.
*/
#define BOOT_TARGETS "usb mmc0"
#include <configs/rk3588_common.h>
#endif /* __GENBOOK_CM5_RK3588_H */

View File

@@ -0,0 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __QNAP_TS433_H
#define __QNAP_TS433_H
#define ROCKCHIP_DEVICE_SETTINGS
#include <configs/rk3568_common.h>
#endif

View File

@@ -13,7 +13,9 @@
#ifndef CONFIG_XPL_BUILD
#ifndef BOOT_TARGETS
#define BOOT_TARGETS "mmc1 mmc0 nvme scsi usb pxe dhcp spi"
#endif
#ifdef CONFIG_ARM64
#define ROOT_UUID "B921B045-1DF0-41C3-AF44-4C6F280D3FAE;\0"