Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa
Pull Xtensa updates from Max Filippov: - 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 * tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa: xtensa: allow merging vectors into .text section xtensa: clean up bootable image build targets xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
Showing
- arch/xtensa/Makefile 3 additions, 5 deletionsarch/xtensa/Makefile
- arch/xtensa/boot/Makefile 16 additions, 7 deletionsarch/xtensa/boot/Makefile
- arch/xtensa/boot/boot-elf/Makefile 1 addition, 1 deletionarch/xtensa/boot/boot-elf/Makefile
- arch/xtensa/boot/boot-redboot/Makefile 1 addition, 1 deletionarch/xtensa/boot/boot-redboot/Makefile
- arch/xtensa/boot/boot-uboot/Makefile 0 additions, 14 deletionsarch/xtensa/boot/boot-uboot/Makefile
- arch/xtensa/include/asm/vectors.h 4 additions, 0 deletionsarch/xtensa/include/asm/vectors.h
- arch/xtensa/kernel/setup.c 5 additions, 2 deletionsarch/xtensa/kernel/setup.c
- arch/xtensa/kernel/vmlinux.lds.S 41 additions, 0 deletionsarch/xtensa/kernel/vmlinux.lds.S
Loading
Please register or sign in to comment