From patchwork Sat Jul 11 23:46:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Schwierzeck X-Patchwork-Id: 241391 List-Id: U-Boot discussion From: daniel.schwierzeck at gmail.com (Daniel Schwierzeck) Date: Sun, 12 Jul 2020 01:46:14 +0200 Subject: [PATCH 0/4] MIPS: sync asm header files with Linux 5.7 (part 1) Message-ID: <20200711234618.943362-1-daniel.schwierzeck@gmail.com> This is the first part of syncing the MIPS asm header files with Linux 5.7 to get the latest features for newer MIPS cores and MIPS architectures. This also prepares for the upcoming Octeon MIPS64 support. Daniel Schwierzeck (4): mips: remove deprecated UNCACHED_SDRAM() macro mips: sync asm/asm.h with Linux 5.7 mips: sync asm/addrspace.h with Linux 5.7 mips: sync asm/mipsregs.h with Linux 5.7 arch/mips/cpu/start.S | 2 +- arch/mips/include/asm/addrspace.h | 27 +- arch/mips/include/asm/asm.h | 130 +--- arch/mips/include/asm/compiler.h | 69 ++ arch/mips/include/asm/isa-rev.h | 24 + arch/mips/include/asm/mipsregs.h | 1202 ++++++++++++++++++++++++----- arch/mips/lib/bootm.c | 4 +- arch/mips/lib/traps.c | 2 +- 8 files changed, 1117 insertions(+), 343 deletions(-) create mode 100644 arch/mips/include/asm/compiler.h create mode 100644 arch/mips/include/asm/isa-rev.h