1. 19 9月, 2010 8 次提交
  2. 16 9月, 2010 2 次提交
  3. 14 9月, 2010 1 次提交
  4. 13 9月, 2010 5 次提交
    • R
      display_buffer: fix misaligned buffer · 150f7236
      Reinhard Meyer 提交于
      use a union to cause necessary alignment per architecture
      Signed-off-by: NReinhard Meyer <u-boot@emk-elektronik.de>
      150f7236
    • G
      x86: Remove Unmaintained Boards · 215e1cb3
      Graeme Russ 提交于
      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
    • G
      x86: Fix x86 Cold Boot · 797960fd
      Graeme Russ 提交于
      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
    • G
      x86: Add do_bdinfo() · a806ee6f
      Graeme Russ 提交于
      x86 failed to compile with a message "a case for this architecture does
      not exist!" - Add do_bdinfo() for this arch
      a806ee6f
    • G
      x86: Fix do_go_exec() - const argv[] · e69c0cba
      Graeme Russ 提交于
      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
  5. 11 9月, 2010 2 次提交
  6. 10 9月, 2010 4 次提交
  7. 09 9月, 2010 18 次提交