Age | Commit message (Expand) | Author |
2015-07-01 | libpayload: Keep stack boundary small on x86 | Stefan Reinauer |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-12 | libpayload: Rename Config.in -> Kconfig | Stefan Reinauer |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-02 | arm64: Decouple MMU functions from memranges | Julius Werner |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
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-22 | libpayload: fix a mips memmove() bug | Vadim Bendebury |
2015-04-21 | libpayload: mips: Do not set C0_EBase_WG | Andrew Bresticker |
2015-04-21 | libpayload: mips: Add macros to convert to/from KSEG{0,1} addresses | Andrew Bresticker |
2015-04-21 | libpayload: mips: Use KSEG1 to access DMA-coherent memory | Andrew Bresticker |
2015-04-21 | libpayload: mips: Set BASE_ADDRESS to 0 | Andrew Bresticker |
2015-04-17 | libpayload: sync arch/arm/cache.c with coreboot | David Hendricks |
2015-04-08 | arm: Dump additional fault registers in abort handlers | Julius Werner |
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: Add helper functions with el argument | 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: Move console_init after post_sysinfo_mmu_setup call | Furquan Shaikh |
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: Initialize and enable MMU | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add support for mmu | Furquan Shaikh |
2015-03-21 | libpayload arm64: Remove dependency on coreboot tables for dma areas | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add functions for reading memranges | Furquan Shaikh |
2015-03-21 | libpayload arm64: Remove the DONT_USE_DC macro | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add functions for {read/write}_tcr_current | Furquan Shaikh |
2015-03-21 | libpayload arm64: Remove tight-coupling with any particular EL | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add library helpers | Furquan Shaikh |
2015-03-21 | libpayload arm64: Make exceptions work | Furquan Shaikh |
2015-03-21 | libpayload arm64: Initialize exception stack | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add console_init to enable console logs | Furquan Shaikh |
2015-03-21 | libpayload: arch/mips: add virt/bus/phy_to_bus/phy/virt operations | Ionela Voinescu |
2015-03-21 | libpayload: mips: add SOC CPU frequency | Ionela Voinescu |
2015-03-21 | libpayload: mips: add memcmp to the MIPS string functions | Ionela Voinescu |
2015-03-21 | libpayload: arch/mips: Add basic MIPS architecture support | Ionela Voinescu |
2015-03-21 | libpayload arm64: Add function to get coreboot table ptr | Furquan Shaikh |
2015-03-20 | libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication | Vadim Bendebury |
2015-03-20 | libpayload: Consolidate coreboot table parsing | Vadim Bendebury |
2015-03-20 | libpayload: Add board id parsing | Vadim Bendebury |
2015-01-09 | libpayload arm64: Add gdb stub for arm64 | Furquan Shaikh |
2015-01-09 | libpayload arm64: Add selfboot.c required by depthcharge | Furquan Shaikh |
2015-01-09 | libpayload arm64: Correct function names for tlb invalidation | Furquan Shaikh |
2015-01-09 | libpayload arm64: Add dummy_media file | Furquan Shaikh |
2015-01-09 | libpayload: Add remote GDB support | Julius Werner |
2015-01-09 | libpayload: Introduce new Kconfig to explicitly allow GPL code | Julius Werner |
2015-01-09 | libpayload: Rework exception hook interface | Julius Werner |
2015-01-09 | libpayload: Add support for arm64 in libpayload | Furquan Shaikh |
2015-01-06 | libpayload: arm: add code to clear bss | Vadim Bendebury |
2015-01-03 | arm: Fix stored PC value when handling exceptions | Julius Werner |
2014-12-30 | libpayload: don't dereference null pointer in exception handler | Patrick Georgi |
2014-12-30 | libpayload: Add missing break statement | Patrick Georgi |
2014-12-30 | libpayload: Remove useless continue after return | Patrick Georgi |
2014-12-30 | libpayload: Provide selfboot function. | Hung-Te Lin |
2014-12-30 | libpayload: arm: Add EABI compatible utility functions. | Hung-Te Lin |
2014-12-15 | arm: Fix minor mistake in cache maintenance assembly | Julius Werner |
2014-12-09 | ARM: API to Map Physical Address to Wipe Memory above 4GB | Daisuke Nojiri |
2014-12-09 | libpayload: ARM: Keep track of the CPSR when exceptions happen. | Gabe Black |
2014-12-09 | libpayload: Make it possible to install callbacks for particular exceptions. | Gabe Black |
2014-12-09 | libpayload: arm: Pass the coreboot table location to the payload. | Gabe Black |
2014-11-13 | arm: Put assembly functions into separate sections | Julius Werner |
2014-11-13 | libpayload: timer: Move the timer drivers from depthcharge to libpayload. | Gabe Black |
2014-11-10 | arm: Redesign, clarify and clean up cache related code | Julius Werner |
2014-11-09 | arm: Thumb ALL the things! | Julius Werner |
2014-09-29 | arm: Fix up new cache flush algorithm and replace dcache_*_all() with it | Julius Werner |
2014-09-22 | arm: Update mem* functions to newer versions | Julius Werner |
2014-09-22 | arm: Move libgcc assembly macros to arch/asm.h | Julius Werner |
2014-09-22 | libpayload: Add vboot handoff parsing on ARM | Stefan Reinauer |
2014-09-15 | libpayload: x86: Add support for catching processor exceptions. | Gabe Black |
2014-09-13 | arm: Put exception_stack into BSS | Julius Werner |
2014-09-12 | arm: Remove some pointless CFLAGS | Julius Werner |
2014-09-11 | tegra124/nyan: rougly stable code base | Gabe Black |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-08-29 | arm: libpayload: Make cache invalidation take pointers instead of integers | Julius Werner |
2014-08-16 | libpayload: add march flag for armv7 | Isaac Christensen |
2014-08-16 | libpayload: change cb_range to lb_range | Isaac Christensen |
2014-08-13 | arm: libpayload: Add cache coherent DMA memory definition and management | Julius Werner |
2014-08-10 | coreboot_tables: reduce redundant data structures | Julius Werner |
2014-08-10 | armv7: Support stack dump after exceptions | Julius Werner |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2014-08-01 | armv7: add wrapper for DCCSW (data cache clean by set/way) | David Hendricks |
2014-07-31 | libpayload: provide missing cbfs symbol | Aaron Durbin |
2014-01-30 | libpayload: Parse CBMEM ACPI GNVS pointer | Duncan Laurie |
2013-12-12 | libpayload: Get rid of a compiler warning | Gabe Black |
2013-12-12 | libpayload: armv7: Add cache control function to invalidate range. | Hung-Te Lin |
2013-12-12 | payload: armv7: Fix dcache_clean_by_mva. | Hung-Te Lin |
2013-12-05 | libpayload: Clean up CFLAGS | Stefan Reinauer |
2013-12-03 | libpayload: ARM: Don't leave alignment checking on after the exception test | Gabe Black |
2013-12-03 | libpayload: Make the region to scan for the cb tables configurable. | Gabe Black |
2013-12-03 | libpayload: Add missing break statement in coreboot table parsing | Stefan Reinauer |
2013-11-26 | libpayload: Drop PowerPC architecture | Stefan Reinauer |
2013-11-25 | ARM: Update the size/location of the coreboot tables so we can boot again | Gabe Black |
2013-11-25 | armv7: import updated cache/MMU stuff from coreboot | David Hendricks |
2013-07-10 | ARM: Tell the linker memset and memcpy are functions. | Gabe Black |
2013-03-30 | armv7: import updated cache/MMU stuff from coreboot | David Hendricks |
2013-03-30 | armv7: import new cache maintenance API from coreboot | David Hendricks |