Long ago we agreed on kicking the _direct appendix because everything in
coreboot is direct. This patch does it. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5586 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
56394484e3
commit
da3237376f
@@ -29,7 +29,7 @@
|
||||
#include <cpu/intel/hyperthreading.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <usbdebug_direct.h>
|
||||
#include <usbdebug.h>
|
||||
|
||||
static const uint32_t microcode_updates[] = {
|
||||
/* Dummy terminator */
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include <cpu/x86/lapic.h>
|
||||
#include <cpu/intel/microcode.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <usbdebug_direct.h>
|
||||
#include <usbdebug.h>
|
||||
|
||||
static const uint32_t microcode_updates[] = {
|
||||
#include "microcode-737-MU16b11c.h"
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#include <cpu/intel/hyperthreading.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <usbdebug_direct.h>
|
||||
#include <usbdebug.h>
|
||||
|
||||
static const uint32_t microcode_updates[] = {
|
||||
#include "microcode-1624-m206e839.h"
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#include <cpu/intel/hyperthreading.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <usbdebug_direct.h>
|
||||
#include <usbdebug.h>
|
||||
|
||||
static const uint32_t microcode_updates[] = {
|
||||
#include "microcode-2129-m206f257.h"
|
||||
|
Reference in New Issue
Block a user