1. 13 1月, 2013 3 次提交
  2. 12 12月, 2012 1 次提交
    • F
      ARM: ep93xx: properly wait for UART FIFO to be empty · 210dce5f
      Florian Fainelli 提交于
      This patch changes the busy-waiting loop around in the decompressor
      putc() function on the UART FIFO register. Without a proper wait, the
      output of the decompressor was corrupted like this:
      
      Uncompressing Linx. done, booting th enl
      
      To highlight the issue more evidently, looping 100 times instead of 1000
      makes the issue appear much faster. This patch takes the approach of
      using an active while loop until the FIFO is empty (not FULL).
      This issue happened to me on Sim.One running at 200Mhz.
      Signed-off-by: NFlorian Fainelli <florian@openwrt.org>
      Signed-off-by: NRyan Mallon <rmallon@gmail.com>
      210dce5f
  3. 17 9月, 2012 2 次提交
  4. 14 9月, 2012 2 次提交
  5. 07 9月, 2012 1 次提交
    • A
      ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared · c0817056
      Axel Lin 提交于
      Include linux/sizes.h to fix below build errors:
      
        CC      arch/arm/mach-ep93xx/adssphere.o
      arch/arm/mach-ep93xx/adssphere.c: In function 'adssphere_init_machine':
      arch/arm/mach-ep93xx/adssphere.c:32:49: error: 'SZ_32M' undeclared (first use in this function)
      arch/arm/mach-ep93xx/adssphere.c:32:49: note: each undeclared identifier is reported only once for each function it appears in
      make[1]: *** [arch/arm/mach-ep93xx/adssphere.o] Error 1
      make: *** [arch/arm/mach-ep93xx] Error 2
      
        CC      arch/arm/mach-ep93xx/gesbc9312.o
      arch/arm/mach-ep93xx/gesbc9312.c: In function 'gesbc9312_init_machine':
      arch/arm/mach-ep93xx/gesbc9312.c:32:49: error: 'SZ_8M' undeclared (first use in this function)
      arch/arm/mach-ep93xx/gesbc9312.c:32:49: note: each undeclared identifier is reported only once for each function it appears in
      make[1]: *** [arch/arm/mach-ep93xx/gesbc9312.o] Error 1
      make: *** [arch/arm/mach-ep93xx] Error 2
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NRyan Mallon <rmallon@gmail.com>
      c0817056
  6. 11 6月, 2012 1 次提交
  7. 04 6月, 2012 2 次提交
  8. 14 5月, 2012 2 次提交
  9. 05 5月, 2012 1 次提交
  10. 12 4月, 2012 2 次提交
  11. 11 4月, 2012 2 次提交
  12. 28 3月, 2012 1 次提交
  13. 14 3月, 2012 12 次提交
  14. 07 3月, 2012 2 次提交
  15. 06 3月, 2012 1 次提交
  16. 22 2月, 2012 1 次提交
  17. 13 2月, 2012 1 次提交
  18. 27 1月, 2012 1 次提交
  19. 25 1月, 2012 1 次提交
  20. 21 1月, 2012 1 次提交