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. Mar 16, 2018
    • Tom Rini's avatar
      Convert all of CONFIG_CONS_INDEX to Kconfig · 6f6b7cfa
      Tom Rini authored
      
      This converts the following to Kconfig:
         CONFIG_CONS_INDEX
      
      We have existing entries for this option in a number of places, with
      different guards on them.  They're also sometimes used for things not
      directly inside of the serial driver.  First, introduce a new symbol to
      guard the use of CONFIG_CONS_INDEX, so that in the case where we don't
      need this for the serial driver, but for some other use, we can still do
      it.  Next, consolidate all of these into the single entry in
      drivers/serial/Kconfig.  Finally, introduce CONS_INDEX_[023456] so that
      we can imply a correct value here to make the defconfig side of this
      smaller.
      
      Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
      [trini: Rework a lot of the logic here, such that I took authorship from
      Adam, but kept his S-o-B line]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      6f6b7cfa
  3. Aug 20, 2017
    • Peter Griffin's avatar
      ARM: hisilicon: hikey: Fix eMMC with latest ATF & U-Boot · fb53e7eb
      Peter Griffin authored
      
      ATF can leave the MMC IP in a state where U-Boot mmc driver
      can't enumerate the eMMC.
      
      This patch provides a mmc0_reset_clk() function like we
      already so do sd card controller which resets the IP
      when entering U-Boot.
      
      With this patch applied eMMC partitions are successfully
      enumerated again.
      
      => mmc dev 0
      switch to partitions #0, OK
      mmc0(part 0) is current device
      => mmc part
      
      Partition Map for MMC device 0  --   Partition Type: EFI
      
      Part	Start LBA	End LBA		Name
      	Attributes
      	Type GUID
      	Partition GUID
        1	0x00000800	0x00000fff	"vrl"
      	attrs:	0x0000000000000000
      	type:	ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
      	guid:	496847ab-56a1-4cd5-a1ad-47f4acf055c9
        2	0x00001000	0x000017ff	"vrl_backup"
      	attrs:	0x0000000000000000
      	type:	ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
      	guid:	61a36fc1-8efb-4899-84d8-b61642efa723
        3	0x00001800	0x00001fff	"mcuimage"
      <snip>
      
      Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
      fb53e7eb
  4. Aug 13, 2017
  5. Jul 10, 2017
    • Jorge Ramirez-Ortiz's avatar
      ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards · d754254f
      Jorge Ramirez-Ortiz authored
      
      This port adds support for:
              1) Serial
              2) eMMC
              3) USB
      
      It has been tested with ARM TRUSTED FIRMWARE running u-boot as the
      BL33 executable [see board's README]
      
      eMMC has been tested for reading and booting the loader and linux
      kernels as well as saving the u-boot environment.
      
      USB has been tested with ASIX networking adapter and SanDisk 7.4GB
      drive.
      
      PSCI has been tested via the reset call (PSCI executes from DDR)
      
      The firwmare upgrade process has been tested via TFTP and USB FAT
      filesystem containing the fastboot.bin image in one of the partitions.
      
      Signed-off-by: default avatarJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
      d754254f
  6. Jun 05, 2017
  7. May 15, 2017
  8. Apr 05, 2017
  9. Jan 11, 2017
  10. Jul 15, 2016
  11. Apr 25, 2016
  12. Mar 22, 2016
  13. Mar 15, 2016
  14. Sep 28, 2015
  15. Aug 13, 2015
Loading