summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vboot2: separate verstage from bootblockDaisuke Nojiri2015-03-2422-331/+781
* nyans: reduce code duplication in bootblock and romstagesDaisuke Nojiri2015-03-2416-479/+460
* vboot: Introduce kconfig variable for VBNV backing storageDavid Hendricks2015-03-232-4/+16
* vboot: Update VBOOT_CFLAGS to include rmodules ccoptsFurquan Shaikh2015-03-231-0/+1
* vboot2: translate shared data to hand off to depthchargeDaisuke Nojiri2015-03-236-2/+147
* chromeos: rename for easier patch mergingAaron Durbin2015-03-232-2/+2
* vboot2: read secdata and nvdataDaisuke Nojiri2015-03-2311-1096/+554
* Enable publishing of board ID where supportedVadim Bendebury2015-03-236-0/+9
* storm: Add board ID calculation functionVadim Bendebury2015-03-232-1/+52
* Include board ID calculations only when necessaryVadim Bendebury2015-03-235-5/+6
* Publish the board ID value in coreboot table, when configuredVadim Bendebury2015-03-234-1/+35
* ipq806x: implement GPIO APIVadim Bendebury2015-03-235-58/+53
* Generalize revision number calculation functionVadim Bendebury2015-03-239-90/+155
* console: Allow bootblock console on MIPSPaul Burton2015-03-231-1/+1
* mips: fix bootblock stack definitionsVadim Bendebury2015-03-232-9/+11
* imgvp-danube: Support for the ImgTec Danube Virtual PlatformPaul Burton2015-03-237-0/+200
* danube: Use the generic timer interfaceVadim Bendebury2015-03-233-0/+29
* danube: use SOC specific rom stage codeVadim Bendebury2015-03-232-0/+40
* t132: Change romstage base addressFurquan Shaikh2015-03-231-1/+1
* rush: Add MMC supportFurquan Shaikh2015-03-231-0/+67
* t132: Add support for tpm i2cFurquan Shaikh2015-03-234-0/+40
* PCIe: Revise L1 Sub-State supportKenji Chen2015-03-231-5/+2
* PCIe: Add L1 Sub-State support.Kenji Chen2015-03-235-0/+200
* tegra132: convert to stopwatch APIAaron Durbin2015-03-213-28/+23
* exynos: convert to stopwatch APIAaron Durbin2015-03-215-44/+25
* tegra132: fill out udelay() implementationAaron Durbin2015-03-211-0/+14
* tegra124: switch to stopwatch APIAaron Durbin2015-03-211-5/+3
* device: convert to stopwatch APIAaron Durbin2015-03-212-11/+9
* ramstage: remove rela_time useAaron Durbin2015-03-211-12/+8
* chromeec: use stopwatch APIAaron Durbin2015-03-211-6/+4
* timer: add stopwatch constructAaron Durbin2015-03-211-0/+60
* danube: prepare SOC directory for uraraVadim Bendebury2015-03-214-2/+67
* imgtec/danube: Add support for ImgTec Danube SoCPaul Burton2015-03-2110-0/+384
* mips: no need in architecture specific implementation of do_printkVadim Bendebury2015-03-211-17/+0
* arch/mips: Add base MIPS architecture supportPaul Burton2015-03-2127-0/+1359
* mips: Add mips/ashldi3.c from LinuxVadim Bendebury2015-03-211-0/+60
* chromeec: provide proto v3 over i2c supportAaron Durbin2015-03-212-0/+114
* chromeec: allow transport implementation to provide buffers for proto v3Aaron Durbin2015-03-213-16/+55
* chromeec: correct response length for VBNV writeAaron Durbin2015-03-211-1/+1
* arm: add _end symbol to bootblock.ldAaron Durbin2015-03-211-0/+1
* cbfs: change 1 message level to WARNING if cbfs can't find specific dataKane Chen2015-03-211-1/+1
* superio: ite8772f: Exit extemp busy stateRyan Lin2015-03-212-0/+37
* mainboards/amd/fam10: Add romstage timestampsTimothy Pearson2015-03-2121-0/+188
* x86: fix romstage_null.debug link w/o --gc-sectionsAaron Durbin2015-03-211-1/+1
* Kconfig: Add MAX_REBOOT_CNT descriptionTimothy Pearson2015-03-201-2/+4
* bootblocks: use run_romstage()Aaron Durbin2015-03-206-62/+12
* romstages: use common run_ramstage()Aaron Durbin2015-03-2011-70/+22
* loaders: add run_romstage() function to bootblockAaron Durbin2015-03-203-0/+49
* qemu-riscv: add preram_cbmem_consoleAaron Durbin2015-03-201-1/+1
* loaders: add program_loading.h header fileAaron Durbin2015-03-2016-52/+39