commit | e9f6c845dac8a2a889ef0f0e082e980888167d21 | [log] [tgz] |
---|---|---|
author | Vijay Khemka <vijaykhemka@fb.com> | Tue Jan 14 14:32:39 2020 -0800 |
committer | Vijay Khemka <vijaykhemka@fb.com> | Wed Jan 22 16:28:14 2020 -0800 |
tree | 5f38131551e576a74782f939d5d81c51041638d1 | |
parent | ec4eec346011a5fa6882e0b020200b0c51f02cb0 [diff] |
Add support for Bios update Added support for Bios upgrade, this is just first stage where there is no version check or image verify but later on these features will also be added. Currently, this expect a bios image to be copied with manifest file having version and provide a system unit file to be executed. To enable this feature need to enable config option --enable-host_bios_upgrade via bbappend. Change-Id: If96fe71bad9dc8b187570e9dbbfaac9e9e09e3d1 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.