1 Andes Technology SoC AG101P
2 ===========================
4 AG101P is the mainline SoC produced by Andes Technology using N1213 CPU core
5 with FPU and DDR contoller support.
6 AG101P has integrated both AHB and APB bus and many periphals for application
7 and product development.
12 ADP-AG101P is the SoC with AG101 hardcore CPU.
18 Doing memory remap is essential for preparing some non-OS or RTOS
21 CONFIG_SKIP_LOWLEVEL_INIT:
22 If you want to boot this system from SPI ROM and bypass e-bios (the
23 other boot loader on ROM). You should undefine CONFIG_SKIP_LOWLEVEL_INIT
24 in "include/configs/adp-ag101p.h".
30 1. Prepare the toolchains and make sure the $PATH to toolchains is correct.
31 2. Use `make adp-ag101p_defconfig` in u-boot root to build the image.
33 Burn u-boot to SPI ROM:
36 This section will be added later.