mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 05:43:53 +00:00

Initial version Signed-off-by: Margarita Glushkin <rutigl@gmail.com> Change-Id: If433d325a90b519ae5f02411865bffd368ff2824
21 lines
605 B
ReStructuredText
21 lines
605 B
ReStructuredText
Nuvoton NPCM845X
|
|
================
|
|
|
|
Nuvoton NPCM845X is the Nuvoton Arbel NPCM8XX Board Management controller (BMC) SoC.
|
|
|
|
The Nuvoton Arbel NPCM845X SoC is a fourth-generation BMC.
|
|
The NPCM845X computing subsystem comprises a quadcore Arm Cortex-A35 CPU.
|
|
|
|
This SoC includes secured components, i.e., bootblock stored in ROM,
|
|
u-boot, OPTEE-OS, trusted-firmware-a and Linux.
|
|
Every stage is measured and validated by the bootblock.
|
|
This SoC was tested on the Arbel NPCM845X evaluation board.
|
|
|
|
|
|
How to Build
|
|
------------
|
|
|
|
.. code:: shell
|
|
|
|
make CROSS_COMPILE=aarch64-none-elf- PLAT=npcm845x all SPD=opteed
|
|
|