coreboot-kgpe-d16/src/southbridge
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
..
amd southbridge/amd/agesa/hudson/pci.c: Use DEVICE_NOOP macro 2014-11-27 11:28:38 +01:00
broadcom Use 'pci_devfn_t' over 'device_t' mixed type in 'reset.c' 2014-11-05 14:53:56 +01:00
dmp cmos: Rename the CMOS related functions. 2014-10-22 03:55:14 +02:00
intel Replace hlt with halt() 2014-12-02 10:25:55 +01:00
nvidia Use 'pci_devfn_t' over 'device_t' mixed type in 'reset.c' 2014-11-05 14:53:56 +01:00
rdc southbridge: Trivial - drop trailing blank lines at EOF 2014-07-08 13:53:21 +02:00
ricoh southbridge/ricoh,ti: Remove trailing whitespace in debug output 2014-08-10 08:27:41 +02:00
sis Use 'pci_devfn_t' over 'device_t' mixed type in 'reset.c' 2014-11-05 14:53:56 +01:00
ti southbridge/ricoh,ti: Remove trailing whitespace in debug output 2014-08-10 08:27:41 +02:00
via soutbridge/*/bootblock: Use pci_dev_t over device_t typedef 2014-11-05 14:41:47 +01:00
Kconfig Add support for DMP Vortex86EX PCI southbridge. 2013-07-03 18:31:22 +02:00
Makefile.inc Add support for DMP Vortex86EX PCI southbridge. 2013-07-03 18:31:22 +02:00