[PATCH 0/7] further linker script cleanups

Nicolas Pitre nicolas.pitre at linaro.org
Thu Mar 8 19:20:53 PST 2018


This series continues on the linker script cleanups that were started in
commit 0d302c710b ("ARM: vmlinux-xip.lds.S: fix multiple issues"). Many
duplications between the XIP and non-XIP scripts are factored out in a
common file, and the TCM support with an XIP kernel is now possible.

This makes for a nice diffstat:

 arch/arm/kernel/vmlinux-xip.lds.S | 166 ++----------------------------
 arch/arm/kernel/vmlinux.lds.S     | 172 ++------------------------------
 arch/arm/kernel/vmlinux.lds.h     | 135 +++++++++++++++++++++++++
 arch/arm/mm/init.c                |  11 --
 4 files changed, 156 insertions(+), 328 deletions(-)

Alsoavailable here:

  git://git.linaro.org/people/nicolas.pitre/linux lds




More information about the linux-arm-kernel mailing list