Age | Commit message (Expand) | Author |
2022-05-16 | libpayload: Fix guards in include/{arm,arm64,x86}/arch/barrier.h | David Hendricks |
2021-02-20 | libpayload: Use volatile pointers in {read,write}{8,16,32,64} | Patrick Georgi |
2021-01-30 | libpayload/arm*: Add 64bit memory access primitives | Patrick Georgi |
2020-12-05 | libpayload: Provide API to expose MMU memery ranges for ARM64 | Meng-Huan Yu |
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 |
2018-10-12 | libpayload: arm64: Make exception handling closer to arm32 | Julius Werner |
2018-10-12 | libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 | Julius Werner |
2018-05-01 | libpayload: Add raw_read_ functions | T Michael Turney |
2018-03-23 | arch/arm64/armv8/mmu: Add support for 48bit VA | Patrick Rudolph |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | payloads: Add whitespace around '<<' | Elyes HAOUAS |
2015-09-28 | arm64: mmu: Prevent CPU prefetch instructions from device memory | Jimmy Huang |
2015-07-06 | libpayload: arm(64): add read8/16/32 and write8/16/32 | Daisuke Nojiri |
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 | arm64: Add arch_program_segment_loaded call to arm64 | Furquan Shaikh |
2015-04-22 | libpayload: provide icache_invalidate_all() on ARM64 | Furquan Shaikh |
2015-04-22 | libpayload: Correct shareability mmu configuration on ARM64 | Furquan Shaikh |
2015-04-14 | arm64: Increase dma region size to 32MiB | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add helper functions with el argument | HC Yen |
2015-03-21 | libpayload arm64: Allocate framebuffer range | Jimmy Zhang |
2015-03-21 | libpayload arm64: fix mmu bugs | Aaron Durbin |
2015-03-21 | libpayload arm64: Add support for read and write registers at current EL in a... | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add support for mmu | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add functions for {read/write}_tcr_current | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add library helpers | Furquan Shaikh |
2015-03-21 | libpayload arm64: Make exceptions work | Furquan Shaikh |
2015-03-19 | libpayload: Add support for memory barriers | Furquan Shaikh |
2015-01-12 | libpayload: Expand setbits_le32() and fix readl() const-ness | Julius Werner |
2015-01-09 | libpayload arm64: Correct function names for tlb invalidation | Furquan Shaikh |
2015-01-09 | libpayload: Rework exception hook interface | Julius Werner |
2015-01-09 | libpayload: Add support for arm64 in libpayload | Furquan Shaikh |