Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592313 > unrolled thread
| Started by | Max Filippov <jcmvbkbc@gmail.com> |
|---|---|
| First post | 2017-03-03 23:10 +0100 |
| Last post | 2017-03-03 23:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PULL 0/3] Xtensa improvements for v4.11 Max Filippov <jcmvbkbc@gmail.com> - 2017-03-03 23:10 +0100
| From | Max Filippov <jcmvbkbc@gmail.com> |
|---|---|
| Date | 2017-03-03 23:10 +0100 |
| Subject | [PULL 0/3] Xtensa improvements for v4.11 |
| Message-ID | <th3yG-7vQ-7@gated-at.bofh.it> |
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
Back to top | Article view | linux.kernel
csiph-web