diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-02-04 07:41:16 +0000 |
---|---|---|
committer | Martin Roth - Personal <martinroth@google.com> | 2022-02-22 18:53:17 +0000 |
commit | 0884f21042de35645f0d08641b9a2669b3a7843c (patch) | |
tree | 67b66b0dcf202f133855c08b20c217a1ec2d40f1 /src/mainboard/starlabs | |
parent | e0e6f07220bdf33b224a7f62e1625f41e3d4d89b (diff) |
payloads/tianocore: Rework Makefile
Rework edkii makefile so that the various build options are
unified between CorebootPayloadPkg, uefipayload_202107 and
upstream.
This sets the project directory based on the git repository name
i.e. https://github.com/mrchromebox/edk2 becomes mrchomebox
Also builds to $(obj)/UEFIPAYLOAD.fd and allows using a commit
ID without a branch.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I3cc274e7385dd71c2aae315162cc48444b7eaa5f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61620
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Martin Roth - Personal <martinroth@google.com>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r-- | src/mainboard/starlabs/labtop/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/labtop/Kconfig b/src/mainboard/starlabs/labtop/Kconfig index e133faab3f..6fe3446e93 100644 --- a/src/mainboard/starlabs/labtop/Kconfig +++ b/src/mainboard/starlabs/labtop/Kconfig @@ -81,7 +81,6 @@ config ME_BIN_PATH config TIANOCORE_BOOTSPLASH_FILE string - depends on TIANOCORE_BOOTSPLASH_IMAGE default "3rdparty/blobs/mainboard/starlabs/Logo.bmp" config UART_FOR_CONSOLE |