efi_loader: type of efi_secure_mode
[oweals/u-boot.git] / doc / board / AndesTech / adp-ag101p.rst
1 .. SPDX-License-Identifier: GPL-2.0+
2
3 ADP-AG101P
4 ==========
5
6 ADP-AG101P is the SoC with AG101 hardcore CPU.
7
8 AG101P SoC
9 ----------
10
11 AG101P is the mainline SoC produced by Andes Technology using N1213 CPU core
12 with FPU and DDR contoller support.
13 AG101P has integrated both AHB and APB bus and many periphals for application
14 and product development.
15
16
17 Configurations
18 --------------
19
20 CONFIG_MEM_REMAP:
21         Doing memory remap is essential for preparing some non-OS or RTOS
22         applications.
23
24 CONFIG_SKIP_LOWLEVEL_INIT:
25         If you want to boot this system from SPI ROM and bypass e-bios (the
26         other boot loader on ROM). You should undefine CONFIG_SKIP_LOWLEVEL_INIT
27         in "include/configs/adp-ag101p.h".
28
29 Build and boot steps
30 --------------------
31
32 Build:
33
34 1. Prepare the toolchains and make sure the $PATH to toolchains is correct.
35 2. Use `make adp-ag101p_defconfig` in u-boot root to build the image.
36
37 Burn U-Boot to SPI ROM
38 ----------------------
39
40 This section will be added later.