coreboot-kgpe-d16/src/soc/intel/quark
Elyes HAOUAS f97c1c9d86 {nb,soc}: Replace min/max() with MIN/MAX()
Use MIN() and MAX() defined in commonlib/helpers.h

Change-Id: I02d0a47937bc2d6ab2cd01995a2c6b6db245da15
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37454
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-12-20 17:46:37 +00:00
..
bootblock printf: Automatically prefix %p with 0x 2019-12-11 11:38:59 +00:00
include/soc intel/quark: Drop xx_DEV_FUNC 2019-10-02 20:14:27 +00:00
romstage printf: Automatically prefix %p with 0x 2019-12-11 11:38:59 +00:00
acpi.c src: Add missing include <device/pci_ops.h> 2019-07-12 17:10:56 +00:00
chip.c
chip.h devicetree: Remove duplicate chip_ops declarations 2019-08-20 01:31:44 +00:00
ehci.c
fsp_params.c soc,mb/intel: clean up remaining FSP2.0 socs/boards 2019-10-26 15:47:49 +00:00
gpio_i2c.c src: Use include <delay.h> when appropriate 2019-04-06 16:09:12 +00:00
i2c.c {nb,soc}: Replace min/max() with MIN/MAX() 2019-12-20 17:46:37 +00:00
Kconfig Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol 2019-11-25 09:17:38 +00:00
lpc.c device: Use scan_static_bus() over scan_lpc_bus() 2019-10-08 12:59:56 +00:00
Makefile.inc soc/intel/{apl,dnv,quark}: Use strip_quotes for FSP options 2019-11-07 14:14:20 +00:00
memmap.c src: Remove unused 'include <arch/cpu.h>' 2019-12-19 05:58:50 +00:00
northcluster.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
reg_access.c src: Use CRx_TYPE type for CRx 2019-07-02 16:14:36 +00:00
reset.c
sd.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
spi.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
spi_debug.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
storage_test.c soc/intel/quark: Don't use CAR_GLOBAL 2019-05-29 20:05:06 +00:00
tsc_freq.c intel/quark: Switch to TSC_MONOTONIC_TIMER 2019-11-03 06:16:24 +00:00
uart.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
uart_common.c