diff options
author | Jitao Shi <jitao.shi@mediatek.com> | 2019-04-29 18:20:53 +0800 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2019-08-15 00:53:21 +0000 |
commit | 3324e3f8142d7289cfe18cefeff29ba84f270235 (patch) | |
tree | ba378257c6bbbc119939d071b5a656f5b360d00e /src/mainboard/google/kukui/Makefile.inc | |
parent | 2c307a0bedfeecd932531387efcc4f66381f6d56 (diff) | |
download | coreboot-3324e3f8142d7289cfe18cefeff29ba84f270235.tar.xz |
mb/google/kukui: Add panels for Krane
Declare the following panels for Krane:
- BOE TV101WUM-NL6
- AUO KD101N80-45NA
The edid info and init command are from:
https://crrev.com/c/1565758
BUG=b:129299873
BRANCH=none
TEST=Builds krane image and boots properly.
Change-Id: Id19c6c2b4c1c728c39aa26301adf7d6fb5046403
Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33413
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/kukui/Makefile.inc')
-rw-r--r-- | src/mainboard/google/kukui/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/Makefile.inc b/src/mainboard/google/kukui/Makefile.inc index a0556c1a63..554be694d4 100644 --- a/src/mainboard/google/kukui/Makefile.inc +++ b/src/mainboard/google/kukui/Makefile.inc @@ -24,4 +24,5 @@ ramstage-y += boardid.c ramstage-y += chromeos.c ramstage-y += mainboard.c ramstage-y += memlayout.ld +ramstage-$(CONFIG_BOARD_GOOGLE_KRANE) += panel_krane.c ramstage-y += reset.c |