]> Git Repo - J-u-boot.git/commit
board: ge: make VPD code common
authorMartyn Welch <[email protected]>
Wed, 8 Nov 2017 15:35:15 +0000 (15:35 +0000)
committerStefano Babic <[email protected]>
Mon, 20 Nov 2017 08:58:31 +0000 (09:58 +0100)
commitb418dfe16e62ffb6062e2acc5471821c011bc9cd
tree720e0579341bfc63a31843f46b2143e713f2288d
parentda5337a61cd41f3bfbaee5b78ba58676bd288073
board: ge: make VPD code common

The VPD data is used on a number of GE products. Move the parsing code to
a common location so that we can share this code.

Signed-off-by: Martyn Welch <[email protected]>
Acked-by: Stefano Babic <[email protected]>
board/ge/bx50v3/Makefile
board/ge/bx50v3/bx50v3.c
board/ge/bx50v3/vpd_reader.c [deleted file]
board/ge/bx50v3/vpd_reader.h [deleted file]
board/ge/common/Makefile [new file with mode: 0644]
board/ge/common/vpd_reader.c [new file with mode: 0644]
board/ge/common/vpd_reader.h [new file with mode: 0644]
This page took 0.034587 seconds and 4 git commands to generate.