Lines Matching full:rom
401 comment "ROM configuration"
403 config ROM config
404 bool "Specify ROM linker regions"
406 Define a ROM region for the linker script. This creates a kernel
411 hex "Address of the base of ROM device"
413 depends on ROM
415 Define the address that the ROM region starts at. Some platforms
420 hex "Address of the base of the ROM vectors"
422 depends on ROM
424 This is almost always the same as the base of the ROM. Since on all
429 hex "Address of the base of system image in ROM"
431 depends on ROM
433 Define the start address of the system image in ROM. Commonly this
434 is strait after the ROM vectors.
437 hex "Size of the ROM device"
439 depends on ROM
441 Size of the ROM device. On some platforms this is used to setup
442 the chip select that controls the boot ROM device.
455 bool "ROM"
457 The kernel will be resident in FLASH/ROM when running. This is
459 code executes from the position it is stored in the FLASH/ROM.