coreboot-kgpe-d16/src/southbridge/intel/lynxpoint
Patrick Georgi 546953c0c5 Replace hlt with halt()
There were instances of unneeded arch/hlt.h includes,
various hlt() calls that weren't supposed to exit (but
might have) and various forms of endless loops around
hlt() calls.

All these are sorted out now: unnecessary includes are
dropped, hlt() is uniformly replaced with halt() (except
in assembly, obviously).

Change-Id: I3d38fed6e8d67a28fdeb17be803d8c4b62d383c5
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: http://review.coreboot.org/7608
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2014-12-02 10:25:55 +01:00
..
acpi intel: Remove IRQ1 from possible PIRQ assignemnt. 2014-11-25 23:47:20 +01:00
acpi.c lynxpoint: Change OEM table ID for serialio. 2014-10-10 08:55:48 +02:00
azalia.c azalia: Shrink boilerplate 2014-09-13 00:42:14 +02:00
bootblock.c soutbridge/*/bootblock: Use pci_dev_t over device_t typedef 2014-11-05 14:41:47 +01:00
chip.h intel/lynxpoint: Allow to always route USB3 ports to XHCI 2014-07-11 18:08:04 +02:00
early_me.c Replace hlt() loops with halt() 2014-11-30 12:20:07 +01:00
early_pch.c intel/lynxpoint: Export pch_enable_lpc() for Super I/O systems 2014-07-05 10:12:05 +02:00
early_smbus.c southbridge: Trivial - drop trailing blank lines at EOF 2014-07-08 13:53:21 +02:00
early_spi.c x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
early_usb.c lynxpoint: Don't write to non-existent EHCI 2013-12-18 02:24:13 +01:00
elog.c intel boards: Use acpi_is_wakeup_s3() 2014-06-21 08:04:52 +02:00
finalize.c lynxpoint me: add support for mbp clear wait in finalize step 2013-12-21 07:38:42 +01:00
gpio.c peppy: Disable audio codec enable GPIO in S3 + S5. 2013-12-12 22:02:35 +01:00
gpio.h lynxpoint: Add new GPIO interface for Lynxpoint-LP 2013-03-14 18:24:32 +01:00
hda_verb.c HDA: Enable Mini-HDA and fix up PCH-HDA init 2013-12-12 22:11:46 +01:00
hda_verb.h HDA: Enable Mini-HDA and fix up PCH-HDA init 2013-12-12 22:11:46 +01:00
Kconfig intel/lynxpoint/Kconfig: Remove duplicate option IFD_BIN_PATH 2014-07-17 10:16:42 +02:00
lp_gpio.c peppy: Disable audio codec enable GPIO in S3 + S5. 2013-12-12 22:02:35 +01:00
lp_gpio.h lynxpoint: Add an inverted input GPIO type 2013-11-26 20:41:42 +01:00
lpc.c haswell: Move to implicit length patching 2014-11-09 02:01:26 +01:00
Makefile.inc azalia: Shrink boilerplate 2014-09-13 00:42:14 +02:00
me.h lynxpoint: me: Support ICC clock enables message 2013-12-21 12:02:24 +01:00
me_9.x.c Replace hlt with halt() 2014-12-02 10:25:55 +01:00
me_status.c lynx point: add new ME status information 2013-03-14 18:23:45 +01:00
nvs.h haswell: Move to per-device ACPI 2014-09-22 20:06:13 +02:00
pch.c lynxpoint: disable pcie devices based on config 2013-12-05 20:12:49 +01:00
pch.h intel/lynxpoint: Export pch_enable_lpc() for Super I/O systems 2014-07-05 10:12:05 +02:00
pci.c haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
pcie.c haswell: Misc updates from 1.6.1 ref code 2013-12-21 12:02:50 +01:00
pmutil.c lynxpoint: Cosmetic cleanup 2013-04-03 23:07:12 +02:00
rcba.c southbridge: Trivial - drop trailing blank lines at EOF 2014-07-08 13:53:21 +02:00
reset.c haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00
sata.c southbridge: Trivial - drop trailing blank lines at EOF 2014-07-08 13:53:21 +02:00
serialio.c lynxpoint: Do not put SerialIO devices into D3Hot in ACPI mode 2014-02-12 23:31:19 +01:00
smbus.c lynxpoint: Add LPT-LP device id and smbus_write_byte 2013-12-21 07:28:12 +01:00
smbus.h southbridge: Trivial - drop trailing blank lines at EOF 2014-07-08 13:53:21 +02:00
smi.c lynxpoint: Don't enable SMI handling of TCO 2014-09-18 18:31:25 +02:00
smihandler.c Replace hlt with halt() 2014-12-02 10:25:55 +01:00
usb_ehci.c usbdebug: Move under drivers/usb 2014-02-06 11:13:57 +01:00
usb_xhci.c intel/lynxpoint: Allow to always route USB3 ports to XHCI 2014-07-11 18:08:04 +02:00
watchdog.c haswell: Add initial support for Haswell platforms 2013-03-14 01:44:40 +01:00