Skip to content
Snippets Groups Projects
  1. Sep 19, 2010
  2. Sep 18, 2010
  3. Sep 15, 2010
  4. Sep 13, 2010
  5. Sep 12, 2010
    • Graeme Russ's avatar
      x86: Remove Unmaintained Boards · 215e1cb3
      Graeme Russ authored
      The SC520 CDP boards originally implemented by Daniel Engström are now
      very broken. Attempts to contact Daniel via the email address on the
      copyright notice have failed. Remove these boards from mainline
      215e1cb3
    • Graeme Russ's avatar
      x86: Fix x86 Cold Boot · 797960fd
      Graeme Russ authored
      Commit 077e1958 broke the ability of the
      x86 port to boot from a cold-reset by removing the initial IDT. Re-
      instate the initial IDT to allow cold-booting of x86 boards
      797960fd
    • Graeme Russ's avatar
      x86: Add do_bdinfo() · a806ee6f
      Graeme Russ authored
      x86 failed to compile with a message "a case for this architecture does
      not exist!" - Add do_bdinfo() for this arch
      a806ee6f
    • Graeme Russ's avatar
      x86: Fix do_go_exec() - const argv[] · e69c0cba
      Graeme Russ authored
      Commit 54841ab5 made the argv parameter
      to do_go_exec() const but did not allow for the fact that argv[-1] is
      set to point to the global data structure and relies on argv being non-
      const.
      
      With this patch, do_go_exec() creates a new copy of the argv array with
      an extra element to store global data pointer rather than simply
      clobbering an arbitrary memory location.
      e69c0cba
  6. Sep 11, 2010
  7. Sep 09, 2010
  8. Sep 08, 2010
Loading