I am working with a new device which has a "secure" bootloader and no 'OEM' command integration. Upon looking at the source code for (official) fastboot, I stumbled upon several commands that simply are not included in the fastboot binary ('fastboot flashing [option]') which essentially correspond to the 'OEM' commands, not only that, but within the fastboot protocol (fastboot_protocol.txt), there is a command specific to "secure" bootloaders ("verify:%08x") which isn't even in the source code...
Is this normal? Would I have to recompile fastboot myself to be able to get access to these commands?
I actually recompiled it myself and the commands do work. Sadly still no security feature so I can't actually do anything on the device without it asking for verification...