coreboot/src
Edward O'Callaghan 530355d41b include/device/device.h: Provide DEVICE_NOOP macro shim
Rather than everyone writing their own adhoc device operation
NOP shim, we provide some formalism. We later make use of this
to reduce the loc count down trivially.

Change-Id: I2d04bfb50e76f367a0ee258dab97d7caa12ec99e
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7283
Tested-by: build bot (Jenkins)
Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
2014-11-01 21:13:41 +01:00
..
arch build: Allow clang build linkage to use libcompiler-rt 2014-10-28 00:40:33 +01:00
console cbmem console: Locate the preram console with a symbol instead of a section. 2014-10-07 23:41:28 +02:00
cpu cpu/intel: Add configuration for socket LGA1155 2014-10-29 21:11:11 +01:00
device Kconfig: clean up options in top level and device menu 2014-10-17 14:36:53 +02:00
drivers {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
ec {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
include include/device/device.h: Provide DEVICE_NOOP macro shim 2014-11-01 21:13:41 +01:00
lib cbmem: Fix 64-bit pointer related casts in dynamic_cbmem.c 2014-10-28 17:09:49 +01:00
mainboard lenovo/x2x0,t530 hda_verb.c: codestyle - remove some spaces 2014-10-30 17:56:55 +01:00
northbridge intel/sandybridge: Add PCI ID for northbridge 0x150 2014-10-29 17:03:44 +01:00
soc baytrail: Remove unused devicetree fields 2014-10-28 18:08:43 +01:00
southbridge southbridge/amd/rsXY0/cmn.c: Fix bitwise logic and mask in loop 2014-10-29 00:19:12 +01:00
superio superio/nuvoton: Add support for Nuvoton NCT6776 2014-10-30 03:24:17 +01:00
vendorcode AGESA fam15tn fam16kb: Fix missing FCH function prototypes 2014-10-22 15:05:47 +02:00
Kconfig src/Kconfig: Don't treat warns as errors on Clang builds yet 2014-10-28 23:02:28 +01:00