mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
Implement flush_dcache_all_tzram_pa and invalidate_icache_all_inner_shareable_tzram_pa for the crt0s
This commit is contained in:
parent
e5f293e004
commit
6be5b0a52f
5 changed files with 38 additions and 17 deletions
|
@ -19,7 +19,7 @@ static void setup_se(void) {
|
|||
|
||||
/* Sanity check the Security Engine. */
|
||||
se_verify_flags_cleared();
|
||||
|
||||
|
||||
/* Initialize Interrupts. */
|
||||
intr_initialize_gic_nonsecure();
|
||||
|
||||
|
@ -380,7 +380,7 @@ void load_package2(void) {
|
|||
|
||||
/* Clean up cache. */
|
||||
flush_dcache_all();
|
||||
invalidate_icache_inner_shareable();
|
||||
invalidate_icache_all_inner_shareable();
|
||||
|
||||
/* Set CORE0 entrypoint for Package2. */
|
||||
set_core_entrypoint_and_argument(0, DRAM_BASE_PHYSICAL + header.metadata.entrypoint, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue