summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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: 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-08dm: pci: Add a function to read a PCI BARSimon 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: 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: spmi: Add ranges property for address translationSimon Glass
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass
2019-10-08x86: Add various MTRR indexes and valuesSimon Glass
2019-10-08x86: Add more comments to the start-up codeSimon Glass
2019-10-08x86: Change condition for using CARSimon Glass
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass
2019-10-08x86: pci: Add a function to clear and set PCI config regsSimon Glass
2019-10-08x86: Add binman symbols to the imageSimon Glass
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass
2019-10-08x86: fsp: Add a few more definitions for FSP2Simon Glass
2019-10-08x86: fsp: Move common support functions into a common fileSimon Glass
2019-10-08x86: Move common fsp functions into a common fileSimon Glass
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass
2019-10-08x86: fsp: Tidy up comment style a littleSimon Glass
2019-10-08x86: fsp: Use if() instead of #ifdefSimon Glass
2019-10-08x86: fsp: Create a common fsp_support.h headerSimon Glass
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass
2019-10-08spl: Add an arch-specific hook for writing to SPL handoffSimon Glass
2019-10-08x86: Move fsp_ffs.h include to fsp_arch.hSimon Glass
2019-10-08x86: Move fsp_bootmode.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_infoheader.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_hob.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_fv.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_types.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_api.h inclusion out of fsp_support.hSimon Glass
2019-10-08x86: Create a new fsp_arch.h headerSimon Glass
2019-10-08x86: Move fsp_azalia.h to the generic fsp directorySimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev
2019-10-05Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini