aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-04-15stddef.h: fix zeroptr's definitionPatrick Georgi
2016-04-07edid: Make framebuffer row alignment configurableJulius Werner
2016-04-05chromeos: Simplify fill_lb_gpios even furtherJulius Werner
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-03-29cbmem: Add comment for cbmem_top returning NULL if backing store is not readyFurquan Shaikh
2016-03-24edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-22gpio: Add support for binary_first base3 number systemJulius Werner
2016-03-22lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin
2016-03-21device: Add i2c read/write register field APIYidi Lin
2016-03-18mtrr: Define a function for obtaining free var mtrrFurquan Shaikh
2016-03-12device/i2c: Add i2c_read_bytes() APIJitao Shi
2016-03-10cbmem: Add utility to get memory region occupied by cbmemAlexandru Gagniuc
2016-03-09lib/memrange: add function to initialize range_entryAaron Durbin
2016-03-08cpu/x86/mtrr: add helper function to detect variable MTRRsAaron Durbin
2016-03-05include/device/dram: Fix DDR3-1866Patrick Rudolph
2016-03-03src/device/dram/ddr3: Parse additional informationPatrick Rudolph
2016-03-02nb/intel/sandybridge/romstage: Read fuse bits for max MEM ClkPatrick Rudolph
2016-02-26lib/bootblock: provide SoC callback parity with mainboardAaron Durbin
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-22memlayout: Add symbols for stage boundsJulius Werner
2016-02-22fsp_baytrail: Add full support for iosf access in reg_scriptWerner Zeh
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-20nb/intel/sandybridge/raminit: Add XMP supportPatrick Rudolph
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-18device: Add device path display supportLee Leahy
2016-02-18lib: Add Kconfig to toggle boot state debuggingLee Leahy
2016-02-12lzma: Port size-checking ulzman() version to corebootJulius Werner
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-10cpu/intel/microcode: allow microcode to be loaded in romstageAaron Durbin
2016-02-09nhlt: add api to override oem_id and oem_table_id of acpi_header_tFang, Yang A
2016-02-03include/device: Move inline functions from pci_def.h to pci.hAlexandru Gagniuc
2016-02-01cpu/amd/fam10h-fam15h: Add new wait_ap_stopped functionTimothy Pearson
2016-02-01drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson
2016-01-28Provide a gcc-safe zero pointerPatrick Georgi
2016-01-28Move object files to $(obj)/<class>/Nico Huber
2016-01-23lib/memrange: allow stack allocated free listAaron Durbin
2016-01-22lib: Implement framework for retrieving WiFi regulatory domainFelix Durairaj
2016-01-21memlayout: Fix unified CBFS_CACHE macroJulius Werner
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2016-01-15lib: NHLT ACPI table supportAaron Durbin
2016-01-07Correct some common spelling mistakesMartin Roth
2016-01-06commonlib: Prepare code to be included in cbfstool builds.Aaron Durbin
2016-01-06commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin
2015-12-31imgtec/pistachio: Add SOC_REGISTERS memory regionIonela Voinescu
2015-12-29device/pnp: Ability to set vendor specific logical device configDamien Zammit
2015-12-16lib: Fix strncmpHannah Williams
2015-12-10lib: remove assets infrastructureAaron Durbin
2015-12-10cbfs/vboot: remove firmware component supportAaron Durbin
2015-12-03cbfs_spi: Initialize spi_flash when initializing cbfs_cacheMary Ruthven
2015-12-03intel/fsp: Add post codes for FSP phasesDuncan Laurie
2015-12-03cbfs_spi: enable CBFS access in early romstageMary Ruthven
2015-11-29x86/smm: don't hide harmless declarationsPatrick Georgi
2015-11-23southbridge/amd/sr5650: Add IOMMU supportTimothy Pearson
2015-11-23cpu/amd: de-duplicate MSR include filesStefan Reinauer
2015-11-20rules.h: Add ENV_STRING and use it in console_init()Ben Gardner
2015-11-17rules.h: Add ENV_ macros to detect current architectureJulius Werner
2015-11-11cpu/amd: Add CC6 supportTimothy Pearson
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-11southbridge/amd/sb700: Add AHCI supportTimothy Pearson
2015-11-10edid: add hdmi_monitor_detected in data struct edidYakir Yang
2015-11-07arm64: remove secmonAaron Durbin
2015-11-03drivers/pc80: Rework normal / fallback selector codeTimothy Pearson
2015-11-03cbmem: add coreboot table records for each cbmem entryAaron Durbin
2015-11-02cpu/amd: Add initial AMD Family 15h supportTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30Drop geode_post_code.hStefan Reinauer
2015-10-30cpu/amd: Fix cbtypes.h to match UINTN conventionStefan Reinauer
2015-10-27include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONI...Paul Menzel
2015-10-27coreboot: make lb_framebuffer a weak functionrobbie zhang
2015-10-24drivers/aspeed: Add native text mode VGA support for the AST2050Timothy Pearson
2015-10-24southbridge/amd/sb700: Allow use of auxiliary SMBUS controllerTimothy Pearson
2015-10-23include/smbios: Update SMBIOS memory structures to version 2.8Timothy Pearson
2015-10-22allocator: Page align memory mapped PCI resourcesNico Huber
2015-10-15cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc
2015-10-11cbmem console: make verstage first class citizenAaron Durbin
2015-10-11Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko
2015-10-07cbfs: add struct cbfsfAaron Durbin
2015-10-05Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth
2015-09-30AMD Bettong: Fix usb device in devicetree for Carrizozbao
2015-09-23chromeos: vboot and chromeos dependency removal for sw write protect statePaul Kocialkowski
2015-09-22coreboot: introduce commonlibAaron Durbin
2015-09-11endian: fix le64toh()Aaron Durbin
2015-09-10endian: add portable endian functionsAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-09verstage: use common program.ld for linkingAaron Durbin
2015-09-09linking: move romstage and bootblock to use program.ldAaron Durbin
2015-09-09linking: lay the groundwork for a unified linking approachAaron Durbin
2015-09-09rules.h: add fall through where no ENV_<STAGE> is setAaron Durbin
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-09-05symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin
2015-09-04bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin
2015-09-04bootmode: add display_init_required()Aaron Durbin
2015-08-31timestamp: add tick frequency to exported tableAaron Durbin
2015-08-28edid: add function to manually specify modeDavid Hendricks
2015-08-28edid: Use edid_mode struct to reduce redundancyDavid Hendricks
2015-08-28edid: Clean-up the edid structDavid Hendricks
2015-08-27stdlib: don't hide the malloc et all declarationsAaron Durbin
2015-08-14stage_cache: make prog const in stage_cache_add()Aaron Durbin