> Yes, I got this. > > > , or assuming a prior state, > > This is the our case. Isn't it the purpose of the bootloader to setup > the HW? This is a bit of a philosophical discussion. For PCs developers would definitely agree, the firmware should be setting up most of the hardware. And the firmware is involved in driving the hardware, via ACPI. That works because you mostly cannot replaces the firmware. In the ARM world we tend to take the opposite view. The bootloader does the minimum to get the OS running, and the OS then setups up everything. Often there are a choice of bootloaders, you have no idea if the vendor bootload has been replaced by a mainline one with extra features, etc. And we have no idea what the bootloader is actually doing, so we try to assume nothing. Andrew