1. 02 3月, 2017 3 次提交
    • M
      xtensa: allow merging vectors into .text section · b46dcfa3
      Max Filippov 提交于
      Currently code for exception/IRQ vectors is stored in kernel image as
      initialization data and is copied to its working addresses during
      startup. It doesn't always make sense. In many cases vectors location
      can be automatically decided at kernel link time and code can be placed
      right there. This is especially useful for XIP kernel.
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      b46dcfa3
    • M
      xtensa: clean up bootable image build targets · 9a736fcb
      Max Filippov 提交于
      Currently xtensa uses 'zImage' as a synonym of 'all', but in fact xtensa
      supports three targets: 'Image' (ELF image with reset vector), 'zImage'
      (compressed redboot image) and 'uImage' (U-Boot image).
      Provide separate 'Image', 'zImage' and 'uImage' make targets that only
      build corresponding image type. Make 'all' build all images appropriate
      for a platform.
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      9a736fcb
    • M
      xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD · 4ab18701
      Max Filippov 提交于
      FDT tag parsing is not related to whether BLK_DEV_INITRD is configured
      or not, move it out of the corresponding #ifdef/#endif block.
      This fixes passing external FDT to the kernel configured w/o
      BLK_DEV_INITRD support.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      4ab18701
  2. 12 12月, 2016 2 次提交
  3. 11 12月, 2016 4 次提交
  4. 10 12月, 2016 10 次提交
  5. 09 12月, 2016 13 次提交
  6. 08 12月, 2016 8 次提交