Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reports: dasharo-hcl-report: remove board_config call
Running HCL on platforms that are not listed in board_config ends on exiting the script. Calling that function was added while working on APU support, as there is multiple flash chip detected when try to use flashrom on that platform so chip name definition was added to specific platform in board_config. There is no need for that as check_flash_chip function check one by one known chips from the list defined as FLASH_CHIP_LIST (in dts_environment) and uses one, that does not return error when flashrom is invoked. Later in HCL we uses check_intel_regions func which needs PROGRAMMER_BIOS variable but this is by default defined in dts_enviroment as `internal` so in HCL we can assume to use this programmer for every platform. Signed-off-by: Tomasz Żyjewski <[email protected]>
- Loading branch information