linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/3] Xtensa improvements for v4.11
@ 2017-03-03 20:10 Max Filippov
  0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2017-03-03 20:10 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, linux-xtensa, Chris Zankel, Marc Gauthier, Max Filippov

Hi Linus,

please pull the following batch of updates for the Xtensa architecture.

The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:

  Linux 4.9 (2016-12-11 11:17:54 -0800)

are available in the git repository at:

  git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20170303

for you to fetch changes up to b46dcfa378b0cdea1ee832802c9e36750e0fffa9:

  xtensa: allow merging vectors into .text section (2017-03-01 12:32:50 -0800)

----------------------------------------------------------------
Xtensa improvements for v4.11:

- clean up bootable image build targets: provide separate 'Image',
  'zImage' and 'uImage' make targets that only build corresponding
  image type. Make 'all' build all images appropriate for a platform;
- allow merging vectors code into .text section as a preparation step
  for XIP support;
- fix handling external FDT when the kernel is built without
  BLK_DEV_INITRD support.

----------------------------------------------------------------
Max Filippov (3):
      xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
      xtensa: clean up bootable image build targets
      xtensa: allow merging vectors into .text section

 arch/xtensa/Makefile                   |  8 +++----
 arch/xtensa/boot/Makefile              | 23 +++++++++++++------
 arch/xtensa/boot/boot-elf/Makefile     |  2 +-
 arch/xtensa/boot/boot-redboot/Makefile |  2 +-
 arch/xtensa/boot/boot-uboot/Makefile   | 14 ------------
 arch/xtensa/include/asm/vectors.h      |  4 ++++
 arch/xtensa/kernel/setup.c             |  7 ++++--
 arch/xtensa/kernel/vmlinux.lds.S       | 41 ++++++++++++++++++++++++++++++++++
 8 files changed, 71 insertions(+), 30 deletions(-)
 delete mode 100644 arch/xtensa/boot/boot-uboot/Makefile

-- 
Thanks.
-- Max

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-03 21:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 20:10 [PULL 0/3] Xtensa improvements for v4.11 Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).