1. 21 4月, 2017 2 次提交
    • K
      mips: qemu-mips/64: Expand malloc pool for CONFIG_SYS_BOOTPARAMS_LEN · 1967228b
      Kyle Edwards 提交于
      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: NKyle Edwards <kyleedwardsny@gmail.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      1967228b
    • K
      mips: qemu-mips/64: Remove obsolete CONFIG_SYS_MONITOR_LEN from config · 9828d050
      Kyle Edwards 提交于
      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: NKyle Edwards <kyleedwardsny@gmail.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      9828d050
  2. 18 4月, 2017 1 次提交
  3. 17 4月, 2017 2 次提交
  4. 16 4月, 2017 14 次提交
  5. 15 4月, 2017 21 次提交