coreboot-kgpe-d16/src/cpu/intel/haswell
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
acpi.c haswell: Move to implicit length patching 2014-11-09 02:01:26 +01:00
bootblock.c Replace hlt with halt() 2014-12-02 10:25:55 +01:00
cache_as_ram.inc x86 romstage: Move stack just below RAMTOP 2014-10-19 06:14:05 +02:00
chip.h
finalize.c
haswell.h haswell: move to mp_init library 2014-05-05 23:38:22 +02:00
haswell_init.c {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
Kconfig haswell baytrail: Enable RELOCATABLE_RAMSTAGE 2014-10-19 06:13:35 +02:00
Makefile.inc ACPI: Remove CONFIG_GENERATE_ACPI_TABLES 2014-10-16 12:01:10 +02:00
microcode-M32306c1_ffff000d.h
microcode-M32306c2_ffff0003.h
microcode-M32306c3_00000012.h haswell: Update microcode revision 2013-12-21 07:39:04 +01:00
microcode-M3240660_ffff000b.h
microcode-M7240650_ffff000a.h haswell: Add ULT CPUID and updated microcode 2013-03-14 18:24:27 +01:00
microcode-M7240650_ffff0007.h
microcode-M7240651_00000015.h haswell: Update microcode revision 2013-12-21 07:39:04 +01:00
microcode_blob.c cpu: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:43 +02:00
microcode_blob.h cpu/intel: Remove dummy terminators from microcode blobs 2014-01-16 05:35:28 +01:00
monotonic_timer.c haswell: 24MHz monotonic time implementation 2013-05-01 07:14:36 +02:00
romstage.c Replace hlt() loops with halt() 2014-11-30 12:20:07 +01:00
smmrelocate.c {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
tsc_freq.c haswell: use tsc for udelay() 2013-05-07 18:32:41 +02:00