Skip to content
Snippets Groups Projects
  1. Apr 13, 2011
    • Graeme Russ's avatar
      x86: Rename i386 to x86 · fea25720
      Graeme Russ authored
      
      Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
      fea25720
    • Graeme Russ's avatar
      x86: Code cleanup · dbf7115a
      Graeme Russ authored
      
      Make the copyright notices in the x86 files consistent and update them with
      proper attributions for recent updates
      
      Also fix a few comment style/accuracy and whitespace/blank line issues
      
      Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
      dbf7115a
    • Graeme Russ's avatar
      eNET: Remove config.mk · e413554f
      Graeme Russ authored
      
      By including <config.h> in the ld script, CONFIG_SYS_MONITOR_LEN (defined
      in the boards config file) can be used in lieu of FLASH_SIZE (defined in
      the board specific config.mk)
      
      As this is the last remaining entry in the board specific config.mk, this
      file can now be removed
      
      Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
      e413554f
    • Graeme Russ's avatar
      eNET: Fix saveenv crash · ec8016c8
      Graeme Russ authored
      
      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: default avatarGraeme Russ <graeme.russ@gmail.com>
      ec8016c8
  2. Apr 12, 2011
  3. Apr 11, 2011
  4. Apr 10, 2011
Loading