Skip to content
Snippets Groups Projects
  1. May 07, 2018
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  2. Dec 07, 2017
  3. Jun 12, 2017
    • Heiko Schocher's avatar
      powerpc, 8xx: remove support for 8xx · 5b8e76c3
      Heiko Schocher authored
      
      There was for long time no activity in the 8xx area.
      We need to go further and convert to Kconfig, but it
      turned out, nobody is interested anymore in 8xx,
      so remove it (with a heavy heart, knowing that I remove
      here the root of U-Boot).
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      5b8e76c3
  4. Apr 01, 2016
  5. Jul 24, 2013
  6. Oct 05, 2011
  7. Sep 29, 2011
  8. Jul 26, 2011
  9. Oct 20, 2010
  10. Apr 24, 2010
  11. Oct 18, 2008
  12. Jun 29, 2008
  13. May 20, 2008
  14. Apr 22, 2008
  15. Mar 18, 2008
  16. Feb 06, 2008
  17. Jan 09, 2008
    • Stefan Roese's avatar
      POST: Execute SPR test after relocation · b2e2142c
      Stefan Roese authored
      
      On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
      self modifying code and this doesn't work with stack in d-cache, since
      I can't move the code from d-cache to i-cache. We move the SPR test to
      be executed a little later, after relocation. Then stack is located in
      SDRAM and this self-modifying code is no problem anymore.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      b2e2142c
  18. Jul 20, 2007
  19. Jun 22, 2007
  20. Jun 07, 2004
  21. Apr 15, 2004
    • Wolfgang Denk's avatar
      * Patches by Pantelis Antoniou, 30 Mar 2004: · 5a8c51cd
      Wolfgang Denk authored
        - add support for the Epson 156x series of graphical displays
          (These displays are serial and not suitable for using a normal
          framebuffer console on them)
        - add infrastructure needed in order to POST any DSPs in a board
      5a8c51cd
  22. Jul 14, 2003
    • Wolfgang Denk's avatar
      * Patches by Yuli Barcohen, 13 Jul 2003: · 8564acf9
      Wolfgang Denk authored
        - Correct flash and JFFS2 support for MPC8260ADS
        - fix PVR values and clock generation for PowerQUICC II family
          (8270/8275/8280)
      
      * Patch by Bernhard Kuhn, 08 Jul 2003:
        - add support for M68K targets
      
      * Patch by Ken Chou, 3 Jul:
        - Fix PCI config table for A3000
        - Fix iobase for natsemi.c
          (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
      
      * Allow to enable "slow" POST routines by key press on power-on
      * Fix temperature dependend switching of LCD backlight on LWMON
      * Tweak output format for LWMON
      8564acf9
  23. Jun 27, 2003
  24. Apr 27, 2003
    • Wolfgang Denk's avatar
      * LWMON extensions: · 4532cb69
      Wolfgang Denk authored
        - Splashscreen support
        - modem support
        - sysmon support
        - temperature dependend enabling of LCD
      
      * Allow booting from old "PPCBoot" disk partitions
      
      * Add support for TQM8255 Board / MPC8255 CPU
      4532cb69
  25. Dec 08, 2002
  26. Oct 07, 2002
Loading