aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/arch
AgeCommit message (Expand)Author
2013-03-04libpayload: Catch exceptions and print out an error message.Ronald G. Minnich
2013-03-01libpayload: Mark "halt" as a function.Gabe Black
2013-02-26libpayload: Change the measurement interval for get_cpu_speed to 2 ms.Gabe Black
2013-02-20libpayload: Fix license headersStefan Reinauer
2013-02-15libpayload: Use an appropriate range of memory when looking for cb tables.Ronald G. Minnich
2013-02-15libpayload: add a ldscript for armRonald G. Minnich
2013-02-14libpayload; put the ldscript into an arch-dependent directory pathRonald G. Minnich
2013-02-12libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin
2012-12-14libpayload: Initial ARMv7 portStefan Reinauer
2012-12-14libpayload: rename i386 to x86Stefan Reinauer
2012-12-10libpayload: Fix use of virtual pointers in sysinfoNico Huber
2012-11-30Change TARGET_I386 to ARCH_X86David Hendricks
2012-11-15libpayload: Always use virtual pointers in struct sysinfo_tNico Huber
2012-11-15libpayload: Use #ifdef for CONFIG_* checksNico Huber
2012-11-09libpayload: Add an option to skip console initialization on startup.Gabe Black
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-11-08Update libpayloads understanding of the coreboot tables.Gabe Black
2012-11-07libpayload: Add faster, architecture specific versions of memset and memcpy.Gabe Black
2012-11-07Update the way serial info is read from the coreboot tables.Gabe Black
2012-03-31Make libpayload parse the coreboot tables before setting up the consolesGabe Black
2012-01-07Cleanup access to vendor/part # infoPhilip Prindeville
2011-12-24Let lib_get_sysinfo() pass through the success of get_coreboot_info()Philip Prindeville
2011-12-24Fix missing VM mappingPhilip Prindeville
2011-12-24Use void pointers for untyped memoryPhilip Prindeville
2011-12-24Replace UNPACK_CB64 macro with inlinePhilip Prindeville
2011-11-03libpayload: Put coreboot version into lib_sysinfoMathias Krause
2011-10-21Extend coreboot table entry for serial portsStefan Reinauer
2011-10-11Don't do a call as the first instruction in libpayload.Marc Jones
2011-07-03Fixes to the libpayload build systemPatrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2011-06-30Use coreboot build system for libpayload, too.Patrick Georgi
2011-06-29Libpayload needs to clear the bss region.Marc Jones
2010-06-24Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi
2010-03-25Add coreboot framebuffer support to libpayloadStefan Reinauer
2010-03-25prevent timer overflows in libpayloadStefan Reinauer
2009-05-21This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi