Add the gizmosphere/gizmo mainboard

Hardware / Coreboot - Dave Frodin [se-eng.com] - 3 January 2014 11:46 UTC

Gizmo is a AMD-Family14 based board. More information can be found at www.gizmosphere.org

Change-Id: I5cfd161b4f408be1f65cf332b083ed7c79a99cfd

892d129 Add the gizmosphere/gizmo mainboard
src/mainboard/Kconfig | 3 +
src/mainboard/gizmosphere/Kconfig | 36 +
src/mainboard/gizmosphere/gizmo/BiosCallOuts.c | 516 ++++++++++++++
src/mainboard/gizmosphere/gizmo/BiosCallOuts.h | 73 ++
.../gizmosphere/gizmo/Elpida_EDJ2116DEBG.spd.hex | 252 +++++++
src/mainboard/gizmosphere/gizmo/Kconfig | 105 +++
src/mainboard/gizmosphere/gizmo/Makefile.inc | 57 ++
src/mainboard/gizmosphere/gizmo/OptionsIds.h | 65 ++
src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c | 163 +++++
.../gizmosphere/gizmo/PlatformGnbPcieComplex.h | 74 ++
src/mainboard/gizmosphere/gizmo/acpi/gpe.asl | 84 +++
src/mainboard/gizmosphere/gizmo/acpi/ide.asl | 245 +++++++
src/mainboard/gizmosphere/gizmo/acpi/mainboard.asl | 69 ++
src/mainboard/gizmosphere/gizmo/acpi/routing.asl | 408 +++++++++++
src/mainboard/gizmosphere/gizmo/acpi/sata.asl | 150 ++++
src/mainboard/gizmosphere/gizmo/acpi/sleep.asl | 122 ++++
src/mainboard/gizmosphere/gizmo/acpi/superio.asl | 18 +
src/mainboard/gizmosphere/gizmo/acpi/thermal.asl | 21 +
src/mainboard/gizmosphere/gizmo/acpi/usb_oc.asl | 175 +++++
src/mainboard/gizmosphere/gizmo/acpi_tables.c | 322 +++++++++
src/mainboard/gizmosphere/gizmo/agesawrapper.c | 720 ++++++++++++++++++++
src/mainboard/gizmosphere/gizmo/agesawrapper.h | 96 +++
src/mainboard/gizmosphere/gizmo/buildOpts.c | 470 +++++++++++++
src/mainboard/gizmosphere/gizmo/cmos.layout | 119 ++++
src/mainboard/gizmosphere/gizmo/devicetree.cb | 69 ++
src/mainboard/gizmosphere/gizmo/dsdt.asl | 64 ++
src/mainboard/gizmosphere/gizmo/get_bus_conf.c | 147 ++++
src/mainboard/gizmosphere/gizmo/irq_tables.c | 123 ++++
src/mainboard/gizmosphere/gizmo/mainboard.c | 105 +++
src/mainboard/gizmosphere/gizmo/mptable.c | 161 +++++
src/mainboard/gizmosphere/gizmo/platform_cfg.h | 279 ++++++++
src/mainboard/gizmosphere/gizmo/romstage.c | 194 ++++++
32 files changed, 5505 insertions(+)

Upstream: review.coreboot.org


  • Share