1. 24 3月, 2012 1 次提交
  2. 15 9月, 2011 1 次提交
    • N
      ARM: zImage: allow supplementing appended DTB with traditional ATAG data · b90b9a38
      Nicolas Pitre 提交于
      Some old bootloaders can't be updated to a device tree capable one,
      yet they provide ATAGs with memory configuration, the ramdisk address,
      the kernel cmdline string, etc.  To allow a device tree enabled
      kernel to be used with such bootloaders, it is necessary to convert those
      ATAGs into FDT properties and fold them into the DTB appended to zImage.
      
      Currently the following ATAGs are converted:
      
      	ATAG_CMDLINE
      	ATAG_MEM
      	ATAG_INITRD2
      
      If the corresponding information already exists in the appended DTB, it
      is replaced, otherwise the required node is created to hold it.
      
      The code looks for ATAGs at the location pointed by the value of r2 upon
      entry into the zImage code.  If no ATAGs are found there, an attempt at
      finding ATAGs at the typical 0x100 offset from start of RAM is made.
      Otherwise the DTB is left unchanged.
      
      Thisstarted from an older patch from John Bonesio <bones@secretlab.ca>,
      with contributions from David Brown <davidb@codeaurora.org>.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Tested-by: NShawn Guo <shawn.guo@linaro.org>
      Tested-by: NDave Martin <dave.martin@linaro.org>
      Tested-by: NThomas Abraham <thomas.abraham@linaro.org>
      b90b9a38
  3. 19 2月, 2011 1 次提交
  4. 13 8月, 2008 1 次提交
  5. 12 7月, 2007 1 次提交
    • R
      [ARM] riscpc: fix decompressor font file handling · 4486b863
      Russell King 提交于
      font_acorn_8x8.o was being built in drivers/video/console/ twice
      during a build _in the same location_ - once for the kernel proper,
      and once for the decompressor.  The result is when you came to run an
      install target, the kernel was always rebuilt due to this file
      apparantly having been built with different compiler arguments.
      
      Solve this by making a local copy at build time in the decompressor's
      directory.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4486b863
  6. 17 2月, 2007 1 次提交