Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index

CONFIG_REMAP_VECTORS_TO_RAM: Install vectors to the beginning of RAM

General informations

The Linux kernel configuration item CONFIG_REMAP_VECTORS_TO_RAM has multiple definitions:

Install vectors to the beginning of RAM found in arch/arm/Kconfig-nommu

The configuration item CONFIG_REMAP_VECTORS_TO_RAM:

Help text

The kernel needs to change the hardware exception vectors. In nommu mode, the hardware exception vectors are normally placed at address 0x00000000. However, this region may be occupied by read-only memory depending on H/W design.

If the region contains read-write memory, say 'n' here.

If your CPU provides a remap facility which allows the exception vectors to be mapped to writable memory, say 'n' here.

Otherwise, say 'y' here. In this case, the kernel will require external support to redirect the hardware exception vectors to the writable versions located at DRAM_BASE.

Install vectors to the begining of RAM found in arch/arm/Kconfig-nommu

The configuration item CONFIG_REMAP_VECTORS_TO_RAM:

Help text

The kernel needs to change the hardware exception vectors. In nommu mode, the hardware exception vectors are normally placed at address 0x00000000. However, this region may be occupied by read-only memory depending on H/W design.

If the region contains read-write memory, say 'n' here.

If your CPU provides a remap facility which allows the exception vectors to be mapped to writable memory, say 'n' here.

Otherwise, say 'y' here. In this case, the kernel will require external support to redirect the hardware exception vectors to the writable versions located at DRAM_BASE.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index

Automatically generated (in year 2024). See also LKDDb sources on GitLab