* soc/mediatek/common: Adjust splash logo bottom margin * vc/intel/fsp/fsp2_0/wildcatlake: Update WCL FSP headers to version WCL.3515.03 * soc/intel/pantherlake: Use common UART device list driver * soc/intel/alderlake: Use common UART device list driver * soc/intel/common/feature/uart: Add common UART device list driver * soc/intel/common: Add feature directory for SoC-specific common code * soc/intel/common: Replace CFR enums with booleans * soc/intel/skylake: Replace CFR enums with booleans * soc/intel/tigerlake: Replace CFR enums with booleans * soc/intel/alderlake: Replace CFR enums with booleans - Drop again: D lz4_CVE-2025-62813_null_pointer_check.patch - Introduce _service to easily build on latest sources OBS-URL: https://build.opensuse.org/package/show/hardware/coreboot-utils?expand=0&rev=54
20 lines
623 B
Plaintext
20 lines
623 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://review.coreboot.org/coreboot.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">main</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|
|
<!--
|
|
<param name="filename">rasdaemon</param>
|
|
|
|
-->
|