forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: nuvoton: npcm: update esiost to support CONFIG_XIP
npcm4 rom code always use first 0x600 bytes to verify image. west jlink script retrieve flash address from configuration file: if build_conf.getboolean('CONFIG_HAS_FLASH_LOAD_OFFSET'): return (build_conf['CONFIG_FLASH_BASE_ADDRESS'] + build_conf['CONFIG_FLASH_LOAD_OFFSET']) else: return build_conf['CONFIG_FLASH_BASE_ADDRESS'] jlink script will program wrong flash place if set CONFIG_FLASH_LOAD_OFFSET. change to use CONFIG_ROM_START_OFFSET and revise esiost tool. for CONFIG_XIP=n, add HEADER_SIZE for output file Signed-off-by: James Chiang <[email protected]>
- Loading branch information
Showing
2 changed files
with
51 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters