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

uvisor config isn`t under protected #543

Open
BabaYB opened this issue Apr 13, 2018 · 1 comment
Open

uvisor config isn`t under protected #543

BabaYB opened this issue Apr 13, 2018 · 1 comment
Labels

Comments

@BabaYB
Copy link

BabaYB commented Apr 13, 2018

I found that the uvisor config was not under protected, the uvisor config was linked before the symbol __uvisor_secure_end, It`s different with the design.

// vmpu_arch_init_hw() in vmpu_armv7m.c
vmpu_mpu_set_static_acl(
        0,
        FLASH_ORIGIN,
        ((uint32_t) __uvisor_config.secure_end) - FLASH_ORIGIN,
        UVISOR_TACLDEF_SECURE_CONST | UVISOR_TACL_EXECUTE,
        0
    );
@ciarmcom
Copy link
Member

ARM Internal Ref: IOTSEC-632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants