19 Sep, 2010

9 commits


16 Sep, 2010

2 commits


14 Sep, 2010

1 commit


13 Sep, 2010

5 commits

  • use a union to cause necessary alignment per architecture

    Signed-off-by: Reinhard Meyer

    Reinhard Meyer
     
  • 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

    Graeme Russ
     
  • Commit 077e1958ca4afe12d88043b123ded058c51b89f7 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

    Graeme Russ
     
  • x86 failed to compile with a message "a case for this architecture does
    not exist!" - Add do_bdinfo() for this arch

    Graeme Russ
     
  • Commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934 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.

    Graeme Russ
     

11 Sep, 2010

2 commits


10 Sep, 2010

4 commits


09 Sep, 2010

17 commits