zephyr/include/arch
Ulf Magnusson def1f0e2d5 devicetree: Remove DT_SRAM_{BASE_ADDRESS,SIZE}, use CONFIG_* versions
The SRAM address and size are currently available as both
DT_SRAM_{BASE_ADDRESS,SIZE} and as CONFIG_SRAM_{BASE_ADDRESS,SIZE} (via
the Kconfig preprocessor).

Use the CONFIG_SRAM_* versions everywhere, and remove generation of the
DT_SRAM_* versions from gen_defines.py.

The Kconfig symbols currently depend on 'ARC || ARM || NIOS2 || X86'.
Not sure why, so I removed it.

It looks like no configuration files set CONFIG_SRAM_* at the moment, so
another option might be to use the DT_* symbols everywhere instead. Some
Kconfig.defconfig.series files add defaults to them though.

Also improve the help texts for CONFIG_SRAM_* to say that they normally
come from devicetree rather than configuration files.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-07 17:19:36 +01:00
..
arc arc: linker.ld: Port vector table to zephyr_linker_sources() 2019-12-20 08:54:53 -05:00
arm aarch32: Add header shims to support old file locations 2019-12-20 11:40:59 -05:00
common sys_io: pull in toolchain.h 2019-10-09 09:14:18 -04:00
nios2 cmake: Add the TEXT_START location to zephyr_linker_sources() 2019-12-20 08:54:53 -05:00
posix kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
riscv devicetree: Remove DT_SRAM_{BASE_ADDRESS,SIZE}, use CONFIG_* versions 2020-01-07 17:19:36 +01:00
x86 arm, x86, riscv: linker.ld: Move TEXT_SECTION_OFFSET 2019-12-20 08:54:53 -05:00
xtensa global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
arch_inlines.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cpu.h arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
syscall.h arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00