Macpaul Lin | b9725ae | 2011-09-23 16:49:59 +0800 | [diff] [blame] | 1 | Andes Technology SoC AG102 |
| 2 | ========================== |
| 3 | |
| 4 | AG102 is the second SoC produced by Andes Technology using N1213 CPU core |
| 5 | with FPU and DDR contoller support. |
| 6 | AG102 has integrated both AHB and APB bus and many periphals for application |
| 7 | and product development. |
| 8 | |
| 9 | ADP-AG102 |
| 10 | ========= |
| 11 | |
| 12 | ADP-AG102 is the SoC with AG102 hardcore CPU. |
| 13 | |
| 14 | Configurations |
| 15 | ============== |
| 16 | |
| 17 | CONFIG_MEM_REMAP: |
| 18 | Doing memory remap is essential for preparing some non-OS or RTOS |
| 19 | applications. |
| 20 | |
| 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-ag102.h". |
| 25 | |
| 26 | Build and boot steps |
| 27 | ==================== |
| 28 | |
| 29 | build: |
| 30 | 1. Prepare the toolchains and make sure the $PATH to toolchains is correct. |
| 31 | 2. Use `make adp-ag102` in u-boot root to build the image. |
| 32 | |
| 33 | Burn u-boot to SPI ROM: |
| 34 | ==================== |
| 35 | |
| 36 | This section will be added later. |