Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package edk2 for openSUSE:Factory checked in at 2024-02-22 20:55:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/edk2 (Old) and /work/SRC/openSUSE:Factory/.edk2.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "edk2" Thu Feb 22 20:55:48 2024 rev:8 rq:1148538 version:202311 Changes: -------- --- /work/SRC/openSUSE:Factory/edk2/edk2.changes 2024-01-12 23:45:20.190399651 +0100 +++ /work/SRC/openSUSE:Factory/.edk2.new.1706/edk2.changes 2024-02-22 20:55:53.881438456 +0100 @@ -1,0 +2,5 @@ +Tue Feb 20 16:27:06 UTC 2024 - Andreas Schwab <[email protected]> + +- Add SG2042 platform + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ edk2.spec ++++++ --- /var/tmp/diff_new_pack.NadsO7/_old 2024-02-22 20:55:54.965477965 +0100 +++ /var/tmp/diff_new_pack.NadsO7/_new 2024-02-22 20:55:54.965477965 +0100 @@ -69,7 +69,7 @@ %endif BuildRequires: bc BuildRequires: dos2unix -%if "%{platform}" == "Armada80x0McBin" +%if "%{platform}" == "Armada80x0McBin" || "%{platform}" == "SG2042" BuildRequires: dtc %endif BuildRequires: gcc @@ -79,7 +79,11 @@ BuildRequires: unzip %if "%{platform}" == "" ExclusiveArch: do_not_build +%elif "%{platform}" == "SG2042" +%define ARCH RISCV64 +ExclusiveArch: riscv64 %else +%define ARCH AARCH64 ExclusiveArch: aarch64 %endif @@ -143,9 +147,12 @@ %if "%{platform}" == "SbsaQemu" DSC_PATH="edk2-platforms/Platform/Qemu/SbsaQemu/SbsaQemu.dsc" %endif -BUILD_OPTIONS="-a AARCH64 -p $DSC_PATH -b %{build_mode} -t GCC5 %{?jobs:-n %jobs}" +%if "%{platform}" == "SG2042" +DSC_PATH="edk2-platforms/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc" +%endif +BUILD_OPTIONS="-a %{ARCH} -p $DSC_PATH -b %{build_mode} -t GCC5 %{?jobs:-n %jobs}" # BaseTools does not support parallel builds, so no -jN here -ARCH=AARCH64 make -C BaseTools BUILD_CC=gcc BUILD_CXX=g++ BUILD_AS=gcc +ARCH=%{ARCH} make -C BaseTools BUILD_CC=gcc BUILD_CXX=g++ BUILD_AS=gcc . ./edksetup.sh @@ -189,6 +196,10 @@ %define fd_file SBSA_FLASH[01].fd truncate -s 256M %{outdir}/FV/%{fd_file} %endif +%if "%{platform}" == "SG2042" +%define outdir Build/SG2042_EVB/%{build_mode}_GCC5 +%define fd_file SG2042.fd +%endif find %{outdir} -name *.fd ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.NadsO7/_old 2024-02-22 20:55:54.997479131 +0100 +++ /var/tmp/diff_new_pack.NadsO7/_new 2024-02-22 20:55:55.001479277 +0100 @@ -7,5 +7,6 @@ <flavor>RPi3</flavor> <flavor>RPi4</flavor> <flavor>SbsaQemu</flavor> + <flavor>SG2042</flavor> </multibuild>
