32471729d9
Add the files to support the Braswell SOC. BRANCH=none BUG=None TEST=Build for a Braswell platform Change-Id: I968da68733e57647d0a08e4040ff0378b4d59004 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: http://review.coreboot.org/10051 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
8 lines
188 B
C
8 lines
188 B
C
|
|
#include <arch/acpi.h>
|
|
#include <cpu/cpu.h>
|
|
#include <device/pci_rom.h>
|
|
#include <soc/acpi.h>
|
|
|
|
/* Rmodules don't like weak symbols. */
|
|
u32 map_oprom_vendev(u32 vendev) { return vendev; }
|