diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-04 11:06:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-04 11:06:14 -0400 |
commit | 425fefa9a36ca729b5088ca5381f63f8d95a2f8e (patch) | |
tree | bd28f2e66bb63fc8a17b65670457a9c958de205c /board | |
parent | a1f5f4ac20c0947afda93f9b906facfbee2708fe (diff) | |
parent | 538437ed39e01b7ecfa79669982fe7db51fb2e1b (diff) | |
download | u-boot-425fefa9a36ca729b5088ca5381f63f8d95a2f8e.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/04May2020
- Support 64-bit U-Boot as the payload for coreboot x86
Diffstat (limited to 'board')
-rw-r--r-- | board/coreboot/coreboot/MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/coreboot/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index 188906b080..a05673bb0b 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -4,3 +4,10 @@ S: Maintained F: board/coreboot/coreboot/ F: include/configs/chromebook_link.h F: configs/coreboot_defconfig + +COREBOOT64 BOARD +M: Simon Glass <sjg@chromium.org> +S: Maintained +F: board/coreboot/coreboot/ +F: include/configs/chromebook_link.h +F: configs/coreboot64_defconfig |