Lines Matching full:rom
433 comment "ROM configuration"
435 config ROM config
436 bool "Specify ROM linker regions"
438 Define a ROM region for the linker script. This creates a kernel
443 hex "Address of the base of ROM device"
445 depends on ROM
447 Define the address that the ROM region starts at. Some platforms
452 hex "Address of the base of the ROM vectors"
454 depends on ROM
456 This is almost always the same as the base of the ROM. Since on all
461 hex "Address of the base of system image in ROM"
463 depends on ROM
465 Define the start address of the system image in ROM. Commonly this
466 is strait after the ROM vectors.
469 hex "Size of the ROM device"
471 depends on ROM
473 Size of the ROM device. On some platforms this is used to setup
474 the chip select that controls the boot ROM device.
487 bool "ROM"
488 depends on ROM
490 The kernel will be resident in FLASH/ROM when running. This is
492 code executes from the position it is stored in the FLASH/ROM.