File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
common/lf-openbmc/features/infrastructure Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1616 - Port platform specific u-boot changes.
1717- [X] P0 ** Kernel Porting**
1818 - Port platform specific Kernel changes.
19+ - [ ] P1 ** Flash Layout**
20+ - Implement the required flash layout.
1921- [X] P0 ** I2C device tree**
2022 - Create device tree entries for i2c devices (and enable associated
2123 drivers).
Original file line number Diff line number Diff line change 1+ The flash should layout shall contain the following in a static layout on
2+ redundant flash devices (unless specified otherwise):
3+
4+ - u-boot SPL
5+ - u-boot environment
6+ - image metadata
7+ - u-boot
8+ - kernel and initramfs FIT image
9+ - persistent data store
10+
11+ The persistent data store should only be present on the non-Recovery flash
12+ device. The persistent data store should not be mounted if the BMC has booted
13+ into the Recovery image.
14+
15+ The initramfs must contain the full rootfs image so that the BMC image can be
16+ updated while running.
17+
18+
Original file line number Diff line number Diff line change 3232 - Port platform specific u-boot changes
3333- [ ] P0 ** Kernel Porting**
3434 - Port platform specific Kernel changes
35+ - [ ] P1 ** Flash Layout**
36+ - Implement the required flash layout.
3537- [ ] P0 ** I2C device tree**
3638 - Create device tree entries for i2c devices (and enable associated
3739 drivers)
8082 after reboot or power-cycle), a method is needed to query current
8183 running firmware and firmware to be activated
8284- [ ] P2 ** FW WDT Auto-recovery**
83- - If a WDT triggers while loading a new firmware image, the BMC shall
85+ - If a WDT triggers while loading a new firmware image, the BMC shall
8486 recover to a known good version of firmware for the affected device
8587 (e.g. BIC, BIOS, CPLD or BMC)
8688- [ ] P0 ** ASD Jumper Detection**
You can’t perform that action at this time.
0 commit comments