Lines Matching refs:BIOS

2 Dell Remote BIOS Update driver (dell_rbu)
8 Document demonstrating the use of the Dell Remote BIOS Update driver
9 for updating BIOS images on Dell servers and desktops.
15 It does not cover the support needed from applications to enable the BIOS to
22 the BIOS on Dell servers (starting from servers sold since 1999), desktops
28 Libsmbios can also be used to update BIOS on Dell systems go to
31 Dell_RBU driver supports BIOS update using the monolithic image and packetized
33 of physical pages having the BIOS image. In case of packetized the app
41 inform the BIOS to enable the update in the next system reboot.
43 The user should not unload the rbu driver after downloading the BIOS image
55 These update mechanism depends upon the BIOS currently running on the system.
56 Most of the Dell systems support a monolithic update where the BIOS image is
60 of contiguous memory and the BIOS image is scattered in these packets.
75 The user creates packets header, gets the chunk of the BIOS image and
76 places it next to the packetheader; now, the packetheader + BIOS image chunk
78 packet, the user needs to create more such packets out of the entire BIOS
89 In monolithic update the user simply get the BIOS image (.hdr file) and copies
90 to the data file as is without any change to the BIOS image itself.
92 Do the steps below to download the BIOS image.
124 After updating the BIOS image a user mode application needs to execute
125 code which sends the BIOS update request to the BIOS. So on the next reboot
126 the BIOS knows about the new image downloaded and it updates itself.