coreboot-kgpe-d16/payloads/libpayload/include
Aaron Durbin 0a50d9b353 libpayload: x86: correct types used for IO
libpayload on x86 defines u32 and uint32_t as typedefs of
unsigned int. However, the readl/writel routines use long.
With alias checking this throws type punning errors. Align
the readl/writel/inl/outl types with the 32-bit fixed width
ones that are exposed.

Change-Id: Ie51cff8af4596948f6132e3cb743f1bc4ea8f204
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/10186
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2015-05-13 15:39:54 +02:00
..
arm/arch
arm64/arch libpayload arm64: update mmu translation table granule size, logic and macros 2015-04-27 20:50:00 +02:00
arpa
mips/arch
pci
storage
sys
udc
usb
x86/arch libpayload: x86: correct types used for IO 2015-05-13 15:39:54 +02:00
assert.h
cbfs.h
cbfs_core.h
cbfs_ram.h
coreboot_tables.h libpayload: cros: add serial number from coreboot table 2015-04-22 08:46:37 +02:00
ctype.h
die.h
endian.h
errno.h
exception.h
gdb.h
getopt.h
inttypes.h
ipchksum.h
kconfig.h
keycodes.h
lar.h
libpayload.h
limits.h
lzma.h
malloc.h
multiboot_tables.h
panel.h
pci.h
queue.h
stdarg.h
stddef.h
stdint.h
stdio.h
stdlib.h libpayload arm64: update mmu translation table granule size, logic and macros 2015-04-27 20:50:00 +02:00
string.h
strings.h
swab.h
sysinfo.h libpayload: cros: add serial number from coreboot table 2015-04-22 08:46:37 +02:00
term.h
unistd.h
video_console.h