Skip to content
Snippets Groups Projects
  1. Sep 19, 2010
    • Wolfgang Denk's avatar
      Cleanup use of CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE · 36116650
      Wolfgang Denk authored
      
      Traditionally many boards used local definitions for SRAM base address
      and size (like SRAM_BASE, SRAM_LEN and/or SRAM_SIZE), while the (now)
      "official" names are CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE.
      
      The corresponding code in arch/powerpc/lib/board.c was board specific,
      and has never actually been maintained well. Replace this by feature-
      specific code and adapt the boards that actually use this.
      
      NOTE: there is still a ton of boards using the old #defines, which
      therefor contain incorrect values in bi_sramstart and bi_sramsize.
      
      All respective board maintainers are requested to clean up their
      respective configurations.  Thanks.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Josef Wagner <Wagner@Microsys.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      36116650
    • Wolfgang Denk's avatar
      4xx: add missing CONFIG_SYS_SRAM_SIZE definition · bf560807
      Wolfgang Denk authored
      
      A number of boards define CONFIG_SYS_SRAM_BASE but fail to define
      CONFIG_SYS_SRAM_SIZE which is needed when cleaning up the code that
      prints this information with the bdinfo command.
      
      Add the missing deinitions.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      bf560807
    • Wolfgang Denk's avatar
      Prepare v2010.09-rc2 · 07517e7f
      Wolfgang Denk authored
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      07517e7f
    • Terry Lv's avatar
      Save environment data to mmc. · a8060359
      Terry Lv authored
      
      This patch is to save environment data to mmc card.
      It uses interfaces defined in generic mmc.
      
      Signed-off-by: default avatarTerry Lv <r65388@freescale.com>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      a8060359
    • Wolfgang Denk's avatar
      socrates: adjust TEXT_BASE to increase U-Boot image size · 3adfd114
      Wolfgang Denk authored
      
      We need more room for the U-Boot image.
      Shift TEXT_BASE as needed.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      3adfd114
    • Wolfgang Denk's avatar
      mmc: fix compiler warnings · fe64fd42
      Wolfgang Denk authored
      
      Commit d2bf29e3 caused a number of compiler warnings:
      
      mmc.c: In function 'mmc_bwrite':
      mmc.c:97: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int'
      mmc.c:97: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'lbaint_t'
      mmc.c: In function 'mmc_bread':
      mmc.c:229: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int'
      mmc.c:229: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'lbaint_t'
      
      Fix these.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Lei Wen <leiwen@marvell.com>
      fe64fd42
  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