Changeset View
Changeset View
Standalone View
Standalone View
stand/kboot/arch/powerpc64/load_addr.c
| Show First 20 Lines • Show All 214 Lines • ▼ Show 20 Lines | bool enumerate_memory_arch(void) | ||||
| /* | /* | ||||
| * For now, we dig it out of the FDT, plus we need to pass all data into | * For now, we dig it out of the FDT, plus we need to pass all data into | ||||
| * the kernel via the (adjusted) FDT we find. | * the kernel via the (adjusted) FDT we find. | ||||
| */ | */ | ||||
| setenv("usefdt", "1", 1); | setenv("usefdt", "1", 1); | ||||
| return true; | return true; | ||||
| } | } | ||||
| void | |||||
| bi_loadsmap(struct preloaded_file *kfp) | |||||
| { | |||||
| /* passed in via the DTB */ | |||||
| } | |||||