diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2019-11-08 13:55:45 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-14 11:33:46 +0000 |
commit | 50b999feb842ed116aeaa885d361da776d267ad6 (patch) | |
tree | aab6342f567cf6a66c2fc4550a3fe15cc7dfd8a3 /src/mainboard/facebook/fbg1701/logo.h | |
parent | 348002c3055de539377b8223e5a9af0a1ac8c92e (diff) |
{drivers,mainboard}: Move FSP logo support to fsp1_1
Support to display a logo using FSP 1.1 currently resides in facebook fbg1701
mainboard.
The related support is moved to drivers/intel/fsp1_1 and used by the
Facebook fbg1701 mainboard. The storage for the uncompressed logo
is changed. We don't use .bss any longer as the logo doesn't need to be
available at runtime.
BUG=N/A
TEST=booting Facebook fbg1701
Change-Id: I276e6e14fc87d0b95fe5fdf7b617afd26769de79
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36679
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/logo.h')
-rw-r--r-- | src/mainboard/facebook/fbg1701/logo.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/facebook/fbg1701/logo.h b/src/mainboard/facebook/fbg1701/logo.h deleted file mode 100644 index 0682d3fa2d..0000000000 --- a/src/mainboard/facebook/fbg1701/logo.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2019 Eltan B.V. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#ifndef LOGO_H -#define LOGO_H - -void *load_logo(size_t *logo_size); - -#endif |