> FAT (for ESP) is always LE so "-B endian" for makefs(8) is not necessary. > > (not sure if there is any "EFI on big endian CPU" system though)
EFI runs in little-endian always, but efiboot can load a big endian kernel and run it properly. this is how we boot big-endian on systems like rockpro64 (or some arm32 ones.) acpica doesn't work properly in big-endian mode, though they do have some #if'd that are supposed to work, so it only works in FDT mode... .mrg.