
13 Apr
2016
13 Apr
'16
9:01 p.m.
On 13.04.16 20:54, Andreas Färber wrote:
Am 13.04.2016 um 20:47 schrieb Alexander Graf:
load mmc 0 $fdt_addr_r my_awesome.dtb ;\ load mmc 0 $kernel_addr_r some/random/path/grub2.efi ;\ bootefi $kernel_addr_r
If we're going in that direction, I would rather pass $fdt_addr_r as second optional argument to bootefi. That would be more consistent with bootm, bootz, booti.
Yes, probably.
While at it, is there a reason that bootz/booti create some output about memory locations of initrd/fdt but bootefi does not?
Is that important information? I don't quite get the feeling that it is.
Alex