libpayload: Support functions for Geode
The Geode video driver will require a number of support functions, including udelay(), PCI bus walking and MSRs. This adds those functions in preparation for the actual code. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3231 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
## OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
## SUCH DAMAGE.
|
||||
##
|
||||
TARGETS-y += drivers/pci.o
|
||||
|
||||
TARGETS-$(CONFIG_SERIAL_CONSOLE) += drivers/serial.o
|
||||
TARGETS-$(CONFIG_PC_KEYBOARD) += drivers/keyboard.o
|
||||
|
Reference in New Issue
Block a user