u-boot-brain/arch/mips/mach-octeon
Simon Glass 401d1c4f5d common: Drop asm/global_data.h from common header
Move this out of the common header and include it only where needed.  In
a number of cases this requires adding "struct udevice;" to avoid adding
another large header or in other cases replacing / adding missing header
files that had been pulled in, very indirectly.   Finally, we have a few
cases where we did not need to include <asm/global_data.h> at all, so
remove that include.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
2021-02-02 15:33:42 -05:00
..
include mips: octeon: tools: Add update_octeon_header tool 2020-11-30 18:32:09 +01:00
bootoctlinux.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cache.c mips: octeon: cache.c: Flush all pending writes in flush_dcache_range() 2020-10-07 20:25:57 +02:00
clock.c mips: octeon: Initial minimal support for the Marvell Octeon SoC 2020-07-18 15:47:50 +02:00
cpu.c mips: octeon: cpu.c: Add table for selective swapping 2020-10-07 20:25:57 +02:00
cvmx-bootmem.c mips: octeon: Add bootmem support 2020-10-07 20:25:58 +02:00
cvmx-coremask.c mips: octeon: Add coremask support 2020-10-07 20:25:58 +02:00
dram.c mips: octeon: Report full DDR size in dram_init() to gd->ram_size 2020-11-30 18:31:56 +01:00
Kconfig mips: octeon: Add minimal Octeon 3 EBB7304 EVK support 2020-07-18 15:47:50 +02:00
lowlevel_init.S mips: octeon: lowlevel_init.S: Add NMI handling code for SMP Linux booting 2020-10-07 20:25:57 +02:00
Makefile mips: octeon: Add bootoctlinux command 2020-10-07 20:25:58 +02:00