1acd9da095
Firmware: Runtime WRPLL
603c2e00d0
Firmware: Satman skew calibration & tester
ff68521bfd
Firmware: Runtime WRPLL
712b27153e
Firmware: Satman skew calibration & tester
82e9fbc6d2
Firmware: Satman WRPLL
917579f005
Firmware: Si549 and io_expander
74d07a579c
Gateware: kasli_soc WRPLL setup
Kasli-soc: add WRPLL clock recovery
Force push to rebase, cleanup and add support for runtime wrpll. Internal 150Mhz si549 and PLL bypass mode are not supported.
Changelog
- Gateware
- ddmtd & wrpll
- refactor to…
- ddmtd & wrpll
0d0f9b5a6b
Firmware: Runtime WRPLL
a26e4ced44
Firmware: Satman WRPLL
1e4ff8b887
Firmware: Si549 and io_expander
56c008fa67
Gatewre: kasli_soc WRPLL setup
8e1b62e126
Gateware: WRPLL
673e2fa6de
WRPLL firmware
5225e2182c
Si549 firmware
386b5889fa
WRPLL gateware
6b130543db
si549 gateware
1f7c53b8d0
flake: update zynq-rs
set exception vector table addr to 0x100000 and add FIQ dummy handler
__text_start
is used in the core1.rs file. Removing it or…
set exception vector table addr to 0x100000 and add FIQ dummy handler
Force push to use linker symbol. __exception_start
is added and used instead of __text_start
. As it's pointing at the start of the text (0x0)
[ 0.035728s] INFO(runtime):…
set exception vector table addr to 0x100000 and add FIQ dummy handler
From the link.x, I also checked it with .elf dump
set exception vector table addr to 0x100000 and add FIQ dummy handler
Force push to use the dummy_fiq_handler
feature from zynq-rs
9763a30ed2
main: set exception vector table addr to 0x100000
63bf1c81d4
fiq: use dummy handler to fix compilation error
set exception vector table addr to 0x100000 and add FIQ dummy handler