summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* program loading: add optional is_loader_active() callbackAaron Durbin2015-04-301-0/+3
* cbmem: Add FSP timestampsLee Leahy2015-04-301-4/+12
* cbmem: Identify the FSP areas in CBMEMLee Leahy2015-04-301-0/+4
* Use __ROMSTAGE__ to denote romstagePatrick Georgi2015-04-291-1/+1
* rules.h: add verstage macroPatrick Georgi2015-04-291-0/+13
* cbmem: add and use a function to dump console bufferVadim Bendebury2015-04-271-0/+1
* cbmem_console: fix it for x86Aaron Durbin2015-04-231-2/+2
* cbmem: switch over to imd-based cbmemAaron Durbin2015-04-221-13/+0
* coreboot: common stage cacheAaron Durbin2015-04-226-71/+54
* coreboot: tiered imdAaron Durbin2015-04-222-1/+19
* coreboot: add imd libraryAaron Durbin2015-04-222-0/+141
* armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh2015-04-221-0/+3
* device: Add class and subclass name supportLee Leahy2015-04-221-0/+2
* lib: add base64 decoderVadim Bendebury2015-04-221-0/+35
* google/urara: use board ID information to set up hardwareIonela Voinescu2015-04-221-0/+5
* vpd: populate coreboot table with serialnoStephen Barber2015-04-221-0/+5
* vboot: when configured, pass the wipeout request to vbootVadim Bendebury2015-04-221-0/+1
* Unify byte order macros and clrsetbitsJulius Werner2015-04-212-1/+68
* romstage_handoff: Fix for changing CBMEM structureDuncan Laurie2015-04-211-1/+3
* Arrange CBMEM table entries' IDs alphanumericallyVadim Bendebury2015-04-211-50/+50
* chromeos: vboot2: Add TPM PCR extension supportJulius Werner2015-04-201-0/+7
* Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig optionJulius Werner2015-04-171-6/+7
* cbfs: look for CBFS header in a predefined placeVadim Bendebury2015-04-173-0/+8
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri2015-04-171-1/+6
* rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner2015-04-171-0/+4
* spi: Add function to read flash status registerDuncan Laurie2015-04-171-0/+3
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-172-0/+14
* Add console wrapper for UART driverVadim Bendebury2015-04-141-0/+14
* timestamps: You can never have enough of them!Julius Werner2015-04-141-0/+18
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-141-4/+0
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-4/+3
* spi: support controllers with limited transfer size capabilitiesVadim Bendebury2015-04-131-0/+5
* PCI - Add interrupt disable bit definitionLee Leahy2015-04-101-0/+1
* baytrail: Switch from ACPI mode to PCI mode for legacy supportMarc Jones2015-04-101-0/+1
* vboot: Include vb2_api.h, instead of lower-level vboot2 header filesRandall Spangler2015-04-101-2/+2
* ramoops: Add support for passing ramoops region through cb tables.Furquan Shaikh2015-04-101-0/+3
* cbtables: Add RAM config informationDavid Hendricks2015-04-102-0/+8
* gpio: add a function to read GPIO array as base-2 valueDavid Hendricks2015-04-101-0/+9
* gpio: cosmetic changes to tristate_gpios.cDavid Hendricks2015-04-101-2/+2
* gpio: Remove non-ternary tristate mode, make ternaries easierJulius Werner2015-04-102-9/+53
* gpio: Extend common GPIO header, simplify function namesJulius Werner2015-04-101-16/+17
* chromeos: move VPD MAC address retrieval functionVadim Bendebury2015-04-101-0/+6
* timer: Add generic udelay() implementationAaron Durbin2015-04-081-0/+4
* armv7: Add fine-grained page table supportJulius Werner2015-04-081-0/+4
* timestamp: Add bootblock start and end to timestamp constantsFurquan Shaikh2015-04-081-0/+2
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-063-5/+181
* Add predefined __ROMSTAGE__ and __RAMSTAGE__ macrosJulius Werner2015-04-061-1/+1
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-1/+1
* stddef: Add KHz, MHz and GHz constantsAaron Durbin2015-04-041-0/+4