aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2013-05-03cbfs: make searching for a file less verboseAaron Durbin
2013-05-01boot state: run timers on state entryAaron Durbin
2013-05-01coreboot: add timer queue implementationAaron Durbin
2013-05-01boot state: track times for each stateAaron Durbin
2013-05-01boot state: rebalance payload load vs actual bootAaron Durbin
2013-05-01x86: use boot state callbacks to disable rom cacheAaron Durbin
2013-05-01boot: remove cbmem_post_handling()Aaron Durbin
2013-05-01cbmem: use boot state machineAaron Durbin
2013-05-01coverage: use boot state callbacksAaron Durbin
2013-05-01acpi: split resume check and actual resume codeAaron Durbin
2013-05-01boot state: schedule static callbacksAaron Durbin
2013-05-01ramstage: introduce boot state machineAaron Durbin
2013-05-01rmodule: put all code/data bits in one sectionAaron Durbin
2013-04-20Eliminate use of pointers in coreboot tableStefan Reinauer
2013-04-18spkmodem consoleVladimir Serbinenko
2013-04-08Fix read_option invocation in uart8250mem.cStefan Reinauer
2013-04-08Fix compilation when coverage debugging is enabledStefan Reinauer
2013-04-01lynxpoint: Move ACPI NVS into separate CBMEM tableDuncan Laurie
2013-04-01boot: add disable_cache_rom() functionAaron Durbin
2013-03-29memrange: add 2 new range_entry routinesAaron Durbin
2013-03-29x86: add rom cache variable MTRR index to tablesAaron Durbin
2013-03-29lib: add memrange infrastructureAaron Durbin
2013-03-29coreboot table: use memrange libraryAaron Durbin
2013-03-26Revert "coreboot table: use memrange library"Aaron Durbin
2013-03-26coreboot table: use memrange libraryAaron Durbin
2013-03-23dynamic cbmem: fix memconsole and timestampsAaron Durbin
2013-03-23rmodule: align ld script with latest x86 ld scriptAaron Durbin
2013-03-23cbfs: fix relocation ramstage compiler errorsAaron Durbin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22romstage: add support for vboot firmware selectionAaron Durbin
2013-03-22cbmem: add vboot cmbem idAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-21rmodule: correct ordering of bss clearingAaron Durbin
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh
2013-03-21rmodule: add string functions to rmodules classAaron Durbin
2013-03-21coreboot: add caching loaded ramstage interfaceAaron Durbin
2013-03-21ramstage: cache relocated ramstage in RAMAaron Durbin
2013-03-21ramstage: Add cbmem_get_table_location()Aaron Durbin
2013-03-21romstage_handoff: provide common logic for setupAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-21cbmem: add CBMEM_ID_ROMSTAGE_INFO idAaron Durbin
2013-03-21rmodule: add ability to calculate module placementAaron Durbin
2013-03-20x86: don't clear bss in ramstage entryAaron Durbin
2013-03-20link/graphics: Add support for EDIDRonald G. Minnich
2013-03-19rmodule: add ramstage supportAaron Durbin
2013-03-19cbfs: alternative support for cbfs_load_payload()Aaron Durbin
2013-03-18rmodule: include heap in bss sectionAaron Durbin
2013-03-18lib: add rmodule supportAaron Durbin
2013-03-08Eliminate do_div().David Hendricks
2013-03-07Fix build by adding `cbmem.c` to `COLLECT_TIMESTAMPS`Kyösti Mälkki
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-28Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer
2013-02-27selfboot: Report correct entry point address in debug message.Hung-Te Lin
2013-02-22libcbfs: Fix legacy CBFS API, typosHung-Te Lin
2013-02-12fix an error message in checkstack()David Hendricks
2013-02-07cbfs: Fix CBFS max size calculation.Hung-Te Lin
2013-02-06cbfs: Revise debug messages.Hung-Te Lin
2013-02-03armv7: Add 'bootblock' build class.Hung-Te Lin
2013-02-01lib: Prevent unaligned memory access and fix endianess in LZMA decode library.Hung-Te Lin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-22src/lib/timestamp.c: Fix spelling of tim*e*stampPaul Menzel
2013-01-19Update gcov patch in documentationStefan Reinauer
2013-01-14Make the pre-commit-hook happy about the code in libgcov.cRonald G. Minnich
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2012-12-08Only include libgcc wrappers on x86Stefan Reinauer
2012-12-06Unify assembler function handlingStefan Reinauer
2012-11-30Drop boot directoryStefan Reinauer
2012-11-30src/lib/Makefile.inc: Add license headerStefan Reinauer
2012-11-30Make set_boot_successful depend on PC80_SYSTEMStefan Reinauer
2012-11-30Make libgcc wrappers arch-specific, add ARMv7David Hendricks
2012-11-27Get rid of drivers classPatrick Georgi
2012-11-14Tell CBMEM code about ACPI GNVS sectionStefan Reinauer
2012-11-13Clean up stack checking codeStefan Reinauer
2012-11-13Add method for delaying adding of timestampsStefan Reinauer
2012-07-30USBDEBUG: retry harder for slow devicesSven Schnelle
2012-07-26USBDEBUG: buffer up to 8 bytesSven Schnelle
2012-07-24SMM: Add support for malloc in SMM if using TSEGDuncan Laurie
2012-07-24Implement stack overflow checking for the BSPRonald G. Minnich
2012-07-24Shrink the stack sizes we need in corebootRonald G. Minnich
2012-07-24Remove unused free() functionStefan Reinauer
2012-07-24malloc/memalign: Remove unneeded linker checkStefan Reinauer
2012-07-24Make memalign print useful messages on failureRonald G. Minnich
2012-05-08Don't loop infinitely long on serial comm failuresStefan Reinauer
2012-05-04Make CBFS output more consistentStefan Reinauer
2012-05-03Tell CBMEM pretty printer about MRC cacheStefan Reinauer
2012-04-16S3 code in coreboot public folder.zbao
2012-04-12Add support for aligned allocationRon Minnich
2012-04-04Use fast memset in SMM mode, tooStefan Reinauer
2012-03-30Add native memset() function on x86Stefan Reinauer
2012-03-30Add faster, architecture dependent memcpy()Stefan Reinauer
2012-03-29Add infrastructure for global data in the CAR phase of bootGabe Black
2012-03-29CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury
2012-03-28Include arch/acpi.h instead of manually adding acpi_slp_type.Stefan Reinauer
2012-03-28Add timestamp collecting to coreboot.Vadim Bendebury
2012-03-28Initialize CBMEM early.Vadim Bendebury
2012-03-25Replace ramtest pattern to assist in DIMM configurationKyösti Mälkki