Skip to content

Conversation

@tantalum7
Copy link

Added optional support for mapping BOOTP requests from specific vendorIDs to specific filenames.
This is configured by adding a [bootp_mapping] section, and entries for each mapping in the form:
vendor_id = filename

For example, to support the multi-stage AM335x BOOTP process:
[boot_mapping]
AM335x ROM = u-boot-spl-restore.bin
AM335x SPL U-BOOT = u-boot-restore.img

If no mapping entry is found for a VendorID, then the filename specified in the [bootp] section is used.

 Added optional support for mapping BOOTP requests from specific vendorIDs to specific filenames.
 This is configured by adding a [bootp_mapping] section, and entries for each mapping in the form:
   vendor_id = filename

 For example, to support the multi-stage AM335x BOOTP process:
 [boot_mapping]
 AM335x ROM = u-boot-spl-restore.bin
 AM335x SPL U-BOOT = u-boot-restore.img

 If no mapping entry is found for a VendorID, then the filename specified in the [bootp] section is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant