mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Merge tag 'u-boot-rockchip-20241111' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
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:
19
include/configs/genbook-cm5-rk3588.h
Normal file
19
include/configs/genbook-cm5-rk3588.h
Normal 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 */
|
||||
10
include/configs/qnap_ts433.h
Normal file
10
include/configs/qnap_ts433.h
Normal 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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user