Skip to content
Snippets Groups Projects
  1. Apr 25, 2017
  2. Apr 21, 2017
    • Kyle Edwards's avatar
      mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN · 1967228b
      Kyle Edwards authored
      
      Before this patch, CONFIG_SYS_BOOTPARAMS_LEN was the same size as
      CONFIG_SYS_MALLOC_LEN. So, if malloc() had previously been called, and
      initr_malloc_bootparams() was called, it would fail with an out-of-
      memory error. This patch fixes this issue by expanding the malloc pool
      to 256KB.
      
      Signed-off-by: default avatarKyle Edwards <kyleedwardsny@gmail.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      1967228b
    • Kyle Edwards's avatar
      mips: qemu-mips/64: Remove obsolete CONFIG_SYS_MONITOR_LEN from config · 9828d050
      Kyle Edwards authored
      
      This fixes an issue with the saveenv command causing U-Boot to no
      longer work on the QEMU Mips pseudoboard. Because the offset of the
      environment was being determined by CONFIG_SYS_MONITOR_LEN, and this
      value was less than the actual size of U-Boot, saveenv was overwriting
      parts of the U-Boot code. Because CONFIG_SYS_MONITOR_LEN is no longer
      used on MIPS, this patch removes it and places the environment at the
      end of the pseudoboard's 4MB flash.
      
      Signed-off-by: default avatarKyle Edwards <kyleedwardsny@gmail.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      9828d050
  3. Apr 20, 2017
  4. Apr 18, 2017
  5. Apr 17, 2017
Loading