[coreboot] [PATCH] cleanup CAR code

2010-08-03 Thread Stefan Reinauer
See patch - Drop lots of dead code from the various cache_as_ram.inc files. - Use some descriptive macros instead of magic numbers for MTRR MSRs - slightly reformatting code and comments Signed-off-by: Stefan Reinauer ste...@coresystems.de Index: src/cpu/intel/model_6ex/cache_as_ram.inc

Re: [coreboot] [PATCH] cleanup CAR code

2010-08-03 Thread Stefan Reinauer
New version, also drop unused CAR descriptors from romstage GDT. - Drop lots of dead code from the various cache_as_ram.inc files. - Use some descriptive macros instead of magic numbers for MTRR MSRs - drop unused duplicate descriptors from romstage GDT - slightly reformatting code and comments

Re: [coreboot] [PATCH] cleanup CAR code

2010-08-03 Thread Joseph Smith
On Tue, 03 Aug 2010 19:14:51 +0200, Stefan Reinauer stefan.reina...@coresystems.de wrote: New version, also drop unused CAR descriptors from romstage GDT. Yeah, I really like the macros, it makes it easier to read. I would like to test it first before I ack it. -- Thanks, Joseph Smith