Skip to content
Snippets Groups Projects
  1. May 19, 2020
  2. May 18, 2020
  3. 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
  4. Feb 09, 2018
  5. Sep 07, 2017
  6. Sep 03, 2017
  7. Oct 02, 2016
    • Petr Kulhavy's avatar
      disk: part: implement generic function part_get_info_by_name() · 87b8530f
      Petr Kulhavy authored and Tom Rini's avatar Tom Rini committed
      
      So far partition search by name has been supported only on the EFI partition
      table. This patch extends the search to all partition tables.
      
      Rename part_get_info_efi_by_name() to part_get_info_by_name(), move it from
      part_efi.c into part.c and make it a generic function which traverses all part
      drivers and searches all partitions (in the order given by the linked list).
      
      For this a new variable struct part_driver.max_entries is added, which limits
      the number of partitions searched. For EFI this was GPT_ENTRY_NUMBERS.
      Similarly the limit is defined for DOS, ISO, MAC and AMIGA partition tables.
      
      Signed-off-by: default avatarPetr Kulhavy <brain@jikos.cz>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      Acked-by: default avatarSteve Rae <steve.rae@raedomain.com>
      87b8530f
  8. Mar 14, 2016
  9. Jan 14, 2016
  10. Sep 11, 2015
  11. Jul 24, 2013
  12. Mar 14, 2013
  13. Sep 02, 2012
  14. Jun 21, 2012
  15. Apr 03, 2009
    • unsik Kim's avatar
      mflash: Initial mflash support · 75eb82ec
      unsik Kim authored and Wolfgang Denk's avatar Wolfgang Denk committed
      
      Mflash is fusion memory device mainly targeted consumer eletronic and
      mobile phone.
      Internally, it have nand flash and other hardware logics and supports
      some different operation (ATA, IO, XIP) modes.
      
      IO mode is custom mode for the host that doesn't have IDE interface.
      (Many mobile targeted SoC doesn't have IDE bus)
      
      This driver support mflash IO mode.
      
      Followings are brief descriptions about IO mode.
      
      1. IO mode based on ATA protocol and uses some custom command. (read
         confirm, write confirm)
      2. IO mode uses SRAM bus interface.
      
      Signed-off-by: default avatarunsik Kim <donari75@gmail.com>
      75eb82ec
  16. Feb 17, 2009
  17. Mar 26, 2008
  18. Jul 09, 2007
  19. Jul 03, 2007
  20. Feb 24, 2005
  21. Jun 29, 2003
  22. Jun 27, 2003
  23. Nov 03, 2002
Loading