aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pci: Correct 'specifified' and 'Plese' typosSimon Glass2019-10-082-2/+2
* pci: Disable autoconfig in SPLSimon Glass2019-10-081-1/+1
* pci: Show the result of binding a deviceSimon Glass2019-10-081-1/+2
* pci: sandbox: Probe PCI emulation devices when usedSimon Glass2019-10-081-3/+2
* pci: sandbox: Move the emulators into their own nodeSimon Glass2019-10-085-33/+76
* sandbox: Allow use of real I/O with readl(), etc.Simon Glass2019-10-083-9/+72
* sandbox: pci: Increase the memory spaceSimon Glass2019-10-081-1/+1
* sandbox: Add a -T flag to use the test device treeSimon Glass2019-10-082-0/+34
* sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass2019-10-082-5/+6
* sandbox: pci: Drop the get_devfn() methodSimon Glass2019-10-082-15/+0
* sandbox: swap_case: Use statics where possibleSimon Glass2019-10-081-5/+5
* sandbox: Add support for clrsetio_32() and friendsSimon Glass2019-10-082-12/+42
* sandbox: Rename PCI ID for swap_case to be more specificSimon Glass2019-10-083-6/+7
* sandbox: mmc: Fix up MMC emulator for valgrindSimon Glass2019-10-081-0/+4
* sandbox: spmi: Add ranges property for address translationSimon Glass2019-10-082-6/+8
* dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass2019-10-081-1/+1
* dm: core: Add device_foreach_child()Simon Glass2019-10-083-4/+13
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-083-5/+4
* dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass2019-10-082-1/+4
* dm: test: Don't fail when tests are skipped due to buildSimon Glass2019-10-081-4/+4
* dm: test: Fix running of multiple test from command lineSimon Glass2019-10-081-1/+5
* dm: core: Add documentation on how to debug driver modelSimon Glass2019-10-082-0/+63
* dm: core: Drop a few early returnsSimon Glass2019-10-081-4/+10
* dm: core: Use U-Boot logging instead of pr_debug()Simon Glass2019-10-081-8/+12
* x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass2019-10-082-3/+2
* x86: Add various MTRR indexes and valuesSimon Glass2019-10-082-0/+23
* x86: Add more comments to the start-up codeSimon Glass2019-10-083-3/+17
* x86: Change condition for using CARSimon Glass2019-10-083-2/+11
* x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass2019-10-083-0/+24
* x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass2019-10-083-5/+12
* x86: spl: Reduce priority of the basic SPL image loaderSimon Glass2019-10-083-6/+6
* x86: spl: Use hang() instead of a while() loopSimon Glass2019-10-082-4/+2
* x86: pci: Add a function to clear and set PCI config regsSimon Glass2019-10-082-0/+59
* x86: Add binman symbols to the imageSimon Glass2019-10-081-0/+6
* x86: Move common Intel CPU info code into a functionSimon Glass2019-10-084-14/+32
* x86: fsp: Add access to variable MRC dataSimon Glass2019-10-083-0/+23
* x86: fsp: Add a few more definitions for FSP2Simon Glass2019-10-081-1/+14
* efi: Move inline functions to unconditional part of headerSimon Glass2019-10-081-5/+5
* x86: fsp: Move common support functions into a common fileSimon Glass2019-10-083-167/+177
* x86: Move common fsp functions into a common fileSimon Glass2019-10-085-97/+122
* x86: fsp: Move common dram functions into a common fileSimon Glass2019-10-085-77/+111
* x86: fsp: Tidy up comment style a littleSimon Glass2019-10-084-44/+54
* x86: fsp: Use if() instead of #ifdefSimon Glass2019-10-082-8/+6
* x86: fsp: Create a common fsp_support.h headerSimon Glass2019-10-083-117/+129
* x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2019-10-088-20/+20
* x86: sysreset: Allow reset driver to be included in SPL/TPLSimon Glass2019-10-082-1/+13
* spl: Add a function to determine the U-Boot phaseSimon Glass2019-10-081-0/+60
* spl: Set up the bloblist in board_init_r()Simon Glass2019-10-081-17/+18
* spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-083-3/+29
* spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass2019-10-081-2/+2