Lines Matching refs:BIOS
2 Demonstrate the usage of the new open sourced rbu (Remote BIOS Update) driver
3 for updating BIOS images on Dell servers and desktops.
7 It does not cover the support needed from applications to enable the BIOS to
12 the BIOS on Dell servers (starting from servers sold since 1999), desktops
16 Libsmbios can also be used to update BIOS on Dell systems go to
19 Dell_RBU driver supports BIOS update using the monolithic image and packetized
21 of physical pages having the BIOS image. In case of packetized the app
28 inform the BIOS to enable the update in the next system reboot.
30 The user should not unload the rbu driver after downloading the BIOS image
41 These update mechanism depends upon the BIOS currently running on the system.
42 Most of the Dell systems support a monolithic update where the BIOS image is
45 of contiguous memory and the BIOS image is scattered in these packets.
57 The user creates packets header, gets the chunk of the BIOS image and
58 places it next to the packetheader; now, the packetheader + BIOS image chunk
60 packet, the user needs to create more such packets out of the entire BIOS
69 In monolithic update the user simply get the BIOS image (.hdr file) and copies
70 to the data file as is without any change to the BIOS image itself.
72 Do the steps below to download the BIOS image.
96 Also after updating the BIOS image a user mode application needs to execute
97 code which sends the BIOS update request to the BIOS. So on the next reboot
98 the BIOS knows about the new image downloaded and it updates itself.