coreboot-kgpe-d16/src
Edward O'Callaghan 4e2294b429 cpu/x86 asm: Just use the correct op suffix
LLVM AS doesn't support as much GNU junk extensions, data16/32
is almost never needed in truth if we just use the correct op
suffix. So do that here, fixes clang/llvm builds with the
integrated-as toggled on.

Change-Id: I6095d03d0289b418a49a10f135de5eb0e117cae0
Also-by: Damien Zammit <damien@zamaudio.com>
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/21218
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-08-31 15:29:52 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch acpigen: Add stop gpio control to power resource 2017-08-30 16:40:14 +00:00
commonlib Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
console console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
cpu cpu/x86 asm: Just use the correct op suffix 2017-08-31 15:29:52 +00:00
device cpu/x86 asm: Just use the correct op suffix 2017-08-31 15:29:52 +00:00
drivers acpigen: Add stop gpio control to power resource 2017-08-30 16:40:14 +00:00
ec ec/google: Use feature flag layout that matches the EC host command 2017-08-30 07:27:16 +00:00
include AMD K8 fam10-15: Tidy up CAR stack switch 2017-08-22 20:25:15 +00:00
lib lib/cbmem: provide optional cbmem top initialization hook 2017-08-04 04:29:57 +00:00
mainboard mainboard/google/soraka: Add stop gpio control to touchscreen device 2017-08-30 16:40:17 +00:00
northbridge AGESA: Remove Kconfig AMD_AGESA_FAMILY10 2017-08-28 14:38:29 +00:00
soc soc/intel/{cannonlake,skylake}: Add active default value for UART_FOR_CONSOLE 2017-08-30 18:30:56 +00:00
southbridge sb/intel/*: add option to lockdown chipset on normal boot path 2017-08-30 10:32:00 +00:00
superio superio/winbond/w83627*: Remove deprecated code 2017-08-21 17:02:53 +00:00
vboot vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
vendorcode AGESA f15 vendorcode: Remove unused sources 2017-08-31 04:50:43 +00:00
Kconfig