commit | fb4135f83b9ab82313ecde7cd689c5ea2aea63a2 | [log] [tgz] |
---|---|---|
author | Nick Hawkins <nick.hawkins@hpe.com> | Wed Jun 08 16:21:37 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 22 21:30:05 2022 -0400 |
tree | c004dcd48f2bce4442652257fc3ade875c29f5f6 | |
parent | 2ccea3ab6dac59d3a0184ba32c47127c2bfc9e59 [diff] [blame] |
board: hpe: gxp: add HPE GXP soc support Add basic support for the HPE GXP SoC. Reset the EHCI controller at boot. Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
diff --git a/board/hpe/gxp/Makefile b/board/hpe/gxp/Makefile new file mode 100644 index 0000000..775d6bf --- /dev/null +++ b/board/hpe/gxp/Makefile
@@ -0,0 +1 @@ +obj-y += gxp_board.o