2021-03-28 06:06:36 -07:00
|
|
|
#include "../stm32f7ems/efifeatures.h"
|
2021-02-05 19:10:59 -08:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2021-03-04 17:58:56 -08:00
|
|
|
#undef EFI_MAP_AVERAGING
|
|
|
|
#define EFI_MAP_AVERAGING FALSE
|
|
|
|
|
2021-02-28 04:30:19 -08:00
|
|
|
#undef EFI_USE_FAST_ADC
|
|
|
|
#define EFI_USE_FAST_ADC FALSE
|
|
|
|
|
2021-02-05 20:57:28 -08:00
|
|
|
#undef EFI_MC33816
|
|
|
|
#define EFI_MC33816 FALSE
|
|
|
|
|
|
|
|
#undef EFI_CJ125
|
|
|
|
#define EFI_CJ125 FALSE
|
|
|
|
|
2021-02-05 19:10:59 -08:00
|
|
|
#undef BOARD_TLE6240_COUNT
|
|
|
|
#undef BOARD_MC33972_COUNT
|
|
|
|
#undef BOARD_TLE8888_COUNT
|
|
|
|
#define BOARD_TLE6240_COUNT 0
|
|
|
|
#define BOARD_MC33972_COUNT 0
|
|
|
|
#define BOARD_TLE8888_COUNT 0
|
|
|
|
|
2021-02-05 19:29:23 -08:00
|
|
|
#undef EFI_MAX_31855
|
|
|
|
#define EFI_MAX_31855 FALSE
|
|
|
|
|
2021-02-05 19:10:59 -08:00
|
|
|
#undef BOARD_EXT_GPIOCHIPS
|
2021-03-07 16:25:34 -08:00
|
|
|
#define BOARD_EXT_GPIOCHIPS (BOARD_TLE6240_COUNT + BOARD_MC33972_COUNT + BOARD_TLE8888_COUNT + BOARD_DRV8860_COUNT + BOARD_MC33810_COUNT)
|
|
|
|
|
|
|
|
#define EFI_USE_COMPRESSED_INI_MSD
|
2021-03-25 15:44:41 -07:00
|
|
|
|
|
|
|
// H7 has dual bank, so flash on its own (low priority) thread so as to not block any other operations
|
|
|
|
#define EFI_FLASH_WRITE_THREAD TRUE
|