summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-3044-142/+144
* Makefile: Use variables defined for KconfigStefan Reinauer2015-06-301-2/+2
* libpayload: Swap the macros of VT100_CURSOR_ON and VT100_CURSOR_OFFHouse Chou2015-06-301-2/+2
* util/scripts: add some support scriptsPatrick Georgi2015-06-302-0/+46
* lib: add delay.c to bootblock if I2C_TPM driver is enabledPatrick Georgi2015-06-301-0/+1
* drivers/i2c/tpm: push tpm driver from verstage to libverstagePatrick Georgi2015-06-301-1/+1
* chromeos: push vbnv_* accessors from verstage to libverstagePatrick Georgi2015-06-301-3/+3
* google/cosmos: romstage needs the accessor functions for buttonsPatrick Georgi2015-06-301-0/+1
* google/storm: romstage needs the accessor functions for buttonsPatrick Georgi2015-06-301-0/+1
* qualcomm/ipq806x: Fix uart in verstagePatrick Georgi2015-06-301-1/+1
* qualcomm/ipq806x: centralize vboot configurationPatrick Georgi2015-06-302-1/+2
* google/veyron: Fix building with CHROMEOS enabledPatrick Georgi2015-06-307-0/+7
* arch/arm64: Avoid race condition when building bl31Patrick Georgi2015-06-301-2/+3
* mainboard: Add Veyron_SharkJulius Werner2015-06-3024-0/+1611
* hardwaremain: Move init_timer() call to before console initDuncan Laurie2015-06-301-4/+5
* arch/arm64: Fix compilation without CONFIG_SMPPatrick Georgi2015-06-301-0/+2
* t210: Set UTMIP_PCOUNT_UPDN_DIV to 0Stephen Barber2015-06-301-1/+1
* arm64: Fix Kconfig issues for secure OS loadingFurquan Shaikh2015-06-301-0/+1
* arm64: Add support for loading secure osFurquan Shaikh2015-06-304-1/+40
* Add Kconfig flag to specify if there's a lid switchPatrick Georgi2015-06-309-0/+14
* Expose get_lid_switch() in romstagePatrick Georgi2015-06-309-77/+78
* cbfstool: Handle elf with different virtual and physical addressFurquan Shaikh2015-06-301-1/+9
* libpayload: add UDC driver for Designware controllerhuang lin2015-06-307-615/+1841
* EC: Add new EC host event for FASTBOOT_MODE requestFurquan Shaikh2015-06-301-0/+3
* UDC: Correct cleaning out memory for string descriptorsFurquan Shaikh2015-06-301-1/+1
* udc/chipidea: Allow force_shutdown of connectionFurquan Shaikh2015-06-302-7/+23
* veyron_danger: Update SDMMC power on/off code for v2David Hendricks2015-06-305-9/+50
* veyron_danger: Add basic HDMI supportDavid Hendricks2015-06-301-1/+20
* vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86Stefan Reinauer2015-06-291-0/+1
* vboot2: consolidate vboot2 buffer initializationPatrick Georgi2015-06-292-19/+19
* mainboard/msi/ms7135: DSDT: fix PCI and AGR interruptsJonathan A. Kollasch2015-06-291-10/+24
* mainboard/msi/ms7135: only #include necessary headers in acpi_tables.cJonathan A. Kollasch2015-06-291-8/+1
* intel raminit: check correct registers in channel_testPatrick Rudolph2015-06-281-1/+1
* intel raminit: properly handle DDR3 DIMMs with address mirroringPatrick Rudolph2015-06-281-6/+3
* mainboard/asus/kfsn4-dre: Enable VGA supportTimothy Pearson2015-06-271-0/+1
* lenovo/g505s: Add System Board ID to fix ACPI warningMartin Roth2015-06-271-0/+2
* google/parrot: Add System Board ID to fix ACPI warningMartin Roth2015-06-271-0/+2
* Kconfig: Remove unnecessary and incorrect MRC_CACHE symbolsMartin Roth2015-06-276-32/+4
* amd/inagua: broadcom driver 64bit fixStefan Reinauer2015-06-271-2/+2
* rockchip/rk3288: complete vboot configuration and move to SoCPatrick Georgi2015-06-2610-9/+3
* google/chromeos: always enable VBOOT_VERIFY_FIRMWARE with CHROMEOSPatrick Georgi2015-06-261-1/+2
* vboot: Init vb2 work memory area before calling verstagePatrick Georgi2015-06-261-0/+1
* google/veyron_speedy: Add chromeos.c to romstagePatrick Georgi2015-06-261-0/+1
* x86: Move architecture selection from linker script to Makefile.incStefan Reinauer2015-06-263-11/+13
* prog_loader: Play nice with gc-sectionsStefan Reinauer2015-06-261-0/+4
* soc/intel/common: Restrict common romstage/ramstage code to FSPLee Leahy2015-06-263-28/+12
* Braswell: Remove copyright addressLee Leahy2015-06-251-1/+1
* Braswell: Add Braswell SOC supportLee Leahy2015-06-2594-5363/+3692
* soc/intel/common/Kconfig: Fix warning & whitespaceMartin Roth2015-06-251-2/+2
* amd/pi/hudson: Fill ROMSIG with 0xFF instead of 0zbao2015-06-251-1/+1