commit | 79ea6b87011c0524ced31359e2be7aac97c29d0a | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Apr 24 00:05:48 2010 +1000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 06 00:16:54 2010 +0200 |
tree | 3a15816376464f2a605a55ea55e4fd835f29db23 | |
parent | bf16500f79fdf2653a286b40bb601cb185ac4675 [diff] |
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>