Age | Commit message (Expand) | Author |
2015-04-22 | lib: add base64 decoder | Vadim Bendebury |
2015-04-22 | google/urara: use board ID information to set up hardware | Ionela Voinescu |
2015-04-22 | vpd: populate coreboot table with serialno | Stephen Barber |
2015-04-22 | vboot: when configured, pass the wipeout request to vboot | Vadim Bendebury |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-04-21 | romstage_handoff: Fix for changing CBMEM structure | Duncan Laurie |
2015-04-21 | Arrange CBMEM table entries' IDs alphanumerically | Vadim Bendebury |
2015-04-20 | chromeos: vboot2: Add TPM PCR extension support | Julius Werner |
2015-04-17 | Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig option | Julius Werner |
2015-04-17 | cbfs: look for CBFS header in a predefined place | Vadim Bendebury |
2015-04-17 | uart: pass register width in the coreboot table | Vadim Bendebury |
2015-04-17 | exynos: return correct value when init_default_cbfs_media fails | Daisuke Nojiri |
2015-04-17 | rk3288: Handle framebuffer through memlayout, not the resource system | Julius Werner |
2015-04-17 | spi: Add function to read flash status register | Duncan Laurie |
2015-04-17 | drivers/spi: Pass flash parameters from coreboot to payload | Dan Ehrenberg |
2015-04-14 | Add console wrapper for UART driver | Vadim Bendebury |
2015-04-14 | timestamps: You can never have enough of them! | Julius Werner |
2015-04-14 | timer: Reestablish init_timer(), consolidate timer initialization calls | Julius Werner |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-04-13 | spi: support controllers with limited transfer size capabilities | Vadim Bendebury |
2015-04-10 | PCI - Add interrupt disable bit definition | Lee Leahy |
2015-04-10 | baytrail: Switch from ACPI mode to PCI mode for legacy support | Marc Jones |
2015-04-10 | vboot: Include vb2_api.h, instead of lower-level vboot2 header files | Randall Spangler |
2015-04-10 | ramoops: Add support for passing ramoops region through cb tables. | Furquan Shaikh |
2015-04-10 | cbtables: Add RAM config information | David Hendricks |
2015-04-10 | gpio: add a function to read GPIO array as base-2 value | David Hendricks |
2015-04-10 | gpio: cosmetic changes to tristate_gpios.c | David Hendricks |
2015-04-10 | gpio: Remove non-ternary tristate mode, make ternaries easier | Julius Werner |
2015-04-10 | gpio: Extend common GPIO header, simplify function names | Julius Werner |
2015-04-10 | chromeos: move VPD MAC address retrieval function | Vadim Bendebury |
2015-04-08 | timer: Add generic udelay() implementation | Aaron Durbin |
2015-04-08 | armv7: Add fine-grained page table support | Julius Werner |
2015-04-08 | timestamp: Add bootblock start and end to timestamp constants | Furquan Shaikh |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-06 | Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros | Julius Werner |
2015-04-04 | build system: rename __BOOT_BLOCK__ and __VER_STAGE__ | Patrick Georgi |
2015-04-04 | stddef: Add KHz, MHz and GHz constants | Aaron Durbin |
2015-04-04 | Add table driven way to add platform specific reg_script routines | Lee Leahy |
2015-04-03 | rmodule: use struct prog while loading rmodules | Aaron Durbin |
2015-04-03 | program loading: unify on struct prog | Aaron Durbin |
2015-04-03 | program loading: add prog_run() function | Aaron Durbin |
2015-04-03 | program loading: introduce struct prog | Aaron Durbin |
2015-04-02 | vpd: retrieve mac addresses and pass them to bootloader | Vadim Bendebury |
2015-04-02 | chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table | Vadim Bendebury |
2015-04-02 | smbios: add a family id in smbios type1 family | Kane Chen |
2015-04-01 | cbfs: correct types used for accessing files | Aaron Durbin |
2015-04-01 | northbridge/amd/amdfam10: Collect DIMM information for ramstage use | Timothy Pearson |
2015-03-31 | cbfs: add cbfs_serialized.h header file | Aaron Durbin |
2015-03-31 | program loading: provide one cache maintenance callback | Aaron Durbin |
2015-03-31 | payload loading: remove passing of struct payload | Aaron Durbin |
2015-03-31 | loading: move ramstage cache function declarations | Aaron Durbin |
2015-03-31 | cbfs: remove run_address() | Aaron Durbin |
2015-03-29 | arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make public | Timothy Pearson |
2015-03-29 | arch/x86/boot/smbios: Add additional SMBIOS defines and enums | Timothy Pearson |
2015-03-28 | arm64: add spin table support | Aaron Durbin |
2015-03-28 | arm64: Add support for secure monitor | Furquan Shaikh |
2015-03-28 | drivers: add GIC support | Aaron Durbin |
2015-03-27 | cbfs/rmodule: add architecture specific operations at stage load | Ionela Voinescu |
2015-03-27 | smbios: add funtion for smbios type17 | Kane Chen |
2015-03-26 | timer: remove rela_time type | Aaron Durbin |
2015-03-26 | fix how to interpret board id read from gpios | Daisuke Nojiri |
2015-03-26 | Restore name of the function reading tertiary GPIO states | Vadim Bendebury |
2015-03-24 | cbfs: expose init_backing_media() | Aaron Durbin |
2015-03-24 | vboot2: factory-initialize kernel space in tpm | Daisuke Nojiri |
2015-03-24 | vboot2: load decompressed stage directly to load address | Daisuke Nojiri |
2015-03-23 | vboot2: read secdata and nvdata | Daisuke Nojiri |
2015-03-23 | Publish the board ID value in coreboot table, when configured | Vadim Bendebury |
2015-03-23 | Generalize revision number calculation function | Vadim Bendebury |
2015-03-23 | PCIe: Add L1 Sub-State support. | Kenji Chen |
2015-03-21 | timer: add stopwatch construct | Aaron Durbin |
2015-03-20 | loaders: add run_romstage() function to bootblock | Aaron Durbin |
2015-03-20 | loaders: add program_loading.h header file | Aaron Durbin |
2015-03-20 | stdlib: Add IS_ALIGNED macro | Andrew Bresticker |
2015-03-18 | bootstate: use structure pointers for scheduling callbacks | Aaron Durbin |
2015-03-13 | Use a common boardid.h instead of per board copies | Vadim Bendebury |
2015-03-11 | x86 SMM: Replace weak prototypes with weak function stub | Kyösti Mälkki |
2015-03-10 | AMD Bald Eagle: Add northbridge files for new AMD processor | Bruce Griffith |
2015-03-09 | Add and consistently use wrapper macro for romstage static variables | Julius Werner |
2015-03-09 | console: Fix broken early_print.h include guards | Stefan Reinauer |
2015-03-09 | build.h: remove variable for the builduser, -hostname and -domain | Alexander Couzens |
2015-03-09 | device/pciexp: Add support for PCIe CLK power management | Kane Chen |
2015-03-08 | device: drop i915 specific headers from resource allocator includes | Stefan Reinauer |
2015-03-07 | AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2 | Kyösti Mälkki |
2015-03-04 | coreboot memrange: Two changes for zero size or empty memrange | Furquan Shaikh |
2015-03-01 | devicetree: Drop dummy root_dev ops | Kyösti Mälkki |
2015-02-20 | AMD K8 fam10: Refactor offset_unitid configuration | Kyösti Mälkki |
2015-02-16 | acpi: Generate valid ACPI processor objects | Timothy Pearson |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-02-10 | PCI subsystem: Remove AGP bridge type | Kyösti Mälkki |
2015-02-06 | drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use | Alexandru Gagniuc |
2015-02-06 | include/types.h: Provide BIT() macro | Alexandru Gagniuc |
2015-02-06 | FSP & CBMEM: Fix broken cbmem CAR transition. | Martin Roth |
2015-02-05 | drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot | Timothy Pearson |
2015-02-05 | AMD K8: Remove some excessive preprocessor use | Kyösti Mälkki |
2015-02-03 | cpu/amd (non-AGESA): Load microcode updates from CBFS | Kyösti Mälkki |
2015-02-03 | cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE option | Alexandru Gagniuc |
2015-01-30 | devicetree: Search PnP device node from the tree by path | Kyösti Mälkki |
2015-01-27 | CBMEM: Always use DYNAMIC_CBMEM | Kyösti Mälkki |
2015-01-27 | CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT | Kyösti Mälkki |
2015-01-27 | CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM | Kyösti Mälkki |