summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mips: octeon: use mips_mach_early_init() to copy to L2 cacheStefan Roese2020-07-182-0/+51
* mips: octeon: dts: Add Octeon 3 cn73xx base dtsi fileStefan Roese2020-07-181-0/+64
* mips: octeon: Initial minimal support for the Marvell Octeon SoCAaron Williams2020-07-1812-0/+312
* mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init codeStefan Roese2020-07-182-0/+14
* mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck2020-07-185-196/+1103
* mips: sync asm/addrspace.h with Linux 5.7Daniel Schwierzeck2020-07-181-12/+2
* mips: sync asm/asm.h with Linux 5.7Daniel Schwierzeck2020-07-181-120/+10
* mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck2020-07-182-15/+2
* mips: add config options for generic cache setup codeDaniel Schwierzeck2020-07-182-1/+29
* mips: refactor disabling of cachesDaniel Schwierzeck2020-07-182-5/+10
* mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck2020-07-181-14/+18
* mips: start.S: remove dead codeDaniel Schwierzeck2020-07-181-9/+0
* mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese2020-07-181-1/+1
* mips: cache: Make flush_cache() weak to enable overwriteStefan Roese2020-07-181-1/+1
* mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese2020-07-182-2/+12
* mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usageStefan Roese2020-07-182-4/+5
* mips: traps: Set WG bit in EBase register on OcteonStefan Roese2020-07-182-0/+5
* mips: time: Only compile the weak get_tbclk() when neededStefan Roese2020-07-181-0/+2
* treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-176-6/+6
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-1763-113/+117
* Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay2020-07-171-0/+14
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-1740-173/+1199
|\
| * acpi: Enable ACPI table generation by default on x86Simon Glass2020-07-171-0/+1
| * x86: Rename board_final_cleanup() to board_final_init()Simon Glass2020-07-175-9/+9
| * x86: acpi: Correct the version of the MADTSimon Glass2020-07-171-1/+1
| * x86: Drop setup_pcat_compatibility()Simon Glass2020-07-172-12/+0
| * x86: Update the comment about booting for FSP2Simon Glass2020-07-171-0/+1
| * x86: Store the coreboot table address in global_dataSimon Glass2020-07-173-2/+14
| * x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass2020-07-171-1/+2
| * x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass2020-07-171-1/+2
| * x86: Add debugging to table writingSimon Glass2020-07-171-10/+28
| * x86: apl: Fix save/restore of ITSS prioritiesSimon Glass2020-07-175-12/+45
| * x86: irq: Support flags for acpi_gpeSimon Glass2020-07-171-0/+26
| * x86: apl: Hide the p2sb on exit from U-BootSimon Glass2020-07-171-0/+13
| * x86: apl: Support set_hide() in p2sb driverSimon Glass2020-07-172-15/+42
| * x86: apl: Use memory-mapped access for VBTSimon Glass2020-07-172-14/+6
| * x86: Add error checking for csrt table generationSimon Glass2020-07-171-6/+13
| * x86: pinctrl: Drop the acpi_path memberSimon Glass2020-07-171-2/+0
| * x86: pinctrl: Update comment for intel_pinctrl_get_pad()Simon Glass2020-07-171-0/+1
| * x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass2020-07-171-2/+14
| * x86: Add support for building up an NHLT structureSimon Glass2020-07-173-0/+797
| * acpi: Allow creating the GNVS to failSimon Glass2020-07-175-6/+27
| * dm: acpi: Enhance acpi_get_name()Simon Glass2020-07-171-0/+1
| * x86: Allow devices to write to DSDTSimon Glass2020-07-171-1/+15
| * acpi: Add support for DSDT generationSimon Glass2020-07-171-0/+2
| * x86: Allow devices to write an SSDTSimon Glass2020-07-171-0/+29
| * acpi: Support ordering SSDT data by deviceSimon Glass2020-07-171-2/+3
| * x86: acpi: Move MADT down a bitSimon Glass2020-07-171-6/+6
| * acpi: Add support for SSDT generationSimon Glass2020-07-171-0/+2
| * acpi: Support copying properties from device tree to ACPISimon Glass2020-07-171-0/+1