rutigl@gmail.com | defbeed | 2023-03-19 09:19:05 +0200 | [diff] [blame] | 1 | Nuvoton NPCM845X |
| 2 | ================ |
| 3 | |
| 4 | Nuvoton NPCM845X is the Nuvoton Arbel NPCM8XX Board Management controller (BMC) SoC. |
| 5 | |
| 6 | The Nuvoton Arbel NPCM845X SoC is a fourth-generation BMC. |
| 7 | The NPCM845X computing subsystem comprises a quadcore Arm Cortex-A35 CPU. |
| 8 | |
| 9 | This SoC includes secured components, i.e., bootblock stored in ROM, |
| 10 | u-boot, OPTEE-OS, trusted-firmware-a and Linux. |
| 11 | Every stage is measured and validated by the bootblock. |
| 12 | This SoC was tested on the Arbel NPCM845X evaluation board. |
| 13 | |
| 14 | |
| 15 | How to Build |
| 16 | ------------ |
| 17 | |
| 18 | .. code:: shell |
| 19 | |
| 20 | make CROSS_COMPILE=aarch64-none-elf- PLAT=npcm845x all SPD=opteed |
| 21 | |