Skip to content
Snippets Groups Projects
  1. Sep 06, 2008
  2. Aug 31, 2008
  3. Aug 21, 2008
    • Remy Bohmer's avatar
      Make the YAFFS filesystem work · 0bb86d82
      Remy Bohmer authored
      
      Recently the YAFFS filesystem support has been added to U-boot.
      However, just enabling CONFIG_YAFFS2 is not enough to get it working.
      
      ymount will generate an exception (when dereferencing mtd->readoob()), because
      the genericDevice is a null pointer. Further, a lot of logging is produced
      while using YAFFS fs, so logging should also be disabled.
      Both issues are solved by this patch.
      
      With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
      in U-boot, as well as in Linux.
      
      Tested on a Atmel AT91SAM9261EK board.
      
      Signed-off-by: default avatarRemy Bohmer <linux@bohmer.net>
      Acked-by: default avatarWilliam Juul <william.juul@tandberg.com>
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      0bb86d82
  4. Aug 14, 2008
  5. Aug 12, 2008
  6. Jul 14, 2008
  7. Jul 13, 2008
  8. Jun 29, 2008
  9. May 28, 2008
  10. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  11. May 13, 2008
  12. Apr 28, 2008
  13. Mar 16, 2008
  14. Mar 02, 2008
  15. Feb 14, 2008
  16. Feb 07, 2008
  17. Jan 09, 2008
  18. Nov 15, 2007
  19. Sep 23, 2007
  20. Sep 16, 2007
  21. Sep 14, 2007
  22. Aug 15, 2007
  23. Aug 07, 2007
  24. Aug 06, 2007
  25. Jul 14, 2007
  26. Jul 10, 2007
  27. Jul 09, 2007
  28. Jul 05, 2007
  29. Jul 03, 2007
  30. Jun 22, 2007
    • Heiko Schocher's avatar
      [PCS440EP] upgrade the PCS440EP board: · 566a494f
      Heiko Schocher authored
                      - Show on the Status LEDs, some States of the board.
                      - Get the MAC addresses from the EEProm
                      - use PREBOOT
                      - use the CF on the board.
                      - check the U-Boot image in the Flash with a SHA1
                        checksum.
                      - use dynamic TLB entries generation for the SDRAM
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      566a494f
Loading