1. 04 2月, 2014 3 次提交
  2. 25 1月, 2014 7 次提交
  3. 24 1月, 2014 2 次提交
  4. 21 1月, 2014 2 次提交
  5. 17 1月, 2014 1 次提交
  6. 16 1月, 2014 1 次提交
  7. 15 1月, 2014 2 次提交
  8. 14 1月, 2014 2 次提交
  9. 13 1月, 2014 3 次提交
    • M
      ARM: pxa: Fix OneNAND SPL builds · 67decc71
      Marek Vasut 提交于
      The OneNAND SPL used on PXA is slightly obscure. Due to the OneNAND limitation,
      where we have only the first 1KiB of the OneNAND available upon power-up as a
      memory-mapped area, from which the CPU starts executing, we place only the most
      essential code into this first 1KiB . This code copies the rest of the SPL into
      SRAM and jumps to it. This code is stored in section .text.0 .
      
      The rest of the SPL is stored in section .text.1 . When running the OBJCOPY on
      the SPL, it will preserve only .text section, but the .text.0 and .text.1 are
      stripped away from the result, thus making the SPL binary empty. The patch adds
      additional -j parameters to the OBJCOPY for PXA during the SPL build, which will
      preserve the .text.0 and .text.1 sections.
      
      Moreover, this patch also adds missing functions into the .text.0 section, since
      otherwise the PXA270 with 1KiB-window OneNAND won't be able to boot.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      67decc71
    • I
      usb: ehci: exynos: set/reset hsic phys · 16f9480d
      Inderpal Singh 提交于
      The controller has 3 ports. The port0 is for USB 2.0 Phy, port1 and port2
      are for HSIC phys. The usb 2.0 phy is already being setup. This patch
      sets up the hsic phys.
      Signed-off-by: NInderpal Singh <inderpal.singh@linaro.org>
      16f9480d
    • C
      imx6: make use of lldiv(..) · 5a660169
      Christian Gmeiner 提交于
      Commit 762a88cc introduces
      a 64-bit division without using the lldiv() function,
      which pulls in previously unused libgcc stuff.
      Signed-off-by: NMåns Rullgård <mans@mansr.com>
      Signed-off-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      Acked-by: NStefano Babic <sbabic@denx.de>
      5a660169
  10. 10 1月, 2014 4 次提交
  11. 09 1月, 2014 2 次提交
  12. 03 1月, 2014 9 次提交
  13. 30 12月, 2013 2 次提交