mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01:00
This includes the U-boot overlay needed for binman and SPL. Signed-off-by: Samuel Holland <samuel@sholland.org>
82 lines
807 B
Plaintext
82 lines
807 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
#include "binman.dtsi"
|
|
|
|
/ {
|
|
cpus {
|
|
bootph-all;
|
|
};
|
|
|
|
soc {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&binman {
|
|
u-boot-sunxi-with-spl {
|
|
filename = "u-boot-sunxi-with-spl.bin";
|
|
pad-byte = <0xff>;
|
|
|
|
blob@0 {
|
|
/*
|
|
* This value matches SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
|
|
* and SYS_SPI_U_BOOT_OFFS if those are defined.
|
|
*/
|
|
min-size = <0x8000>;
|
|
filename = "spl/sunxi-spl.bin";
|
|
};
|
|
|
|
blob@1 {
|
|
filename = "u-boot.itb";
|
|
};
|
|
};
|
|
};
|
|
|
|
&ccu {
|
|
bootph-all;
|
|
};
|
|
|
|
&cpu0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&dcxo {
|
|
bootph-all;
|
|
};
|
|
|
|
&mbus {
|
|
bootph-all;
|
|
};
|
|
|
|
&mmc0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&mmc0_pins {
|
|
bootph-all;
|
|
};
|
|
|
|
&pio {
|
|
bootph-all;
|
|
|
|
uart0-pb8-pins {
|
|
bootph-all;
|
|
};
|
|
|
|
uart3-pb-pins {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&rtc {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart3 {
|
|
bootph-all;
|
|
};
|