drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
appropriate. Also, factor out post_code() for __PRE_RAM__ code and drop it from some mainboards. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5307 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
83a1dd850b
commit
35b6bbb721
@@ -32,18 +32,15 @@
|
||||
#define MTRRfix4K_F8000_MSR 0x26f
|
||||
|
||||
|
||||
#if !defined(__ROMCC__) && !defined (ASSEMBLY) && !defined(__PRE_RAM__)
|
||||
|
||||
#if !defined (ASSEMBLY) && !defined(__PRE_RAM__)
|
||||
#include <device/device.h>
|
||||
|
||||
void enable_fixed_mtrr(void);
|
||||
void x86_setup_var_mtrrs(unsigned address_bits);
|
||||
void x86_setup_mtrrs(unsigned address_bits);
|
||||
int x86_mtrr_check(void);
|
||||
void set_var_mtrr_resource(void *gp, struct device *dev, struct resource *res);
|
||||
void x86_setup_fixed_mtrrs(void);
|
||||
|
||||
#endif /* __ROMCC__ */
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* CPU_X86_MTRR_H */
|
||||
|
Reference in New Issue
Block a user