1. 07 1月, 2009 1 次提交
  2. 13 8月, 2008 1 次提交
  3. 06 8月, 2008 1 次提交
  4. 19 7月, 2008 1 次提交
  5. 24 4月, 2008 2 次提交
  6. 26 3月, 2008 1 次提交
    • B
      [Blackfin] arch: remove NOTES from linker script · 9df7a8f6
      Bernd Schmidt 提交于
      Since
        r3658 | vapier | 2007-09-12 16:26:11 +0200 (Wed, 12 Sep 2007) | 1 line
      
        add more common defines for output sections
      
      we've had a new line, NOTES, in our linker script, which causes upstream
      binutils to complain about "missing phdr".  Currently the only other arch
      that uses NOTES is i386, and the patch which added it also added
      PHDRS {
      	text PT_LOAD FLAGS(5);	/* R_E */
      	data PT_LOAD FLAGS(7);	/* RWE */
      	note PT_NOTE FLAGS(0);	/* ___ */
      }
      and a few other modifications to use ":text" and ":data" to the linker
      script.
      
      It seems that we don't need NOTES at all, so just remove it.
      Signed-off-by: NBernd Schmidt <bernds_cb1@t-online.de>
      Signed-off-by: NBryan Wu <cooloney@kernel.org>
      9df7a8f6
  7. 02 2月, 2008 1 次提交
  8. 29 1月, 2008 1 次提交
  9. 29 2月, 2008 1 次提交
  10. 18 11月, 2007 1 次提交
    • B
      Blackfin arch: fix bug kernel not to boot up with mtd filesystems · af8a5af3
      Bernd Schmidt 提交于
      Revert this patch:
      move the init sections to the end of memory, so that after they
      are free, run time memory is all continugous - this should help decrease
      memory fragementation. When doing this, we also pack some of the other
      sections a little closer together, to make sure we don't waste memory.
      To make this happen, we need to rename the .data.init_task section to
      .init_task.data, so it doesn't get picked up by the linker script glob.
      
      Since it causes the kernel not to boot up with mtd filesystems.
      Signed-off-by: NBernd Schmidt <bernd.schmidt@analog.com>
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      af8a5af3
  11. 15 11月, 2007 1 次提交
  12. 30 10月, 2007 1 次提交
  13. 11 10月, 2007 1 次提交
  14. 27 8月, 2007 2 次提交
  15. 25 7月, 2007 1 次提交
  16. 12 7月, 2007 1 次提交
  17. 11 6月, 2007 2 次提交
  18. 19 5月, 2007 2 次提交
  19. 08 5月, 2007 1 次提交