Use proper project name in DTs, messages and READMEs.
Signed-off-by: Michal Simek <michal.simek@amd.com>
};
partition@1 {
- label = "U-boot";
+ label = "U-Boot";
reg = <0x00080000 0x001e0000>;
};
reg = <0x0 0x200000>;
};
partition@200000 {
- label = "U-boot Env";
+ label = "U-Boot Env";
reg = <0x200000 0x10000>;
};
partition@210000 {
setexpr sz ${filesize} / 0x200;
setexpr sz ${sz} + 1;
if mmc write ${loadaddr} 0x2 ${sz}; then
- echo Flashing of U-boot SPL succeed;
- else echo Flashing of U-boot SPL failed;
+ echo Flashing of U-Boot SPL succeed;
+ else echo Flashing of U-Boot SPL failed;
fi;
fi;
download_uboot_img=tftpboot ${loadaddr} ${board_name}-u-boot.img
setexpr sz ${filesize} / 0x200;
setexpr sz ${sz} + 1;
if mmc write ${loadaddr} 0x8a ${sz}; then
- echo Flashing of U-boot image succeed;
- else echo Flashing of U-boot image failed;
+ echo Flashing of U-Boot image succeed;
+ else echo Flashing of U-Boot image failed;
fi;
fi;
update_uboot=run download_uboot_spl flash_uboot_spl
&img_addr);
if (res == 0)
- printf("SPL: Validation of U-boot successful\n");
+ printf("SPL: Validation of U-Boot successful\n");
}
#ifdef CONFIG_SPL_FRAMEWORK
Images | Size |QSPI Flash Address
------------------------------------------
RCW + PBI | 1MB | 0x4000_0000
-U-boot | 1MB | 0x4010_0000
-U-boot Env | 1MB | 0x4020_0000
+U-Boot | 1MB | 0x4010_0000
+U-Boot Env | 1MB | 0x4020_0000
PPA FIT image | 2MB | 0x4050_0000
Linux ITB | ~53MB | 0x40A0_0000
Images | Size |QSPI Flash Address
------------------------------------------
RCW + PBI | 1MB | 0x4000_0000
-U-boot | 1MB | 0x4010_0000
-U-boot Env | 1MB | 0x4020_0000
+U-Boot | 1MB | 0x4010_0000
+U-Boot Env | 1MB | 0x4020_0000
PPA FIT image | 2MB | 0x4050_0000
Linux ITB | ~53MB | 0x40A0_0000
Images | Size |QSPI Flash Address
------------------------------------------
RCW + PBI | 1MB | 0x4000_0000
-U-boot | 1MB | 0x4010_0000
-U-boot Env | 1MB | 0x4020_0000
+U-Boot | 1MB | 0x4010_0000
+U-Boot Env | 1MB | 0x4020_0000
PPA FIT image | 2MB | 0x4050_0000
Linux ITB | ~53MB | 0x40A0_0000
Images | Size |QSPI Flash Address
------------------------------------------
RCW + PBI | 1MB | 0x4000_0000
-U-boot | 1MB | 0x4010_0000
-U-boot Env | 1MB | 0x4030_0000
+U-Boot | 1MB | 0x4010_0000
+U-Boot Env | 1MB | 0x4030_0000
PPA FIT image | 2MB | 0x4040_0000
PFE firmware | 20K | 0x00a0_0000
Linux ITB | ~53MB | 0x4100_0000
{
u32 changelist;
- lowlevel_display("U-boot ");
+ lowlevel_display("U-Boot ");
printf("Board: MIPS Boston\n");
#define BCM_NS3_MEM_SHARE_START 0x8d000000
#define BCM_NS3_MEM_SHARE_LEN 0x020fffff
-/* ATF/U-boot/Linux error logs */
+/* ATF/U-Boot/Linux error logs */
#define BCM_NS3_MEM_ELOG_START 0x8f113000
#define BCM_NS3_MEM_ELOG_LEN 0x00100000