Kconfig 295 B

123456789101112131415161718
  1. if TARGET_QEMU_PPCE500
  2. config SYS_BOARD
  3. default "qemu-ppce500"
  4. config SYS_VENDOR
  5. default "emulation"
  6. config SYS_CONFIG_NAME
  7. default "qemu-ppce500"
  8. config PLATFORM_BUS_MAP_ADDR
  9. hex
  10. default 0xf0000000
  11. help
  12. The QEMU platform bus base mapped address in the virtual memory space.
  13. endif