mbox series

[0/4] U-boot refactor and uprevision

Message ID 20211122072805.2123748-1-Vijaikumar_Kanagarajan@mentor.com
Headers show
Series U-boot refactor and uprevision | expand

Message

Vijai Kumar K Nov. 21, 2021, 9:28 p.m. UTC
This series is a combination of the below two series.
https://groups.google.com/g/isar-users/c/pdKjjHll8Ns
https://groups.google.com/g/isar-users/c/j0D4yTlIyH0

Addressed various review comments in those thread.

P1 and P2 Introduces DEB_BUILD_PROFILES

P3 and P4 Upgrades ISAR to the latest u-boot version

CI Job running at:
http://ci.isar-build.org:8080/job/isar_vkk_devel/100/console

Thanks,
Vijai Kumar K

Vijai Kumar K (4):
  u-boot: Switch to use DEB_BUILD_PROFILES
  meta-isar: u-boot: Migrate to U_BOOT_BUILD_PROFILES
  meta: u-boot: Prepare for newer versions
  meta-isar: u-boot: Update to 2021.10

 RECIPE-API-CHANGELOG.md                       |  12 ++
 ...y-add-property-no-map-to-created-res.patch | 151 ------------------
 ...rty-no-map-to-secure-reserved-memory.patch |  33 ----
 ...{u-boot-2020.10.inc => u-boot-2021.10.inc} |   2 +-
 ...0.10.bb => u-boot-de0-nano-soc_2021.10.bb} |   2 +-
 .../u-boot/u-boot-stm32mp15x_2020.10.bb       |  10 --
 .../u-boot/u-boot-stm32mp15x_2021.10.bb       |   6 +
 .../u-boot/files/debian/control.tmpl          |  13 ++
 meta/recipes-bsp/u-boot/files/debian/rules    |   9 +-
 meta/recipes-bsp/u-boot/u-boot-custom.inc     |  56 ++++---
 10 files changed, 71 insertions(+), 223 deletions(-)
 delete mode 100644 meta-isar/recipes-bsp/u-boot/files/0001-fdtdec-optionally-add-property-no-map-to-created-res.patch
 delete mode 100644 meta-isar/recipes-bsp/u-boot/files/0002-optee-add-property-no-map-to-secure-reserved-memory.patch
 rename meta-isar/recipes-bsp/u-boot/{u-boot-2020.10.inc => u-boot-2021.10.inc} (72%)
 rename meta-isar/recipes-bsp/u-boot/{u-boot-de0-nano-soc_2020.10.bb => u-boot-de0-nano-soc_2021.10.bb} (83%)
 delete mode 100644 meta-isar/recipes-bsp/u-boot/u-boot-stm32mp15x_2020.10.bb
 create mode 100644 meta-isar/recipes-bsp/u-boot/u-boot-stm32mp15x_2021.10.bb

Comments

Jan Kiszka Nov. 21, 2021, 9:49 p.m. UTC | #1
On 22.11.21 08:28, Vijai Kumar K wrote:
> This series is a combination of the below two series.
> https://groups.google.com/g/isar-users/c/pdKjjHll8Ns
> https://groups.google.com/g/isar-users/c/j0D4yTlIyH0
> 
> Addressed various review comments in those thread.
> 
> P1 and P2 Introduces DEB_BUILD_PROFILES
> 
> P3 and P4 Upgrades ISAR to the latest u-boot version
> 
> CI Job running at:
> http://ci.isar-build.org:8080/job/isar_vkk_devel/100/console
> 
> Thanks,
> Vijai Kumar K
> 
> Vijai Kumar K (4):
>   u-boot: Switch to use DEB_BUILD_PROFILES
>   meta-isar: u-boot: Migrate to U_BOOT_BUILD_PROFILES
>   meta: u-boot: Prepare for newer versions
>   meta-isar: u-boot: Update to 2021.10
> 
>  RECIPE-API-CHANGELOG.md                       |  12 ++
>  ...y-add-property-no-map-to-created-res.patch | 151 ------------------
>  ...rty-no-map-to-secure-reserved-memory.patch |  33 ----
>  ...{u-boot-2020.10.inc => u-boot-2021.10.inc} |   2 +-
>  ...0.10.bb => u-boot-de0-nano-soc_2021.10.bb} |   2 +-
>  .../u-boot/u-boot-stm32mp15x_2020.10.bb       |  10 --
>  .../u-boot/u-boot-stm32mp15x_2021.10.bb       |   6 +
>  .../u-boot/files/debian/control.tmpl          |  13 ++
>  meta/recipes-bsp/u-boot/files/debian/rules    |   9 +-
>  meta/recipes-bsp/u-boot/u-boot-custom.inc     |  56 ++++---
>  10 files changed, 71 insertions(+), 223 deletions(-)
>  delete mode 100644 meta-isar/recipes-bsp/u-boot/files/0001-fdtdec-optionally-add-property-no-map-to-created-res.patch
>  delete mode 100644 meta-isar/recipes-bsp/u-boot/files/0002-optee-add-property-no-map-to-secure-reserved-memory.patch
>  rename meta-isar/recipes-bsp/u-boot/{u-boot-2020.10.inc => u-boot-2021.10.inc} (72%)
>  rename meta-isar/recipes-bsp/u-boot/{u-boot-de0-nano-soc_2020.10.bb => u-boot-de0-nano-soc_2021.10.bb} (83%)
>  delete mode 100644 meta-isar/recipes-bsp/u-boot/u-boot-stm32mp15x_2020.10.bb
>  create mode 100644 meta-isar/recipes-bsp/u-boot/u-boot-stm32mp15x_2021.10.bb
> 

Looks good to me!

Jan