On 18.01.24 14:11, 'Jan Kiszka' via EFI Boot Guard wrote:
> On 18.01.24 11:04, 'Quirin Gylstorff' via EFI Boot Guard wrote:
>> From: Dandan Zhang <zhangdan...@loongson.cn>
>>
>> This adds loongarch64 support.
>>
>> Signed-off-by: Quirin Gylstorff <quirin.gylsto...@siemens.com>

I need Dandan's signed off as well.

>> ---
>> Hi,
>>
>> this was send with Debian bug
>> 1060884.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060886.
>>
>> Kind regards
>> Quirin
>>
>>  configure.ac | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/configure.ac b/configure.ac
>> index b000603..489027f 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -88,6 +88,7 @@ SET_ARCH(IA64, ia64*)
>>  SET_ARCH(AARCH64, aarch64*)
>>  SET_ARCH(ARM, arm*)
>>  SET_ARCH(RISCV64, riscv64*)
>> +SET_ARCH(LOONGARCH64, loongarch64*)
>>  
>>  ARCH=$(echo $host | sed "s/\(-\).*$//")
>>  
>> @@ -107,6 +108,9 @@ AM_COND_IF(ARCH_ARM, [
>>  AM_COND_IF(ARCH_RISCV64, [
>>         MACHINE_TYPE_NAME=riscv64])
>>  
>> +AM_COND_IF(ARCH_LOONGARCH64, [
>> +       MACHINE_TYPE_NAME=loongarch64])
>> +
>>  AC_SUBST([ARCH])
>>  AC_SUBST([MACHINE_TYPE_NAME])
>>  AM_CONDITIONAL([ARCH_IS_X86], [test "$ARCH" = "ia32" -o "$ARCH" = "x86_64"])
> 
> Thanks. Can we add this arch to CI as well? Have a look at
> .github/workflows/main.yaml for this.
> 
> Jan
> 

OK, looks like I'm requesting something so far impossible here: There
are no apparently no pre-packaged toolchains nor other build
dependencies for that Ubuntu image github is giving us.

I can merge this as-is (minus the formal thing above), but I would not
claim this arch as being officially supported by EBG yet.

Jan

-- 
Siemens AG, Technology
Linux Expert Center

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to efibootguard-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/2a46bfd5-f3db-4028-bb80-491983ccf0da%40siemens.com.

Reply via email to