Age | Commit message (Expand) | Author |
2021-02-05 | payloads/libpayload/arch/arm64/mmu.c: Fix typo in comment | Elyes HAOUAS |
2020-12-05 | libpayload: Provide API to expose MMU memery ranges for ARM64 | Meng-Huan Yu |
2020-08-24 | libpayload: Cache copy of `cb_framebuffer` struct | Nico Huber |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-02-17 | libpayload: arm64: Keep instruction cache enabled at all times | Julius Werner |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2018-10-12 | libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 | Julius Werner |
2018-03-23 | arch/arm64/armv8/mmu: Add support for 48bit VA | Patrick Rudolph |
2016-08-08 | libpayload: arm64: Fix MMU range overlap check | Julius Werner |
2016-05-09 | libpayload/arm64: Mark existing framebuffer as DMAable | Patrick Georgi |
2016-04-05 | libpayload: mmu: Initialize the base 4GiB as device memory | huang lin |
2015-09-28 | arm64: mmu: Prevent CPU prefetch instructions from device memory | Jimmy Huang |
2015-06-02 | arm64: Decouple MMU functions from memranges | Julius Werner |
2015-04-27 | libpayload arm64: update mmu translation table granule size, logic and macros | Jimmy Huang |
2015-04-22 | libpayload: Correct shareability mmu configuration on ARM64 | Furquan Shaikh |
2015-03-23 | libpayload arm64: Allow board to define upper address limit on DMA | Furquan Shaikh |
2015-03-21 | libpayload arm64: fix mmu_disable() cache problem | HC Yen |
2015-03-21 | libpayload arm64: don't modify cbtable entries | Aaron Durbin |
2015-03-21 | libpayload arm64: Allocate framebuffer range | Jimmy Zhang |
2015-03-21 | libpayload arm64: Add function to get new range from available memranges | Furquan Shaikh |
2015-03-21 | libpayload arm64: fix mmu bugs | Aaron Durbin |
2015-03-21 | libpayload arm64: Add support for mmu | Furquan Shaikh |