Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update npcm400f platform driver #89

Merged
merged 5 commits into from
Apr 11, 2024
Merged

Conversation

jc849
Copy link
Collaborator

@jc849 jc849 commented Apr 11, 2024

No description provided.

cpchiang added 5 commits April 10, 2024 20:19
when enable CONFIG_XIP, global variables copy from rom to ram after
z_data_copy() be called.

change to use static definition to config crgpio.

Signed-off-by: cpchiang <[email protected]>
remove invalid environment setting.

color command only available in windows environment.

Signed-off-by: cpchiang <[email protected]>
Make the execute never (XN) bit conditonal on CONFIG_XIP for the RAM MPU
region attribute. This is required because when CONFIG_XIP is not set,
the entire image will be linked into SRAM. In this case, SRAM must be
executable.

Signed-off-by: Daniel DeGrasse <[email protected]>
support MPU feature.

1. move copy sram vector table before config MPU.
2. place sram vector table to SECTIONS link.
3. add MPU range for sram vector table that used when program
   spim flash.

Signed-off-by: cpchiang <[email protected]>
add memory read/write command, sync from openbic-v2.6

Signed-off-by: cpchiang <[email protected]>
@maxdog988 maxdog988 merged commit 5998d22 into Nuvoton-Israel:npcm-v2.6 Apr 11, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants