comparison BootLoader/CPU1-F429_boot.ld @ 961:2130d771c8db Evo_2_23

Bootloader: Activate Hardware data defaults: The hardware data was not part of the build to avoid overwriting of existing data. For initial HW bringup the data is now active (define 0xFF values) and placed at the correct flash location (allocation was missing before).
author Ideenmodellierer
date Sun, 12 Jan 2025 19:15:20 +0100
parents 4e10a3e087a1
children
comparison
equal deleted inserted replaced
960:a8c0e6d07b8e 961:2130d771c8db
186 .bootloader_firmware_data 0x0800A000 : { 186 .bootloader_firmware_data 0x0800A000 : {
187 PROVIDE( bootloader_FirmwareData = . ); 187 PROVIDE( bootloader_FirmwareData = . );
188 KEEP( *(.bootloader_firmware_data) ) 188 KEEP( *(.bootloader_firmware_data) )
189 } > ROM_BOOT 189 } > ROM_BOOT
190 190
191 191 .bootloader_hardware_data 0x0800A040 : {
192 PROVIDE( bootloader_HardwareData = . );
193 KEEP( *(.bootloader_hardware_data) )
194 } > ROM_BOOT
192 195
193 .text 0x08001000 : 196 .text 0x08001000 :
194 { 197 {
195 . = ALIGN(4); 198 . = ALIGN(4);
196 *(.text.HAL*) 199 *(.text.HAL*)