summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/08Oct2019Tom Rini2019-10-0822-14/+18
|\
| * watchdog: move WATCHDOG_TIMEOUT_MSECS to KconfigHeiko Schocher2019-10-0822-14/+18
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-08153-1018/+2036
|\ \
| * | x86: Use mtrr_commit() with FSP2Simon Glass2019-10-081-7/+15
| * | x86: cpu: Don't include the cpu driver in TPLSimon Glass2019-10-081-1/+4
| * | x86: Add a function to set variable MTRRsSimon Glass2019-10-082-0/+50
| * | x86: Refactor mtrr_commit() to allow for shared codeSimon Glass2019-10-081-7/+12
| * | x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass2019-10-082-0/+4
| * | sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2019-10-084-16/+39
| * | dm: core: Drop fdtdec_get_pci_addr()Simon Glass2019-10-083-79/+5
| * | x86: Add new common CPU functions for turbo/burst modeSimon Glass2019-10-082-0/+110
| * | x86: Tidy up some duplicate MSR definesSimon Glass2019-10-084-74/+54
| * | x86: Add common functions for TDP and perf controlSimon Glass2019-10-087-33/+52
| * | x86: Use a common bus clock for Intel CPUsSimon Glass2019-10-087-14/+10
| * | x86: Add a common function to set CPU thermal targetSimon Glass2019-10-084-41/+37
| * | x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2019-10-084-5/+3
| * | x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-085-30/+31
| * | x86: Move acpi_s3.h to a common locationSimon Glass2019-10-0810-9/+9
| * | spl: Allow distinguishing between two phases in U-BootSimon Glass2019-10-081-5/+11
| * | spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass2019-10-085-7/+11
| * | spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-0818-31/+43
| * | arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT optionSimon Glass2019-10-083-3/+2
| * | iod: Enhance to support display of multiple valuesSimon Glass2019-10-081-19/+66
| * | cros_ec: Add MEC_EMI_BASE and size to the header fileSimon Glass2019-10-081-0/+4
| * | log: Add log_nop() to avoid unused-variable warningsSimon Glass2019-10-081-7/+26
| * | binman: Take account of skip-at-start with image-headerSimon Glass2019-10-081-0/+1
| * | binman: Handle reading data for end-at-4gb sectionsSimon Glass2019-10-083-13/+11
| * | binman: Add a base implementation of Entry.ReadChildData()Simon Glass2019-10-081-0/+16
| * | binman: Allow verbose output with all commandsSimon Glass2019-10-081-21/+15
| * | serial: ns16550: Add a PCI device/function fieldSimon Glass2019-10-081-0/+4
| * | dm: pci: Add a function to read a PCI BARSimon Glass2019-10-087-32/+128
| * | pci: Show a message if PCI autoconfig failsSimon Glass2019-10-081-3/+9
| * | pci: Add more debug detail when resources are exhaustedSimon Glass2019-10-081-1/+3
| * | 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