[isar-cip-core 0/4] SWUpdate on BBB
Kunijadar Shivanand
From: Shivanand Kunijadar <Shivanand.Kunijadar@...>
The patches are related to swupdate on BBB using u-boot as bootloader. I confirmed swupdate on BBB board with all these patches. These patches are prepared by referring a branch[1] and patches are available at isar-cip-core branch[2]. [1] https://gitlab.com/cip-project/cip-core/isar-cip-core/-/tree/cip-sw-updates/swupdate [2] https://gitlab.com/cip-project/cip-core/isar-cip-core/-/tree/shiva/swupdate-bbb Shivanand Kunijadar (4): U-Boot: Add custom BBB U-Boot and partitioning SWUpdate: add SWUpdate customizations: add custom modifications for swupdate Added README for BBB swupdate conf/machine/bbb.conf | 23 ++++- doc/README.swupdate.bbb.md | 90 ++++++++++++++++++ recipes-bsp/u-boot-bbb/files/boot-bbb.scr.in | 79 +++++++++++++++ recipes-bsp/u-boot-bbb/files/fw_env.config | 1 + recipes-bsp/u-boot-bbb/files/ubootenv-bbb | Bin 0 -> 131072 bytes recipes-bsp/u-boot-bbb/u-boot-bbb_2022.05.bb | 59 ++++++++++++ recipes-core/customizations/common.inc | 5 +- recipes-core/customizations/files/interfaces | 6 ++ recipes-core/images/cip-core-image.bb | 9 ++ recipes-core/images/files/sw-description.tmpl | 15 +-- recipes-core/images/swupdate.inc | 7 +- .../files/swupdate.handler.u-boot.ini | 26 +++++ wic/bbb-u-boot.wks.in | 13 +++ 13 files changed, 315 insertions(+), 18 deletions(-) create mode 100644 doc/README.swupdate.bbb.md create mode 100644 recipes-bsp/u-boot-bbb/files/boot-bbb.scr.in create mode 100644 recipes-bsp/u-boot-bbb/files/fw_env.config create mode 100644 recipes-bsp/u-boot-bbb/files/ubootenv-bbb create mode 100644 recipes-bsp/u-boot-bbb/u-boot-bbb_2022.05.bb create mode 100644 recipes-core/customizations/files/interfaces create mode 100644 recipes-core/swupdate-handler-roundrobin/files/swupdate.handler.u-boot.ini create mode 100644 wic/bbb-u-boot.wks.in -- 2.20.1 |
|