aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-08x86: Refactor mtrr_commit() to allow for shared codeSimon Glass
2019-10-08x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass
2019-10-08x86: Add new common CPU functions for turbo/burst modeSimon Glass
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08spl: Allow distinguishing between two phases in U-BootSimon Glass
2019-10-08spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-10-08arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT optionSimon Glass
2019-10-08iod: Enhance to support display of multiple valuesSimon Glass
2019-10-08cros_ec: Add MEC_EMI_BASE and size to the header fileSimon Glass
2019-10-08log: Add log_nop() to avoid unused-variable warningsSimon Glass
2019-10-08binman: Take account of skip-at-start with image-headerSimon Glass
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass
2019-10-08binman: Add a base implementation of Entry.ReadChildData()Simon Glass
2019-10-08binman: Allow verbose output with all commandsSimon Glass
2019-10-08serial: ns16550: Add a PCI device/function fieldSimon Glass
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-10-08pci: Show a message if PCI autoconfig failsSimon Glass
2019-10-08pci: Add more debug detail when resources are exhaustedSimon Glass
2019-10-08pci: Correct 'specifified' and 'Plese' typosSimon Glass
2019-10-08pci: Disable autoconfig in SPLSimon Glass
2019-10-08pci: Show the result of binding a deviceSimon Glass
2019-10-08pci: sandbox: Probe PCI emulation devices when usedSimon Glass
2019-10-08pci: sandbox: Move the emulators into their own nodeSimon Glass
2019-10-08sandbox: Allow use of real I/O with readl(), etc.Simon Glass
2019-10-08sandbox: pci: Increase the memory spaceSimon Glass
2019-10-08sandbox: Add a -T flag to use the test device treeSimon Glass
2019-10-08sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass
2019-10-08sandbox: pci: Drop the get_devfn() methodSimon Glass
2019-10-08sandbox: swap_case: Use statics where possibleSimon Glass
2019-10-08sandbox: Add support for clrsetio_32() and friendsSimon Glass
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass
2019-10-08sandbox: mmc: Fix up MMC emulator for valgrindSimon Glass
2019-10-08sandbox: spmi: Add ranges property for address translationSimon Glass
2019-10-08dm: test: Correct a stray backslash in dm_test_destroy()Simon Glass
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass
2019-10-08dm: test: Don't fail when tests are skipped due to buildSimon Glass
2019-10-08dm: test: Fix running of multiple test from command lineSimon Glass
2019-10-08dm: core: Add documentation on how to debug driver modelSimon Glass
2019-10-08dm: core: Drop a few early returnsSimon Glass