Somewhat-Reticent
There should not be a need for any DP specific FW in the computer's BIOS. Upon power-up, the video card should detect any thing attached and send any video data there (I think all ports actually if there are more then one monitor attached), and it's up to the video card to properly format the data data for the output used.
The mobo sends the display data to the video card blindly, and lets the video card to do something with it -- either send it to all displays attached, or bitbucket it if there is no display attached.
Historically, the boot display used to be 80x24 text mode, but that's been deprecated and now it's graphic mode in newer BIOSs. I think the lowest supported graphic resolution is 640x480 @60Hz, but that can be upshifted during boot. Not sure if that's just scaling/upsampling done by the video card, or the computer is sending higher resolution data to the card.