Hello Patrick Rudolph, ron minnich, Julius Werner, build bot (Jenkins), Philipp Hug,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37364
to look at the new patch set (#2).
Change subject: src: Use <types.h> when <stdint.h> and <stddef.h> are needed ......................................................................
src: Use <types.h> when <stdint.h> and <stddef.h> are needed
types.h is supposed to provide stdint.h and stddef.h headers.
Also, some unused <stdlib.h> removed
Change-Id: I1e0c2a4dfaa5b1cde0dd4a9e213be0b383e1017f Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/arm/armv7/exception.c M src/arch/arm/eabi_compat.c M src/arch/arm/include/armv4/arch/cache.h M src/arch/arm/include/armv7/arch/cache.h M src/arch/arm64/armv8/exception.c M src/arch/arm64/armv8/mmu.c M src/arch/arm64/include/armv8/arch/cache.h M src/arch/riscv/misaligned.c M src/arch/x86/include/arch/acpigen.h M src/arch/x86/include/arch/ebda.h M src/arch/x86/include/smm.h M src/commonlib/storage/bouncebuf.h M src/ec/google/chromeec/ec_lpc.c M src/ec/google/chromeec/vstore.c M src/ec/google/wilco/chip.c M src/include/device/i2c_bus.h M src/lib/bootmem.c M src/lib/fit.c M src/lib/imd_cbmem.c M src/lib/rmodule.c M src/soc/amd/stoneyridge/BiosCallOuts.c M src/soc/cavium/cn81xx/spi.c M src/soc/intel/common/block/fast_spi/fast_spi.c M src/soc/intel/skylake/me.c M src/soc/samsung/exynos5250/spi.c M src/soc/samsung/exynos5420/spi.c M src/soc/sifive/fu540/clock.c 27 files changed, 28 insertions(+), 49 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/37364/2