arch-power: Add support for G500 platform
authorPratik Rajesh Sampat <prasampa@in.ibm.com>
Wed, 12 Jun 2019 06:12:39 +0000 (11:42 +0530)
committerSandipan Das <sandipan@linux.ibm.com>
Tue, 20 Aug 2019 06:41:48 +0000 (12:11 +0530)
commitc94db88697918aca2f982bd35fd9c079a6e93b6a
tree40bb65781cb00b8bde6e0840ff570c006f4c9735
parent7df680b6d31af485c34f160103f6c5f9c161463e
arch-power: Add support for G500 platform

This adds the G500 platform for the power architecture that
is useful for connecting components like a serial console.

Change-Id: I9ab3b169ecefaa3fcd03850d4620e94a611fc12f
Signed-off-by: Pratik Rajesh Sampat <prasampa@in.ibm.com>
14 files changed:
configs/common/FSConfig.py
src/arch/power/faults.hh
src/arch/power/radixwalk.hh
src/arch/power/remote_gdb.cc
src/arch/power/remote_gdb.hh
src/arch/power/tlb.cc
src/arch/power/tlb.hh
src/arch/power/vtophys.cc
src/dev/power/G500.py [new file with mode: 0644]
src/dev/power/SConscript [new file with mode: 0644]
src/dev/power/g500.cc [new file with mode: 0644]
src/dev/power/g500.hh [new file with mode: 0644]
src/dev/serial/uart8250.cc
src/mem/request.hh