Skip to content
Snippets Groups Projects
  1. Jun 24, 2024
    • Martyn Welch's avatar
      d/control: Add build dependency on bc · 39dd5106
      Martyn Welch authored
      
      The ls1028ardb platform is failing to build in CI with the following
      error:
      
      [  233s] plat/nxp/common/setup/ls_bl2_el3_setup.c: In function ‘ls_bl2_el3_plat_arch_setup’:
      [  233s] <command-line>: error: invalid suffix "x" on integer constant
      [  233s] plat/nxp/common/setup/ls_bl2_el3_setup.c:189:31: note: in expansion of macro ‘BL2_BASE’
      [  233s]   189 |                               BL2_BASE,
      [  233s]       |                               ^~~~~~~~
      
      Looking at the definition of `BL2_BASE` we find:
      
      BL2_BASE        :=      $(shell echo "0x"$$(echo "obase=16; ${BL2_BASE_ADDR}" | bc))
      
      There is no dependency on `bc` in the packaging and thus this is
      unlikely to be installed in the CI build environment. Add this
      dependency.
      
      Note: This change is only needed as long as we are supporting the
            ls1028ardb and associated platforms.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      39dd5106
    • Martyn Welch's avatar
      d/rules: Build for the ls1028ardb platform · 0c4afdc9
      Martyn Welch authored
      
      Proactively adding support for ls1028ardb as a potential client
      platform.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      0c4afdc9
  2. Feb 15, 2024
  3. Jan 26, 2024
  4. Jul 27, 2023
  5. May 19, 2023
  6. Apr 13, 2023
  7. Mar 23, 2023
  8. Jan 30, 2023
  9. Jan 19, 2023
  10. Nov 08, 2022
  11. Nov 04, 2022
  12. Sep 06, 2022
Loading