aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-20x86: mp: Add more comments to the moduleSimon Glass2-3/+102
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2-0/+102
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass1-0/+57
2020-07-20x86: Don't enable SMP in SPLSimon Glass2-2/+2
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass2-0/+41
2020-07-20x86: mp: Add iterators for CPUsSimon Glass2-0/+105
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass3-0/+38
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass2-6/+134
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass1-0/+1
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass4-8/+134
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass2-29/+26
2020-07-20x86: mp_init: Adjust bsp_init() to return more informationSimon Glass1-13/+23
2020-07-20x86: mp_init: Set up the CPU numbers at the startSimon Glass1-12/+9
2020-07-20x86: mp_init: Drop the num_cpus static variableSimon Glass1-7/+15
2020-07-20x86: mp_init: Switch parameter names in start_aps()Simon Glass1-6/+19
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass2-23/+20
2020-07-20x86: Move MP code into mp_initSimon Glass3-47/+16
2020-07-20x86: mp_init: Switch to livetreeSimon Glass1-2/+1
2020-07-18mips: octeon: Add minimal Octeon 3 EBB7304 EVK supportStefan Roese3-0/+111
2020-07-18mips: octeon: use mips_mach_early_init() to copy to L2 cacheStefan Roese2-0/+51
2020-07-18mips: octeon: dts: Add Octeon 3 cn73xx base dtsi fileStefan Roese1-0/+64
2020-07-18mips: octeon: Initial minimal support for the Marvell Octeon SoCAaron Williams12-0/+312
2020-07-18mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init codeStefan Roese2-0/+14
2020-07-18mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck5-196/+1103
2020-07-18mips: sync asm/addrspace.h with Linux 5.7Daniel Schwierzeck1-12/+2
2020-07-18mips: sync asm/asm.h with Linux 5.7Daniel Schwierzeck1-120/+10
2020-07-18mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck2-15/+2
2020-07-18mips: add config options for generic cache setup codeDaniel Schwierzeck2-1/+29
2020-07-18mips: refactor disabling of cachesDaniel Schwierzeck2-5/+10
2020-07-18mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck1-14/+18
2020-07-18mips: start.S: remove dead codeDaniel Schwierzeck1-9/+0
2020-07-18mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese1-1/+1
2020-07-18mips: cache: Make flush_cache() weak to enable overwriteStefan Roese1-1/+1
2020-07-18mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese2-2/+12
2020-07-18mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usageStefan Roese2-4/+5
2020-07-18mips: traps: Set WG bit in EBase register on OcteonStefan Roese2-0/+5
2020-07-18mips: time: Only compile the weak get_tbclk() when neededStefan Roese1-0/+2
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada6-6/+6
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada63-113/+117
2020-07-17Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay1-0/+14
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini40-173/+1199
2020-07-17Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini23-68/+1929
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass1-0/+1
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass5-9/+9
2020-07-17x86: acpi: Correct the version of the MADTSimon Glass1-1/+1
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass2-12/+0
2020-07-17x86: Update the comment about booting for FSP2Simon Glass1-0/+1
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass3-2/+14
2020-07-17x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass1-1/+2
2020-07-17x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass1-1/+2