ref(ioc-bootloader): dev_bm_ — older snapshot (pre-HEP integration)

Source: Continental git-id.conti.de/s3-bmw-mguidc/sw.sys.ioc.dev_bm.git
Branch: master @ 5e91c45 (fev 2021) — before OSIS-16425/18637/18851
SW version: 1.0.1

Difference from main (dev_bm — newer):
- No HsmStartup_HostDetection (HSM startup detection not yet added)
- Different debugger config (tviibe2m.con — without -rom_use_entry -allocmem)
- SRAM linker files still present (removed in dev_bm for SFLASH strategy)
- Startup delays still present (not yet optimized)
- No pcClient/wflash support
- Eclipse .cproject/.project present on disk but gitignored
This commit is contained in:
Fábio Coutada 2026-07-16 23:16:18 +01:00
parent 8833420a76
commit 6375b4336c
9 changed files with 47 additions and 47 deletions

View file

@ -1,47 +1,47 @@
target_connection {
{
title = "TVII-B-E-2M - GHS Probe USB"
type = "Green Hills Debug Probe (mpserv)"
short_type = "mpserv"
args = " -cfgload \"debugging\\tviibe2m.ghpcfg\" -usb 0"
command = "mpserv -cfgload \"debugging\\tviibe2m.ghpcfg\" -usb 0"
logfile = ""
mode = ""
setup_script = ""
run_mode_partner = ""
run_mode_policy = ""
sane = "yes"
log = "no"
timestamp = "0"
}
{
title = "Simulator CM0+"
type = "Simulator for ARM (simarm)"
short_type = "simarm"
args = " -cpu=cortexm0+ -rom_use_entry -allocmem"
command = "simarm -cpu=cortexm0+ -rom_use_entry -allocmem"
logfile = ""
mode = ""
setup_script = ""
run_mode_partner = ""
run_mode_policy = ""
sane = "yes"
log = "no"
timestamp = "0"
}
{
title = "Simulator CM4"
type = "Simulator for ARM (simarm)"
short_type = "simarm"
args = " -cpu=cortexm4f -fpu -rom_use_entry -allocmem"
command = "simarm -cpu=cortexm4f -fpu -rom_use_entry -allocmem"
logfile = ""
mode = ""
setup_script = ""
run_mode_partner = ""
run_mode_policy = ""
sane = "yes"
log = "no"
timestamp = "0"
}
}
target_connection {
{
title = "TVII-B-E-2M - GHS Probe USB"
type = "Green Hills Debug Probe (mpserv)"
short_type = "mpserv"
args = " -cfgload \"debugging\\tviibe2m.ghpcfg\" -usb 0"
command = "mpserv -cfgload \"debugging\\tviibe2m.ghpcfg\" -usb 0"
logfile = ""
mode = ""
setup_script = ""
run_mode_partner = ""
run_mode_policy = ""
sane = "yes"
log = "no"
timestamp = "0"
}
{
title = "Simulator CM0+"
type = "Simulator for ARM (simarm)"
short_type = "simarm"
args = " -cpu=cortexm0+ -rom_use_entry -allocmem"
command = "simarm -cpu=cortexm0+ -rom_use_entry -allocmem"
logfile = ""
mode = ""
setup_script = ""
run_mode_partner = ""
run_mode_policy = ""
sane = "yes"
log = "no"
timestamp = "0"
}
{
title = "Simulator CM4"
type = "Simulator for ARM (simarm)"
short_type = "simarm"
args = " -cpu=cortexm4f -fpu -rom_use_entry -allocmem"
command = "simarm -cpu=cortexm4f -fpu -rom_use_entry -allocmem"
logfile = ""
mode = ""
setup_script = ""
run_mode_partner = ""
run_mode_policy = ""
sane = "yes"
log = "no"
timestamp = "0"
}
}