aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-18util/cbmem: Update cbmem utility to parse the new IMD structuresTimothy Pearson
2015-05-18libpayload: add mediatek timer driverYidi Lin
2015-05-18drivers/gic: reprogram the GIC CPU interface to bypass IRQJoseph Lo
2015-05-18arm64: psci: add cpu_suspend supportJoseph Lo
2015-05-17cbfstool: Fix shadowed global indexKyösti Mälkki
2015-05-17x230/smihandler: Kill non-functional brightness code.Vladimir Serbinenko
2015-05-17nuvoton/nct6776: there is no IRQ for LDN8Felix Held
2015-05-17lenovo/x200: Enable wacom digitizer support for x200tAlex David
2015-05-16i945: Disable check for 2-dimm support.Vladimir Serbinenko
2015-05-16Remove defines APMC_FINALIZE.Vladimir Serbinenko
2015-05-16util/inteltool: add Broadwell-U supportMatt DeVillier
2015-05-15rk3288: remove unused structs and declarationsAaron Durbin
2015-05-15gigabyte/ga-b75m-d3: Fix SMBios version entryKyösti Mälkki
2015-05-15x230: Fix ricoh driver.Vladimir Serbinenko
2015-05-15ibexpeak: Merge common NVS initVladimir Serbinenko
2015-05-15spi_flash: document expected return valuesAaron Durbin
2015-05-15console: Bring back newline translationKyösti Mälkki
2015-05-14superio: Replace the indexed I/O functionsDave Frodin
2015-05-14bd82x6x, ibexpeak: Support fully locking ROM on S3 resume.Vladimir Serbinenko
2015-05-14regions: add mmap helper deviceAaron Durbin
2015-05-14regions: add memory region device supportAaron Durbin
2015-05-14coreboot: add memory pool infrastructureAaron Durbin
2015-05-14coreboot: add region infrastructureAaron Durbin
2015-05-14superio/nct5104d: Handle shared GPIO/UART pinsKyösti Mälkki
2015-05-14superio/nct5104d: Refactor IRQ trigger configKyösti Mälkki
2015-05-14lenovo: Disable radio when suspending or turning off.Vladimir Serbinenko
2015-05-14x230: Fix VGA PCIIDs.Vladimir Serbinenko
2015-05-133rdparty/blobs: Move submodule marker forwardMarc Jones
2015-05-13vboot: fix die() hang for recovery pathAaron Durbin
2015-05-13amd/pi: Move AGESA cbfs access into the wrapperMarc Jones
2015-05-13cbfstool: Don't typedef the comp_algo enumSol Boucher
2015-05-13cbfstool: Support top-aligned addresses for new-format imagesSol Boucher
2015-05-13cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher
2015-05-13secmon: allow for serial consoleAaron Durbin
2015-05-13verstage: provide support for serial consoleAaron Durbin
2015-05-13vboot: indicate verstage loading on consoleAaron Durbin
2015-05-13console: enumerate all known stagesAaron Durbin
2015-05-13Include back the 306ax microcode again.Vladimir Serbinenko
2015-05-13cbmem: Add initial allocation supportLee Leahy
2015-05-13libpayload: x86: correct types used for IOAaron Durbin
2015-05-13x86: expose tsc's timer_monotonic_get() in SMMAaron Durbin
2015-05-13baytrail: broadwell: correct refcode loadingAaron Durbin
2015-05-13vboot: handle RELOCATABLE_RAMSTAGEAaron Durbin
2015-05-12FSP 1.1 Comparison BaseLee Leahy
2015-05-12kconfig: properly build parser when LKC_GENPARSER=1Patrick Georgi
2015-05-12libpayload: Fix passing BAR to EHCI driverPatrick Georgi
2015-05-12usbdebug: Add FTDI FT232H supportKyösti Mälkki
2015-05-11vboot: allow for dynamic work buffersAaron Durbin
2015-05-11vboot: add vb2_working_data_size()Aaron Durbin
2015-05-11chromeos: remove vboot_verify_firmware()Aaron Durbin
2015-05-11vboot: inject vboot loader for stage loadingAaron Durbin
2015-05-11imd: don't recover on limit == 0Aaron Durbin
2015-05-11vboot2: Use the right set of compiler flags for building vboot librariesPatrick Georgi
2015-05-11vboot: allow options to be selected from .configAaron Durbin
2015-05-11vboot: fix vboot_reference compilationAaron Durbin
2015-05-11chromeos: add missing vboot functionsAaron Durbin
2015-05-11arm64: update verstage linkingAaron Durbin
2015-05-11arm: update verstage linkingAaron Durbin
2015-05-11cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh
2015-05-11secmon: Add some missing filesPatrick Georgi
2015-05-11nvidia/tegra132: we write tables in ramstagePatrick Georgi
2015-05-11kconfig: handle globbed files backwardsPatrick Georgi
2015-05-10AGESA: Drop unused AGESA_MEM_TABLEKyösti Mälkki
2015-05-09cbfstool: fix 32bit host issuePatrick Georgi
2015-05-09fmap: request libc compatibility level that includes memccpyPatrick Georgi
2015-05-08cpu/amd/model_10xxx: Add missing ACPI _PSD objectTimothy Pearson
2015-05-08northbridge/intel/gm45/gma: Minor cleanupTimothy Pearson
2015-05-08southbridge/i82801gx: Add x_EN defines for LPC_ENDamien Zammit
2015-05-08northbridge/intel/gm45/gma: Add backlight control register fieldTimothy Pearson
2015-05-08checkpatch: fine tune checksStefan Reinauer
2015-05-08fmaptool: Add listing of annotated CBFS sections and generate headerSol Boucher
2015-05-08fmaptool: Conform to cbfstool's error message formatSol Boucher
2015-05-08cbfstool: Restructure around support for reading/writing portions of filesSol Boucher
2015-05-08cbfstool: Add offset field to cbfstool directory's struct bufferSol Boucher
2015-05-08cbfstool: Simplify the common buffer_splice() function's interfaceSol Boucher
2015-05-08cbfstool: Eliminate useless cbfs_image_create() local variableSol Boucher
2015-05-08cbfstool: Fix leak in cbfs_image struct initializationSol Boucher
2015-05-08cbfstool: Fix cbfs_copy_instance()'s master header endiannessSol Boucher
2015-05-08checkpatch: fix tree recognitionStefan Reinauer
2015-05-08fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher
2015-05-08make: support absolute and relative obj= specificationsVadim Bendebury
2015-05-08cbfstool: Fix strange flashmap whitespaceSol Boucher
2015-05-08cbfstool: Import minimal set of files from flashmapSol Boucher
2015-05-08cbfstool: Make the add action choose an aligned entries capacitySol Boucher
2015-05-08build system: use platform specific ar(1) for libverstagePatrick Georgi
2015-05-07timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMERAaron Durbin
2015-05-07kbuild: Use wildcard for driver subdirectoriesStefan Reinauer
2015-05-07MAINTAINERS: Add lint scriptsStefan Reinauer
2015-05-07vboot2: Replace hard coded 'fallback' prefix with Kconfig variablePatrick Georgi
2015-05-07imgtec/pistachio: Add comment on the unusual memory layoutPatrick Georgi
2015-05-06Add MAINTAINERS fileStefan Reinauer
2015-05-06Drop lbtdump, like it's 2007Stefan Reinauer
2015-05-06Drop dumpmcrrStefan Reinauer
2015-05-06Drop resetcfStefan Reinauer
2015-05-06Fix Kconfig option list generatorStefan Reinauer
2015-05-06Drop i915toolStefan Reinauer
2015-05-06vgabios: fix compilationStefan Reinauer
2015-05-06Drop util/runfwStefan Reinauer
2015-05-06Rename documentation -> DocumentationStefan Reinauer
2015-05-053rdparty/vboot: Add vbootPatrick Georgi