mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-11-04 09:14:22 +00:00 
			
		
		
		
	
				The properties #address-cells and #size-cells are used to know the number of cells for ranges provided by "regs". If they don't exist, the value are resp. 2 and 1. Currently, when multiboot nodes are created it is assumed that #address-cells and #size-cells are exactly 2. However, they are never set by GRUB and will result to later failure when the device-tree is generated by GRUB or contain different values. To prevent this failure, create the both properties in the chosen nodes. Signed-off-by: Julien Grall <julien.grall@linaro.org> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>  | 
			||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| efi | ||
| i386 | ||
| ia64/efi | ||
| mips | ||
| powerpc/ieee1275 | ||
| sparc64/ieee1275 | ||
| aout.c | ||
| linux.c | ||
| lzss.c | ||
| macho32.c | ||
| macho64.c | ||
| macho.c | ||
| machoXX.c | ||
| multiboot_elfxx.c | ||
| multiboot_mbi2.c | ||
| multiboot.c | ||
| xnu_resume.c | ||
| xnu.c | ||