Skip to content

Commit

Permalink
Add support for Xilinx ZCU102
Browse files Browse the repository at this point in the history
Only vgic.h needs to change.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 27, 2024
1 parent 4f177f1 commit fae43de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/libvmm/arch/aarch64/vgic/vgic.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#define GIC_V3
#define GIC_DIST_PADDR 0x38800000
#define GIC_REDIST_PADDR 0x38880000
#elif defined(CONFIG_PLAT_ZYNQMP)
#define GIC_V2
#define GIC_DIST_PADDR 0xf9010000
#else
#error Need to define GIC addresses
#endif
Expand Down

0 comments on commit fae43de

Please sign in to comment.