1. 27 Oct, 2005 9 commits
  2. 26 Oct, 2005 24 commits
  3. 24 Oct, 2005 6 commits
  4. 23 Oct, 2005 1 commit
    • Paul Mackerras's avatar
      powerpc: Make coff boot wrapper load the kernel at 8M · 85e568ea
      Paul Mackerras authored
      Previously it claimed 7MB starting at the 9M point and loaded the
      kernel there.  That meant that prom_init put the flattened device
      tree above 16M.  On the 601 that caused the early device tree scan
      to fail, since only 16MB are mapped with BATs on the 601.  Moving
      this down to 8MB allows prom_init to put the flattened device tree
      between 15M and 16M, so it works on the 601.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      85e568ea