Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
  2. Dec 27, 2019
  3. Nov 10, 2019
  4. Sep 28, 2019
    • Heiko Stuebner's avatar
      rockchip: make_fit_atf.py: fix .its generation for a single atf image · d46b5482
      Heiko Stuebner authored
      
      The commit 619f002d ("rockchip: make_fit_atf.py: fix loadables property
      set error") fixed the double-loading of the primary atf-image, but didn't
      take into account that there may be rare atf images with only that main
      section present.
      
      Right now this will result in a broken its due to the loadables section not
      getting closed correctly, so fix that by adapting the guards around the loop.
      
      The guards now protect against 0 segments when the bl31 binary doesn't
      contain any section and 1 segment when only a core atf section is present.
      
      Fixes: 619f002d ("rockchip: make_fit_atf.py: fix loadables property set error")
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      Reviewed-by: default avatarKever <Yang&lt;kever.yang@rock-chips.com>
      d46b5482
  5. Jul 20, 2019
  6. Jul 05, 2019
  7. Jun 26, 2019
    • Jagan Teki's avatar
      rockchip: rk3399: Get bl31.elf via BL31 · 96070460
      Jagan Teki authored
      
      Right now rockchip platform need to copy bl31.elf into u-boot
      source directory to make use of building u-boot.itb.
      
      So, add environment variable BL31 like Allwinner SoC so-that the
      bl31.elf would available via BL31.
      
      If the builds are not exporting BL31 env, the make_fit_atf.py
      explicitly create dummy bl31.elf in u-boot root directory to
      satisfy travis builds and it will show the warning on console as
      
       WARNING: BL31 file bl31.elf NOT found, resulting binary is non-functional
       WARNING: Please read Building section in doc/README.rockchip
      
      Note, that the dummy bl31 files were created during not exporting
      BL31 case would be removed via clean target in Makefile.
      
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      96070460
  8. May 30, 2019
  9. Oct 04, 2018
  10. 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
  11. Apr 25, 2018
  12. Dec 18, 2017
Loading