Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752191AbdCCV7v (ORCPT ); Fri, 3 Mar 2017 16:59:51 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:36511 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752087AbdCCV7t (ORCPT ); Fri, 3 Mar 2017 16:59:49 -0500 From: Max Filippov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org, Chris Zankel , Marc Gauthier , Max Filippov Subject: [PULL 0/3] Xtensa improvements for v4.11 Date: Fri, 3 Mar 2017 12:10:15 -0800 Message-Id: <1488571815-10608-1-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1786 Lines: 47 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