15 #include <linux/kernel.h>
21 #include <asm/setup.h>
29 #include <mach/hardware.h>
31 #include <mach/irqs.h>
38 .name =
"nanoEngine boot firmware and parameter table",
43 .name =
"kernel/initrd reserved",
48 .name =
"experimental filesystem allocation",
56 .map_name =
"jedec_probe",
57 .parts = nanoengine_partitions,
61 static struct resource nanoengine_flash_resources[] = {
69 .virtual = 0xf0000000,
88 static void __init nanoengine_map_io(
void)
102 static void __init nanoengine_init(
void)
109 .atag_offset = 0x100,
110 .map_io = nanoengine_map_io,
114 .init_machine = nanoengine_init,