summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* libpayload: rename i386 to x86Stefan Reinauer2012-12-1412-1118/+0
* libpayload: Fix use of virtual pointers in sysinfoNico Huber2012-12-101-1/+1
* Change TARGET_I386 to ARCH_X86David Hendricks2012-11-301-1/+1
* libpayload: Always use virtual pointers in struct sysinfo_tNico Huber2012-11-151-12/+9
* libpayload: Use #ifdef for CONFIG_* checksNico Huber2012-11-152-4/+5
* libpayload: Add an option to skip console initialization on startup.Gabe Black2012-11-091-2/+3
* Refactor the endianness conversion functions and header files.Gabe Black2012-11-081-0/+29
* Update libpayloads understanding of the coreboot tables.Gabe Black2012-11-081-0/+96
* libpayload: Add faster, architecture specific versions of memset and memcpy.Gabe Black2012-11-072-0/+104
* Update the way serial info is read from the coreboot tables.Gabe Black2012-11-071-4/+1
* Make libpayload parse the coreboot tables before setting up the consolesGabe Black2012-03-311-3/+3
* Cleanup access to vendor/part # infoPhilip Prindeville2012-01-071-0/+5
* Let lib_get_sysinfo() pass through the success of get_coreboot_info()Philip Prindeville2011-12-241-2/+6
* Fix missing VM mappingPhilip Prindeville2011-12-241-1/+3
* Use void pointers for untyped memoryPhilip Prindeville2011-12-241-15/+14
* Replace UNPACK_CB64 macro with inlinePhilip Prindeville2011-12-241-2/+2
* libpayload: Put coreboot version into lib_sysinfoMathias Krause2011-11-031-0/+9
* Extend coreboot table entry for serial portsStefan Reinauer2011-10-211-1/+3
* Don't do a call as the first instruction in libpayload.Marc Jones2011-10-111-4/+4
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-304-3/+5
* Use coreboot build system for libpayload, too.Patrick Georgi2011-06-301-4/+5
* Libpayload needs to clear the bss region.Marc Jones2011-06-291-1/+8
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-241-0/+5
* Add coreboot framebuffer support to libpayloadStefan Reinauer2010-03-251-0/+14
* prevent timer overflows in libpayloadStefan Reinauer2010-03-251-4/+6
* This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi2009-05-2110-0/+841
OpenPOWER on IntegriCloud