]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Provide weak PC/AT compatibility setup function
authorGraeme Russ <graeme.russ@gmail.com>
Fri, 23 Apr 2010 14:05:48 +0000 (00:05 +1000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 May 2010 22:16:54 +0000 (00:16 +0200)
commit79ea6b87011c0524ced31359e2be7aac97c29d0a
tree3a15816376464f2a605a55ea55e4fd835f29db23
parentbf16500f79fdf2653a286b40bb601cb185ac4675
x86: Provide weak PC/AT compatibility setup function

It is possibly to setup x86 boards to use non-PC/AT configurations. For
example, the sc520 is an x86 CPU with PC/AT and non-PC/AT peripherals.
This function allows the board to set itself up for maximum PC/AT
compatibility just before booting the Linux kernel (the Linux kernel
'just works' if everything is PC/AT compliant)

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
arch/i386/include/asm/u-boot-i386.h
arch/i386/lib/board.c