File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 stdenv ,
3- gcc11Stdenv ,
43 buildUBoot ,
54 fetchurl ,
65 fetchFromGitLab ,
2827 meta . license = lib . licenses . unfree ;
2928 } ) ;
3029
31- arm-trusted-firmware-imx8mq = gcc11Stdenv . mkDerivation ( _fa : {
30+ arm-trusted-firmware-imx8mq = stdenv . mkDerivation ( _fa : {
3231 pname = "arm-trusted-firmware-bl31" ;
3332 version = "unstable-2020-07-08" ;
3433 src = fetchFromGitLab {
4039 } ;
4140 enableParallelBuilding = true ;
4241 hardeningDisable = [ "all" ] ;
42+ NIX_CFLAGS_COMPILE = "-Wno-error=array-bounds" ;
4343 NIX_LDFLAGS = "--no-warn-rwx-segments" ;
4444 buildFlags = [
4545 "PLAT=imx8mq"
5353 } ) ;
5454
5555 ubootLibrem5 = buildUBoot {
56- version = "unstable-2022-12-15 " ;
56+ version = "unstable-2025-03-25 " ;
5757 defconfig = "librem5_defconfig" ;
5858 src = fetchFromGitLab {
5959 domain = "source.puri.sm" ;
6060 owner = "Librem5" ;
6161 repo = "uboot-imx" ;
62- rev = "956aa590c93977992743b41c45d3c7ee5a024915 " ; # this is the latest commit on the upstream/librem5 branch
63- hash = "sha256-MsIIlarN+WFFEzc0ptLAgS7BwJ6Cosy42xo0EwPn1AU =" ;
62+ rev = "72fcd4ee36e0874daac734c1195263cd9ce9d981 " ; # this is the latest commit on the upstream/librem5 branch
63+ hash = "sha256-ymqZPuyyZoFTaCMQIJnuNs1fV0uVwJhyQdnGwv9m9lE =" ;
6464 } ;
6565 patches = [ ] ;
6666 BL31 = "${ arm-trusted-firmware-imx8mq } /bl31.bin" ;
You can’t perform that action at this time.
0 commit comments