Lines Matching full:rom
413 comment "ROM configuration"
415 config ROM config
416 bool "Specify ROM linker regions"
418 Define a ROM region for the linker script. This creates a kernel
423 hex "Address of the base of ROM device"
425 depends on ROM
427 Define the address that the ROM region starts at. Some platforms
432 hex "Address of the base of the ROM vectors"
434 depends on ROM
436 This is almost always the same as the base of the ROM. Since on all
441 hex "Address of the base of system image in ROM"
443 depends on ROM
445 Define the start address of the system image in ROM. Commonly this
446 is strait after the ROM vectors.
449 hex "Size of the ROM device"
451 depends on ROM
453 Size of the ROM device. On some platforms this is used to setup
454 the chip select that controls the boot ROM device.
467 bool "ROM"
468 depends on ROM
470 The kernel will be resident in FLASH/ROM when running. This is
472 code executes from the position it is stored in the FLASH/ROM.