soc: nxp_imx: Add support for device configuration data (DCD)
Adds support for the device configuration data (DCD), which provides a sequence of commands to the imx rt boot ROM to initialize components such as an SDRAM. It is now possible to use the external SDRAM instead of the internal DTCM on the mimxrt1020_evk, mimxrt1050_evk, and mimxrt1060_evk. Note, however, that the default board configurations still link data into internal DTCM, therefore you must use a device tree overlay to override "zephyr,sram = &sdram0" Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
37379478bf
commit
a9389da038
8 changed files with 21 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
#define IMX_BOOT_CONF .boot_hdr.conf
|
||||
#define IMX_BOOT_DATA .boot_hdr.data
|
||||
#define IMX_BOOT_IVT .boot_hdr.ivt
|
||||
#define IMX_BOOT_DCD .boot_hdr.dcd_data
|
||||
|
||||
#ifdef CONFIG_NOCACHE_MEMORY
|
||||
#define _NOCACHE_SECTION_NAME nocache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue