You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
altera_agilex5e_065b_premium_devkit: Add Agilex 5 HPS (agilex_hps) CPU support.
Allow building with --cpu-type=agilex_hps: the Agilex 5 HPS becomes the SoC's
CPU through the H2F LW bridge (CSRs at 0x2000_0000), the LiteX UART is disabled
(console is on HPS UART0 under U-Boot/Linux) and no fabric SRAM/main-RAM is
integrated. The HPS DDR (LPDDR4) is wired through an HPS-EMIF on the board's
lpddr4 pins via cpu.add_emif(); --with-h2f-bridge exposes the LiteX bus to the
ARM at 0x8000_0000.
HPS DDR linker regions (BIOS-in-DDR) are left commented as they require an
aarch64-none-elf-gcc toolchain; LiteX CSRs are otherwise reachable from HPS
Linux via devmem / litex_server --devmem.
0 commit comments