mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-20 13:40:24 +02:00
eb23cd3de8
Signed-off-by: Leah Rowe <leah@libreboot.org>
18 lines
289 B
Bash
18 lines
289 B
Bash
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
. "include/lib.sh"
|
|
. "include/env/init.sh"
|
|
. "include/fw/vendor.sh"
|
|
. "include/fw/mrc.sh"
|
|
. "include/fw/inject.sh"
|
|
. "include/fw/rom.sh"
|
|
. "include/mk/release.sh"
|
|
. "include/env/get.sh"
|
|
|
|
xbcommands=" \
|
|
version \
|
|
release \
|
|
download \
|
|
inject \
|
|
"
|