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