Lines Matching full:image
16 update itself with the image downloaded in to the memory.
31 Dell_RBU driver supports BIOS update using the monolithic image and packetized
32 image methods. In case of monolithic the driver allocates a contiguous chunk
33 of physical pages having the BIOS image. In case of packetized the app
34 using the driver breaks the image in to packets of fixed sizes and the driver
43 The user should not unload the rbu driver after downloading the BIOS image
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
79 image file and then arrange all these packets back to back in to one single
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.
120 read back the image downloaded.
124 After updating the BIOS image a user mode application needs to execute
126 the BIOS knows about the new image downloaded and it updates itself.
127 Also don't unload the rbu driver if the image has to be updated.