| // Copyright lowRISC contributors. | |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
| // SPDX-License-Identifier: Apache-2.0 | |
| #include "sw/device/lib/base/macros.h" | |
| #include "sw/device/silicon_creator/lib/base/sec_mmio.h" | |
| // Secure MMIO context. | |
| // | |
| // This is placed at a fixed location in memory within the .static_critical | |
| // section. It will be populated by the ROM before the jump to ROM_EXT. | |
| OT_SECTION(".static_critical.sec_mmio_ctx") | |
| sec_mmio_ctx_t sec_mmio_ctx; |