diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2007-04-20 11:17:16 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2007-04-20 11:18:32 -0600 |
commit | 46b29acf1f239dd89adabf1cb2c138cf8a2b1700 (patch) | |
tree | 1f315183e23acf7dbc5290035bce7094b36c0978 /src/cimarron.c | |
parent | 8bfed84a1f972325cdf61876d7f7dfd0e8f0d4d5 (diff) |
Several fixes to support OLPC LX turnon
These are fixes discovered during the OLPC LX turn on. The compression
was incorrectly being configured, resulting in bad drawing, that has
bee repaired. Assume by default that we're going to use a panel and the
CRT, no longer read the straps MSR because it is unreliable. Finally,
fix the MSR hooks by moving the hook definitions where they will do some
good and disabling the VSA method.
Diffstat (limited to 'src/cimarron.c')
-rw-r--r-- | src/cimarron.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cimarron.c b/src/cimarron.c index 52da038..65df4d2 100644 --- a/src/cimarron.c +++ b/src/cimarron.c @@ -130,7 +130,7 @@ #define CIMARRON_INCLUDE_MSR_MACROS #define CIMARRON_MSR_DIRECT_ASM 0 #define CIMARRON_MSR_VSA_IO 0 -#define CIMARRON_MSR_ABSTRACTED_ASM 1 +#define CIMARRON_MSR_ABSTRACTED_ASM 0 #define CIMARRON_MSR_KERNEL_ROUTINE 0 #define CIMARRON_MSR_HOOKS 1 |