1. 22 4月, 2015 3 次提交
  2. 13 4月, 2015 2 次提交
  3. 12 4月, 2015 1 次提交
  4. 11 4月, 2015 2 次提交
    • S
      arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret · 4adb46a3
      Stefan Roese 提交于
      Patch e11c6c27 (arm: Allow lr to be saved by board code) introduced
      a different method to return from save_boot_params(). The SPL support
      for AXP has been pulled and changing to this new method is now
      required for SPL to work correctly.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      4adb46a3
    • A
      arc: fix separate compilation of start.o · a811492e
      Alexey Brodkin 提交于
      While testing "arc: make sure _start is in the beginning of .text
      section" I haven't done proper clean-up of built binaries and so missed
      another tiny bit that lead to the following error:
       --->8---
          LD      u-boot
       arc-linux-ld.bfd: cannot find arch/arc/lib/start.o
       Makefile:1107: recipe for target 'u-boot' failed
       make: *** [u-boot] Error 1
       --->8---
      
      Fix is trivial: put "start.o" in "extra-y".
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      a811492e
  5. 10 4月, 2015 8 次提交
  6. 09 4月, 2015 2 次提交
  7. 07 4月, 2015 1 次提交
    • T
      am33xx/ddr.c: Fix regression on DDR2 platforms · e049b772
      Tom Rini 提交于
      Back in fc46bae2 a "clean up" was introduced that intended to reconcile
      some of the AM335x codepaths based on how AM43xx operates.
      Unfortunately this introduced a regression on the DDR2 platforms.  This
      was un-noticed on DDR3 (everything except for Beaglebone White) as we
      had already populated sdram_config correctly in sequence.  This change
      brings us back to the older behavior and is fine on all platforms.
      
      Tested on Beaglebone White, Beaglebone Black and AM335x GP EVM
      Reported-by: NMatt Ranostay <mranostay@gmail.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      e049b772
  8. 06 4月, 2015 6 次提交
  9. 03 4月, 2015 9 次提交
  10. 01 4月, 2015 6 次提交