From: Max Filippov <jcmvbkbc@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org,
Chris Zankel <chris@zankel.net>, Marc Gauthier <marc@cadence.com>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [PULL 0/3] Xtensa improvements for v4.11
Date: Fri, 3 Mar 2017 12:10:15 -0800 [thread overview]
Message-ID: <1488571815-10608-1-git-send-email-jcmvbkbc@gmail.com> (raw)
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
reply other threads:[~2017-03-03 21:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488571815-10608-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=chris@zankel.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=marc@cadence.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome