1. 28 4月, 2011 25 次提交
  2. 26 4月, 2011 1 次提交
  3. 21 4月, 2011 6 次提交
  4. 13 4月, 2011 3 次提交
    • G
      x86: Rename i386 to x86 · fea25720
      Graeme Russ 提交于
      Signed-off-by: NGraeme Russ <graeme.russ@gmail.com>
      fea25720
    • G
      eNET: Fix saveenv crash · ec8016c8
      Graeme Russ 提交于
      CONFIG_ENV_SIZE = CONFIG_ENV_SECT_SIZE = 128kB but CONFIG_SYS_STACK_SIZE
      is only 32kB resulting in saveenv causing a stack overflow and crashing
      U-Boot. Resolve by reducing CONFIG_ENV_SIZE to 4kB
      
      Also fix up CONFIG_SYS_MALLOC_LEN to correctly use environment sector
      size and add some comments to the memory organisation configuration
      Signed-off-by: NGraeme Russ <graeme.russ@gmail.com>
      ec8016c8
    • W
      Make STANDALONE_LOAD_ADDR configurable per board · 8ae86b76
      Wolfgang Denk 提交于
      Rename STANDALONE_LOAD_ADDR into CONFIG_STANDALONE_LOAD_ADDR
      and allow that the architecture-specific default value gets
      overwritten by defining the value in the board header file.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
      Cc: Daniel Hellstrom <daniel@gaisler.com>
      Cc: Tsi Chung Liew <tsi-chung.liew@freescale.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      8ae86b76
  5. 12 4月, 2011 2 次提交
  6. 11 4月, 2011 3 次提交