
On Thu, May 27, 2021 at 7:20 PM Tom Rini trini@konsulko.com wrote:
On Thu, May 27, 2021 at 06:41:35PM +0800, Leo Liang wrote:
On Thu, May 27, 2021 at 04:57:17PM +0800, Green Wan wrote:
Hi Tom,
Thanks for the comments.
Not sure whether it catches different concerns, I plan to remove
fdt_high and initrd_high since the bootm_* settings should be sufficient to calculate the values related to fdt_high and initrd_high. And I checked the bootm_* settings as below, the system can
boot without fdt_high and initrd_high.
- bootm_low is set to CONFIG_SYS_SDRAM_BASE
- bootm_size is set to gd->ram_size (which comes from DT)
- bootm_mapsize is now equal to bootm_size
- boot log without fdt_high and initrd_high
"## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 00000000ffffa000, end 00000000fffff64d ...
OK"
Hi Leo/Rick,
Should I create v12 for fu740 series patchset based on
u-boot-riscv.git ? or revert [PATCH v11 7/8] plus a patch? Thanks a lot!
Regards, Green
Hi Green,
I think you could just create v12 patch. I will do the revert, thanks!
Hi Leo,
Thanks for the help. I just posted the v12 patchset.
-- Green
Thanks for sorting this out quickly!
-- Tom