Skip to content
Snippets Groups Projects
  1. Dec 06, 2008
  2. Nov 02, 2008
  3. Oct 18, 2008
  4. Apr 18, 2008
    • Mike Frysinger's avatar
      allow ports to override bootelf behavior · 017e9b79
      Mike Frysinger authored
      Change the bootelf setup function into a dedicated weak function called
      do_bootelf_exec.  This way ports can control the behavior however they
      like before/after calling the ELF entry point.
      017e9b79
  5. Apr 13, 2008
    • Mike Frysinger's avatar
      disable caches before booting an app for Blackfin apps · 1f1d88dd
      Mike Frysinger authored
      
      It isn't generally save to execute applications outside of U-Boot with caches
      enabled due to the way the Blackfin processor handles caches (requires
      software assistance).  This patch disables caches before booting an ELF or
      just booting raw code.  The previous discussion on the patch was that we
      wanted to use weaks instead, but that proved to not be feasible when multiple
      symbols are involved, which puts us back at the ifdef solution.  I've
      minimized the ugliness by moving the setup step outside of the main function.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      1f1d88dd
  6. Nov 21, 2007
  7. Jul 10, 2007
  8. Jul 08, 2007
  9. Jul 03, 2007
  10. Nov 29, 2006
  11. Mar 31, 2006
  12. Aug 01, 2005
  13. Dec 16, 2004
  14. Mar 23, 2004
    • Wolfgang Denk's avatar
      * Patches by Thomas Viehweger, 16 Mar 2004: · 4b9206ed
      Wolfgang Denk authored
        - show PCI clock frequency on MPC8260 systems
        - add FCC_PSMR_RMII flag for HiP7 processors
        - in do_jffs2_fsload(), take load address from load_addr if not set
          explicit, update load_addr otherwise
        - replaced printf by putc/puts when no formatting is needed
          (smaller code size, faster execution)
      4b9206ed
  15. Jul 01, 2003
  16. Jun 27, 2003
  17. Feb 28, 2003
  18. Nov 11, 2002
    • Wolfgang Denk's avatar
      * Patch by Andreas Oberritter, 09 Nov 2002: · eb9401e3
      Wolfgang Denk authored
        Change behaviour of NetLoop(): return -1 for errors, filesize
        otherwise; return code 0 is valid an means no file loaded - in this
        case the environment still gets updated!
      
      * Patches by Jon Diekema, 9 Nov 2002:
        - improve ADC/DAC clocking on the SACSng board to align
          the failing edges of LRCLK and SCLK
        - sbc8260 configuration tweaks
        - add status LED support for 82xx systems
        - wire sspi/sspo commands into command handler; improved error
          handlering
        - add timestamp support and alternate memory test to the
          SACSng configuration
      eb9401e3
  19. Sep 20, 2002
Loading