Lines Matching refs:image
8 update itself with the image downloaded in to the memory.
19 Dell_RBU driver supports BIOS update using the monolithic image and packetized
20 image methods. In case of monolithic the driver allocates a contiguous chunk
21 of physical pages having the BIOS image. In case of packetized the app
22 using the driver breaks the image in to packets of fixed sizes and the driver
30 The user should not unload the rbu driver after downloading the BIOS image
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
61 image file and then arrange all these packets back to back in to one single
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.
91 read back the image downloaded.
96 Also after updating the BIOS image a user mode application needs to execute
98 the BIOS knows about the new image downloaded and it updates itself.
99 Also don't unload the rbu driver if the image has to be updated.