From 9b93679600c7d41a2193a1a7a12f156836f437a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=BByjewski?= Date: Thu, 18 Apr 2024 10:51:21 +0200 Subject: [PATCH] reports: dasharo-hcl-report: remove board_config call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- reports/dasharo-hcl-report | 1 - 1 file changed, 1 deletion(-) diff --git a/reports/dasharo-hcl-report b/reports/dasharo-hcl-report index f2cc8f75..c32a05cc 100755 --- a/reports/dasharo-hcl-report +++ b/reports/dasharo-hcl-report @@ -63,7 +63,6 @@ fi FULL_UPLOAD_URL="https://cloud.3mdeb.com/index.php/s/"${CLOUDSEND_LOGS_URL} -board_config check_flash_chip mkdir logs