Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-15 | armv8: mmu: Add support of non-identical mapping | York Sun | |
Introduce virtual and physical addresses in the mapping table. This change have no impact on existing boards because they all use idential mapping. Signed-off-by: York Sun <york.sun@nxp.com> | |||
2016-06-09 | ARM: uniphier: insert dsb barrier to ensure visibility of store | Masahiro Yamada | |
I noticed secondary CPUs sometimes fail to wake up, and the root cause is that the sev instruction wakes up slave CPUs before the preceding the register write is observed by them. The read-back of the accessed register does not guarantee the order. In order to ensure the order between the register write and the sev instruction, a dsb instruction should be executed prior to the sev. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2016-04-24 | ARM: uniphier: add PH1-LD20 SoC support | Masahiro Yamada | |
This is the first ARMv8 SoC from Socionext Inc. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |