coreboot/src
Elyes HAOUAS d26844ce82 cpu: Add missing #include <commonlib/helpers.h>
ALIGN and ALIGN_UP needs 'helpers.h'

Change-Id: Ib3a9e0d6caff69f4b0adb54364b47cc6ac52a610
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33658
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2019-06-21 16:04:16 +00:00
..
acpi
arch arch: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:06 +00:00
commonlib commonlib/storage: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:43 +00:00
console console: Allow using vprintk() with disabled console 2019-06-11 17:29:02 +00:00
cpu cpu: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:16 +00:00
device device/pci_rom: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:49:57 +00:00
drivers drivers/ipmi: Add chip ops 2019-06-21 12:53:44 +00:00
ec ec/kontron/kempld/kempld_i2c.c: Remove unneeded 'else' 2019-06-21 08:32:32 +00:00
include device_tree: Update comment style to C89 2019-06-21 09:23:19 +00:00
lib device_tree: Update comment style to C89 2019-06-21 09:23:19 +00:00
mainboard mb/ocp/wedge100s: Use the new IPMI driver 2019-06-21 12:54:18 +00:00
northbridge nb/amd/amdmct/mct_ddr3: Remove unused code 2019-06-21 09:14:43 +00:00
security security/vboot: Remove useless 'const' 2019-06-21 08:48:51 +00:00
soc mediatek/mt8183: support SAMSUNG and MICRON EMCP LPDDR4X DDR bootup 2019-06-21 09:57:52 +00:00
southbridge sb/intel/common: Link SPI code in bootblock 2019-06-21 09:18:57 +00:00
superio superio/fintek/f71863fg: Remove variable set but not used 2019-05-25 18:20:15 +00:00
vendorcode vendorcode/agesa/*/Proc/IDS/Library/IdsLib.c: Fix logical 'or' tests 2019-06-15 16:31:11 +00:00
Kconfig arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMAL 2019-06-15 17:24:44 +00:00