adp-ag101p.rst 968 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. SPDX-License-Identifier: GPL-2.0+
  2. ADP-AG101P
  3. ==========
  4. ADP-AG101P is the SoC with AG101 hardcore CPU.
  5. AG101P SoC
  6. ----------
  7. AG101P is the mainline SoC produced by Andes Technology using N1213 CPU core
  8. with FPU and DDR contoller support.
  9. AG101P has integrated both AHB and APB bus and many periphals for application
  10. and product development.
  11. Configurations
  12. --------------
  13. CONFIG_MEM_REMAP:
  14. Doing memory remap is essential for preparing some non-OS or RTOS
  15. applications.
  16. CONFIG_SKIP_LOWLEVEL_INIT:
  17. If you want to boot this system from SPI ROM and bypass e-bios (the
  18. other boot loader on ROM). You should undefine CONFIG_SKIP_LOWLEVEL_INIT
  19. in "include/configs/adp-ag101p.h".
  20. Build and boot steps
  21. --------------------
  22. Build:
  23. 1. Prepare the toolchains and make sure the $PATH to toolchains is correct.
  24. 2. Use `make adp-ag101p_defconfig` in u-boot root to build the image.
  25. Burn U-Boot to SPI ROM
  26. ----------------------
  27. This section will be added later.