aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-08sandbox: mmc: Fix up MMC emulator for valgrindSimon Glass1-0/+4
2019-10-08sandbox: spmi: Add ranges property for address translationSimon Glass2-6/+8
2019-10-08dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass1-1/+1
2019-10-08dm: core: Add device_foreach_child()Simon Glass3-4/+13
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass3-5/+4
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass2-1/+4
2019-10-08dm: test: Don't fail when tests are skipped due to buildSimon Glass1-4/+4
2019-10-08dm: test: Fix running of multiple test from command lineSimon Glass1-1/+5
2019-10-08dm: core: Add documentation on how to debug driver modelSimon Glass2-0/+63
2019-10-08dm: core: Drop a few early returnsSimon Glass1-4/+10
2019-10-08dm: core: Use U-Boot logging instead of pr_debug()Simon Glass1-8/+12
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass2-3/+2
2019-10-08x86: Add various MTRR indexes and valuesSimon Glass2-0/+23
2019-10-08x86: Add more comments to the start-up codeSimon Glass3-3/+17
2019-10-08x86: Change condition for using CARSimon Glass3-2/+11
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass3-0/+24
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass3-5/+12
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass3-6/+6
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass2-4/+2
2019-10-08x86: pci: Add a function to clear and set PCI config regsSimon Glass2-0/+59
2019-10-08x86: Add binman symbols to the imageSimon Glass1-0/+6
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass4-14/+32
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass3-0/+23
2019-10-08x86: fsp: Add a few more definitions for FSP2Simon Glass1-1/+14
2019-10-08efi: Move inline functions to unconditional part of headerSimon Glass1-5/+5
2019-10-08x86: fsp: Move common support functions into a common fileSimon Glass3-167/+177
2019-10-08x86: Move common fsp functions into a common fileSimon Glass5-97/+122
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass5-77/+111
2019-10-08x86: fsp: Tidy up comment style a littleSimon Glass4-44/+54
2019-10-08x86: fsp: Use if() instead of #ifdefSimon Glass2-8/+6
2019-10-08x86: fsp: Create a common fsp_support.h headerSimon Glass3-117/+129
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass8-20/+20
2019-10-08x86: sysreset: Allow reset driver to be included in SPL/TPLSimon Glass2-1/+13
2019-10-08spl: Add a function to determine the U-Boot phaseSimon Glass1-0/+60
2019-10-08spl: Set up the bloblist in board_init_r()Simon Glass1-17/+18
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass3-3/+29
2019-10-08spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass1-2/+2
2019-10-08spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass1-0/+2
2019-10-08serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass1-3/+3
2019-10-08mtd: spi: Add 'struct spi_flash {' to the codeSimon Glass1-1/+7
2019-10-08binman: Allow selection of logging verbositySimon Glass2-1/+8
2019-10-08binman: Pass the toolpath to binman from the main MakefileSimon Glass1-0/+1
2019-10-08x86: Move fsp_ffs.h include to fsp_arch.hSimon Glass1-0/+1
2019-10-08x86: Move fsp_bootmode.h to the generic fsp directorySimon Glass2-1/+1
2019-10-08x86: Move fsp_infoheader.h to the generic fsp directorySimon Glass2-1/+1
2019-10-08x86: Move fsp_hob.h to the generic fsp directorySimon Glass2-1/+1
2019-10-08x86: Move fsp_fv.h to the generic fsp directorySimon Glass2-1/+1
2019-10-08x86: Move fsp_types.h to the generic fsp directorySimon Glass2-1/+1
2019-10-08x86: Move fsp_api.h inclusion out of fsp_support.hSimon Glass2-1/+1
2019-10-08x86: Create a new fsp_arch.h headerSimon Glass2-2/+21