1. 05 10月, 2019 6 次提交
  2. 02 10月, 2019 2 次提交
  3. 01 10月, 2019 2 次提交
  4. 30 9月, 2019 4 次提交
  5. 28 9月, 2019 2 次提交
    • H
      rockchip: make_fit_atf.py: fix .its generation for a single atf image · d46b5482
      Heiko Stuebner 提交于
      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: NHeiko Stuebner <heiko@sntech.de>
      Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
      d46b5482
    • H
      rockchip: misc: read the correct number of bytes from the efuse · 03f98b75
      Heiko Stuebner 提交于
      Originally the cpuid var the value gets read into was defined as
          u8 cpuid[RK3399_CPUID_LEN];
      hence the sizeof(cpuid) would return the correct the correct number
      of array elements.
      
      With the move to a separate function cpuid becomes a pointer and
      sizeof(cpuid) hence returns the pointer size - 8 in the arm64 case.
      
      We do have the actual id length available as function param so use
      it for actual amount of bytes to read.
      
      Fixes: 04825384 ("rockchip: rk3399: derive ethaddr from cpuid")
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Reviewed-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
      Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
      03f98b75
  6. 27 9月, 2019 1 次提交
  7. 25 9月, 2019 4 次提交
  8. 24 9月, 2019 4 次提交
  9. 23 9月, 2019 2 次提交
  10. 21 9月, 2019 13 次提交