1. 03 7月, 2008 1 次提交
  2. 12 6月, 2008 1 次提交
    • B
      Change initdram() return type to phys_size_t · 9973e3c6
      Becky Bruce 提交于
      This patch changes the return type of initdram() from long int to phys_size_t.
      This is required for a couple of reasons: long int limits the amount of dram
      to 2GB, and u-boot in general is moving over to phys_size_t to represent the
      size of physical memory.  phys_size_t is defined as an unsigned long on almost
      all current platforms.
      
      This patch *only* changes the return type of the initdram function (in
      include/common.h, as well as in each board's implementation of initdram).  It
      does not actually modify the code inside the function on any of the platforms;
      platforms which wish to support more than 2GB of DRAM will need to modify
      their initdram() function code.
      
      Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
      MPC8641HPCN.
      Signed-off-by: NBecky Bruce <becky.bruce@freescale.com>
      9973e3c6
  3. 14 5月, 2008 1 次提交
    • W
      Fix config files for out-of-tree building · cda2a4a9
      Wolfgang Denk 提交于
      Several board/<...>/config.mk files include dynamically built (by
      the Makefile) config files but used the wrong file name of
      	$(TOPDIR)/board/$(BOARDDIR)/config.tmp
      instead if the correct
      	$(OBJTREE)/board/$(BOARDDIR)/config.tmp
      
      The bug is nasty because the build result is correct for the (normal)
      in-tree builds, and because 'sinclude' is used no errors get raised
      even for out-of-tree build tests. But out-of-tree builds use an
      incomplete and thus usually incorrect configuration...
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      cda2a4a9
  4. 10 7月, 2007 1 次提交
  5. 04 7月, 2007 1 次提交
  6. 29 12月, 2006 1 次提交
    • B
      Few V38B changes: · cce4acbb
      Bartlomiej Sieka 提交于
        - fix a typo in V38B config file
        - move watchdog initialisation earlier in the boot process
        - add "wdt=off" to default kernel command line (disables kernel watchdog)
      cce4acbb
  7. 01 11月, 2006 2 次提交
  8. 27 10月, 2006 1 次提交
  9. 19 10月, 2006 1 次提交
  10. 14 10月, 2006 1 次提交