Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Proper arith for Anlogic and use standard pass | Miodrag Milanovic | 2019-08-12 | 1 | -72/+0 |
| | |||||
* | Fix formatting for msys2 mingw build using GetSize | Miodrag Milanovic | 2019-08-01 | 1 | -2/+2 |
| | |||||
* | anlogic: implement DRAM initialization | Icenowy Zheng | 2018-12-20 | 1 | -0/+72 |
As the TD tool doesn't accept the DRAM cell to contain unknown values in the initial value, the initialzation support of DRAM is previously skipped. Now add the support by add a new pass to determine unknown values in the initial value. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> |