]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/README.ag102
ARM: omap: clean redundant PISMO_xx macros used in OMAP3
[people/ms/u-boot.git] / doc / README.ag102
CommitLineData
b9725ae3
ML
1Andes Technology SoC AG102
2==========================
3
4AG102 is the second SoC produced by Andes Technology using N1213 CPU core
5with FPU and DDR contoller support.
6AG102 has integrated both AHB and APB bus and many periphals for application
7and product development.
8
9ADP-AG102
10=========
11
12ADP-AG102 is the SoC with AG102 hardcore CPU.
13
14Configurations
15==============
16
17CONFIG_MEM_REMAP:
18 Doing memory remap is essential for preparing some non-OS or RTOS
19 applications.
20
21CONFIG_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
26Build and boot steps
27====================
28
29build:
301. Prepare the toolchains and make sure the $PATH to toolchains is correct.
312. Use `make adp-ag102` in u-boot root to build the image.
32
33Burn u-boot to SPI ROM:
34====================
35
36This section will be added later.