Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
    • Tom Rini's avatar
      usb:gadget: Disallow DFU in SPL for now · 6ad61022
      Tom Rini authored
      
      Previously, DFU was not built in for SPL and often disabled via the board
      config.h file, in the SPL build.  By moving DFU to Kconfig we now need to
      move this logic to the Makefile to continue to allow boards to fit within
      their SPL size limit (until gcc 6 is more widespread and unused strings will
      be discarded).
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      6ad61022
    • Tom Rini's avatar
      ti_armv7_common.h: Adjust malloc pool size in all cases. · 5e61b0df
      Tom Rini authored
      
      Previously we had been adjusting CONFIG_SYS_MALLOC_LEN based on if
      CONFIG_DFU_MMC has been set or not.  However, for quite some time this
      has not been the case as we often include <configs/ti_armv7_common.h>
      prior to setting CONFIG_DFU_MMC so we would always use 16MiB and then
      not have enough room for to DFU files.  Given the amount of memory we
      always have, setting a minimum size of 32MiB for malloc is reasonable.
      However, in the SPL case not only do we not need that much we start
      running into overlap problems and then will fail to boot.  Since we
      don't need 16MiB in the SPL case, bring this down to 8MiB.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      5e61b0df
  2. Sep 26, 2016
  3. Sep 25, 2016
  4. Sep 24, 2016
  5. Sep 23, 2016
Loading