,
Finding a particular BIOS file
The HP repository (an HTTP/FTP file store) has a different folder for each sysid, each containing the following:
•Catalog (.xml file) that lists supported BIOS files for the particular platfom
•Individual BIOS updates (.bin files)
Note
A custom implementation of an HTTP or FTP server requires a catalog and one or more BIOS files. Even if you are only providing a single BIOS update, a catalog file is required.
When using the BIOS Update via Network feature, the BIOS computes the address of the custom repository using a base address (update_url).The format of the repository address becomes:
update_url/sysid/sysid.xml
For example, if the repository address is http://example.com/files/pcbios and the sysid is 1909, the BIOS would attempt to download the catalog from http://example.com/files/pcbios/1909/1909.xml.
The domain portion of the URL is not
The path portion of the URL is generally
Organizing the catalog
The BIOS builds download URLs for the catalog and the update file using the same mechanism, ensuring that the update is downloaded from the appropriate repository folder.
Note
In order to prevent buffer overflow attacks during the download process, the BIOS sets a
23