blob: f867eeae3eb2849950ba7ef2a82d99606165fbfd [file] [log] [blame]
Bin Meng39344b22019-07-18 00:34:19 -07001.. SPDX-License-Identifier: GPL-2.0+
2
3ADP-AG101P
4==========
5
6ADP-AG101P is the SoC with AG101 hardcore CPU.
7
8AG101P SoC
9----------
Kun-Hua Huang2e88bb22015-08-24 14:52:35 +080010
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
Kun-Hua Huang2e88bb22015-08-24 14:52:35 +080016
17Configurations
Bin Meng39344b22019-07-18 00:34:19 -070018--------------
Kun-Hua Huang2e88bb22015-08-24 14:52:35 +080019
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
Tom Rinia2ac2b92021-08-27 21:18:30 -040026 other boot loader on ROM). You should enable CONFIG_SKIP_LOWLEVEL_INIT
27 when running menuconfig or similar.
Kun-Hua Huang2e88bb22015-08-24 14:52:35 +080028
29Build and boot steps
Bin Meng39344b22019-07-18 00:34:19 -070030--------------------
Kun-Hua Huang2e88bb22015-08-24 14:52:35 +080031
Bin Meng39344b22019-07-18 00:34:19 -070032Build:
33
Kun-Hua Huang2e88bb22015-08-24 14:52:35 +0800341. 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
Bin Meng39344b22019-07-18 00:34:19 -070037Burn U-Boot to SPI ROM
38----------------------
Kun-Hua Huang2e88bb22015-08-24 14:52:35 +080039
40This section will be added later.