summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-12src/include: Remove braces for single statementsLee Leahy
2017-03-12src/include: Open brace on same line as enum or structLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-12src/include: Remove spaces before ( and after )Lee Leahy
2017-03-11lenovo/t400/dock.c: Fix issues found by checkpatch.plPaul Menzel
2017-03-11lenovo/t400: Rewrite dock from t60Kyösti Mälkki
2017-03-10src/include: Add space after +Lee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2017-03-10src/include: Add space before (Lee Leahy
2017-03-10commonlib: Remove space after *Lee Leahy
2017-03-10commonlib: Fix issues with { } and elseLee Leahy
2017-03-10commonlib: Wrap lines at 80 columnsLee Leahy
2017-03-10commonlib: Fix spacing issuesLee Leahy
2017-03-10drivers/intel/fsp2_0: Switch from binary to decimalLee Leahy
2017-03-10drivers/intel/fsp2_0: Wrap lines at 80 columnsLee Leahy
2017-03-10drivers/intel/fsp2_0: Remove braces for single statementsLee Leahy
2017-03-10drivers/intel/fsp2_0: Fix spacing issuesLee Leahy
2017-03-10drivers/intel/fsp2_0: Add space before *Lee Leahy
2017-03-10drivers/intel/fsp2_0: Use tabs for indentLee Leahy
2017-03-10soc/intel/common: Pass the minimum possible string length for strncpyBarnali Sarkar
2017-03-10google/sand: Add devicetree.cb file for sandKatherine Hsieh
2017-03-10mainboard/google/reef: Modify TCPU, TSR2 and TRT tableTim Chen
2017-03-10soc/intel/broadwell: Rework IGD's CDClk selectionNico Huber
2017-03-10ifdtool: Add SPI_FREQUENCY_50MHZ_30MHZ as a valid freqHannah Williams
2017-03-10soc/intel/skylake:Add _DSM method to reduce D3 cold delay for eMMC controllersowmyav
2017-03-10device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph
2017-03-10mainboard/google/reef: Configure SDCARD card detect pinVenkateswarlu Vinjamuri
2017-03-10soc/intel/apollolake: Add PM methods to power gate SD cardVenkateswarlu Vinjamuri
2017-03-10asus/m2v: Make _CRS methods serializedPaul Menzel
2017-03-10cpu/amd/agesa: Unify init filesPaul Menzel
2017-03-10.gitignore: ignore *.swo and option *.romsAlexander Couzens
2017-03-10northbridge/intel/i440bx: Align codePaul Menzel
2017-03-09vboot/tpm2: enable nvmem commits on cr50 when writing firmware secdataAaron Durbin
2017-03-09drivers/spi/tpm: provide Kconfig to indicate CR50 usageAaron Durbin
2017-03-09mainboard/google/reef: increase pre cbmem console size for Chrome OSAaron Durbin
2017-03-09lib/tpm2_marshaling: fix in correct buffer space semanticsAaron Durbin
2017-03-09google/poppy: Configure SRCCLKREQ4 as No ConnectNaresh G Solanki
2017-03-09elog: Add all EC event codesFurquan Shaikh
2017-03-09src/lib: Add space before (Lee Leahy
2017-03-09src/lib: Remove braces for single statementsLee Leahy
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2017-03-09src/lib: Add "int" following "unsigned"Lee Leahy
2017-03-09google/pyro: Update DPTF settingsKevin Chiu
2017-03-09src/include: Remove space after &Lee Leahy
2017-03-09src/include: Add space after commaLee Leahy
2017-03-09src/include: Indent code using tabsLee Leahy
2017-03-09src/include: Add do { } while(0) around macrosLee Leahy
2017-03-09src/include: Move trailing statements to next lineLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2017-03-09soc/intel/skylake: Add GPIO macros for IOxAPIC and SCILi Cheng Sooi