1. 02 6月, 2016 3 次提交
    • M
      arm: socfpga: Enable tiny printf and simple malloc in SPL · 5bb4050d
      Marek Vasut 提交于
      Enable both features to reduce the SPL size by 6 kiB.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      5bb4050d
    • M
      spl: Remove bogus GD_FLG_SPL_INIT check · 12546676
      Marek Vasut 提交于
      Remove the check for GD_FLG_SPL_INIT in spl_relocate_stack_gd().
      The check will always fail. This is because spl_relocate_stack_gd()
      is called from ARM's crt0.S and it is called before board_init_r().
      The board_init_r() calls spl_init(), which sets the GD_FLG_SPL_INIT
      flag.
      
      Note that reserving the malloc area in RAM is not a problem even
      if the GD_FLG_SPL_INIT flag is not set.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Stephen Warren <swarren@nvidia.com>
      12546676
    • M
      arm: socfpga: Add samtec VIN|ING board · 569a191a
      Marek Vasut 提交于
      Add support for board based on the popular Altera Cyclone V SoC.
      This board has the following properties:
       - 1 GiB of DRAM
       - 1 Gigabit ethernet
       - 1 USB gadget port
       - 1 USB host port with an on-board hub
       - 2 QSPI NORs connected to the Cadence QSPI core
       - Multiple I2C EEPROMs and one I2C temperature sensor
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      Cc: Chin Liang See <clsee@altera.com>
      ---
      V2: Update the defconfig as per Tom's request
      569a191a
  2. 01 6月, 2016 1 次提交
  3. 31 5月, 2016 27 次提交
  4. 30 5月, 2016 8 次提交
  5. 28 5月, 2016 1 次提交