16 lines
401 B
Markdown
Raw Normal View History

2025-02-25 10:52:04 +01:00
Zynq7000 Run-Time Support
========
Startup code and minimal runtime for the AMD Zynq7000 SoC.
## Re-Generating the MMU table
The MMU table is a static flat map of 4096 entries for each 1 MB in the memory map.
It was generated using the `table-gen` binary tool.
You can re-run the tool using
```sh
cargo +stable --target <hostTarget> run --bin table-gen --no-default-features --features tools
```