16 lines
401 B
Markdown
16 lines
401 B
Markdown
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
|
|
```
|