1.. SPDX-License-Identifier: GPL-2.0+
2
3ADP-AG101P
4==========
5
6ADP-AG101P is the SoC with AG101 hardcore CPU.
7
8AG101P SoC
9----------
10
11AG101P is the mainline SoC produced by Andes Technology using N1213 CPU core
12with FPU and DDR contoller support.
13AG101P has integrated both AHB and APB bus and many periphals for application
14and product development.
15
16
17Configurations
18--------------
19
20CONFIG_MEM_REMAP:
21	Doing memory remap is essential for preparing some non-OS or RTOS
22	applications.
23
24CONFIG_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
29Build and boot steps
30--------------------
31
32Build:
33
341. Prepare the toolchains and make sure the $PATH to toolchains is correct.
352. Use `make adp-ag101p_defconfig` in u-boot root to build the image.
36
37Burn U-Boot to SPI ROM
38----------------------
39
40This section will be added later.
41