Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | common: Move some cache and MMU functions out of common.h | Simon Glass | |
These functions belong in cpu_func.h. Another option would be cache.h but that code uses driver model and we have not moved these cache functions to use driver model. Since they are CPU-related it seems reasonable to put them here. Move them over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> | |||
2019-02-13 | efi_loader: refactor switch to non-secure mode | Heinrich Schuchardt | |
Refactor the switch from supervisor to hypervisor to a new function called at the beginning of do_bootefi(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |