coreboot-kgpe-d16/src
Aaron Durbin 25a885b52d cpu/x86/smm: fix up types in module loader
For sizes and dimensions use size_t. For pointer casts
use uintptr_t. Also, use the ALIGN_UP macro instead of
open coding the operation.

Change-Id: Id28968e60e51f46662c37249277454998afd5c0d
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/20241
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2017-06-22 03:45:41 +00:00
..
acpi src/acpi: Capitalize ACPI and SATA 2016-07-31 19:25:40 +02:00
arch arch/x86/smbios: Fix undefined behavior 2017-06-20 03:15:48 +02:00
commonlib arch/x86/ebda: Change memcpy() to endian wrappers 2017-06-20 03:13:18 +02:00
console src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
cpu cpu/x86/smm: fix up types in module loader 2017-06-22 03:45:41 +00:00
device device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
drivers drivers/net/r8168: Get mac address from VPD 2017-06-20 03:17:51 +02:00
ec device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
include cpu/x86/smm: fix up types in module loader 2017-06-22 03:45:41 +00:00
lib cr50: process uninitialized values gracefully 2017-06-21 20:29:11 +00:00
mainboard mb/google/poppy: Add camera devices power sequencing through ACPI power resources 2017-06-20 05:08:41 +02:00
northbridge nb/intel/pineview/raminit: Remove very long delays 2017-06-19 20:48:55 +02:00
soc soc/intel/common: Add SMM common code for Intel Platforms 2017-06-20 18:30:43 +02:00
southbridge southbridge/bd82x6x - add GNVS var for trackpad IRQ 2017-06-16 16:09:57 +02:00
superio device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
vboot vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
vendorcode vendorcode/siemens: Add new values to hwilib 2017-06-13 10:27:04 +02:00
Kconfig Add support for Undefined Behavior Sanitizer 2017-06-14 19:56:59 +02:00