[patch v2] ARM add initial support for the Phytium Pe2201 Board. Add pe2201 platform code and the device tree of pe2201 platform board. The initial support comprises the UART and PCIe.

Tom Rini trini at konsulko.com
Fri Dec 15 14:52:54 CET 2023


On Fri, Dec 15, 2023 at 03:13:14PM +0800, TracyMg_Li at outlook.com wrote:

> From: TracyMg_Li <TracyMg_Li at outlook.com>
> 
> Signed-off-by: TracyMg_Li <TracyMg_Li at outlook.com>

You still have the commit message as the first line of the commit and it
needs to be broken up in to the body of the message instead.

[snip]
> +/* BOOT */
> +#define BOOT_TARGET_DEVICES(func)	\
> +	func(SCSI, scsi, 0)	\
> +
> +#include <config_distro_bootcmd.h>
> +
> +/* Initial environment variables */
> +#define CFG_EXTRA_ENV_SETTINGS	\
> +	"image=Image\0"	\
> +	"scriptaddr=0x90100000\0"	\
> +	"kernel_addr_r=0x90200000\0"	\
> +	"fdt_addr_r=0x95000000\0"	\
> +	"boot_fit=no\0"	\
> +	"fdtfile=phytium-pe2201.dtb\0"	\
> +	BOOTENV

Please switch to bootstd and plain text environment, thanks.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231215/eb5b124c/attachment.sig>


More information about the U-Boot mailing list