summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips-pull-2020-07-18' of https://gitlab.denx.de/u-boot/custodians/...WIP/18Jul2020Tom Rini2020-07-1841-379/+1937
|\
| * mips: octeon: Add minimal Octeon 3 EBB7304 EVK supportStefan Roese2020-07-1810-0/+231
| * 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-182-0/+65
| * mips: octeon: Initial minimal support for the Marvell Octeon SoCAaron Williams2020-07-1814-1/+318
| * sysreset: Add Octeon sysreset driverStefan Roese2020-07-183-0/+60
| * 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
|/
* Merge branch '2020-07-17-misc-fixes'Tom Rini2020-07-17684-1022/+1104
|\
| * include: pci_ids: Add Cavium devicesWIP/2020-07-17-misc-fixesSuneel Garapati2020-07-171-0/+18
| * doc: fit: Write hex address as hex instead of intMichal Simek2020-07-171-1/+1
| * mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra2020-07-171-1/+1
| * board/km: update MAINTAINERS emailHolger Brunck2020-07-175-5/+5
| * doc: correct description of crash dumpsHeinrich Schuchardt2020-07-171-3/+5
| * fixdep: fix CONFIG_IS_ENABLED etc. handlingStephen Warren2020-07-171-0/+1
| * mkimage: Fix error message if write less data then expectedMylène Josserand2020-07-171-4/+11
| * remove include/config_defaults.hRasmus Villemoes2020-07-174-25/+0
| * doc: multi-dtb-fit: Remove double underscoresFabio Estevam2020-07-171-2/+2
| * fs: error handling in do_load()Heinrich Schuchardt2020-07-171-5/+7
| * asm/u-boot.h: remove bd_t definitionsMasahiro Yamada2020-07-171-2/+2
| * treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-1717-22/+22
| * treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17489-784/+801
| * arm64: Remove CONFIG_SYS_FULL_VA macroMichal Simek2020-07-172-5/+0
| * Makefile: Silence relocate-rela callJan Kiszka2020-07-171-6/+8
| * lib: zlib: Remove offset pointer optimization in inftrees.cChin Liang See2020-07-171-11/+8
| * Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay2020-07-177-10/+14
| * spl: fix ext4fs_mount return code handlingThomas Schaefer2020-07-171-1/+1
| * cmd: booti: convert the debug print about image move to printfTero Kristo2020-07-171-1/+2
| * common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-175-7/+33
| * image: fdt: bail out with error if no boot time FDT image foundTero Kristo2020-07-171-1/+1
| * Convert CONFIG_MXC_UART to KconfigTom Rini2020-07-17149-59/+96
| * lz4: fix decompressor on big-endian powerpcRasmus Villemoes2020-07-171-56/+39
| * doc: Coccinelle: move to HTML docHeinrich Schuchardt2020-07-172-11/+26
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-17107-256/+7998
|\
| * acpi: Enable ACPI table generation by default on x86Simon Glass2020-07-172-1/+2
| * 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