aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor/boot-monitor_git.bb
AgeCommit message (Collapse)Author
2022-02-22classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transportsDenys Dmytriyenko
Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-08-17meta-ti: convert to new override syntax in honisterDenys Dmytriyenko
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2020-10-23boot-monitor: update to latest commit SHADan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com>
2017-05-02boot-monitor: update to ti2017.01-rc2 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-24boot-monitor: fix build issue caused by Makefile tabs forcing sparse useDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Dan Murphy <dmurphy@ti.com>
2017-04-24boot-monitor: update to ti2017.01-rc1 tagDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-09-12boot-monitor: update and bump version due to image format changeDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-02recipes: replace remaining base_contains with bb.utils.containsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-12-18boot-monitor: Update commit sha for boot monitorDan Murphy
Update the commit sha to the latest commit for the boot monitor and uptick the rev as well The update contains non-critical build fixes Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-05boot-monitor: migrate to the new git source, major version bumpDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-09boot-monitor: adjust resulting skern name to be SOC specific, not machine ↵Denys Dmytriyenko
specific Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-08boot-monitor: also package resulting skern file into /bootDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-08-28boot-monitor: Update to new version 15.07Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-06-30boot-monitor: Mark the package as machine-specificSam Nelson
- Recipe builds machine specific skern image Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-05-21recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patchingDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-05-13boot-monitor: pass custom LD var that includes sysroot optionDenys Dmytriyenko
Otherwise it fails to link against static libgcc with OE toolchain. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-10-27boot-monitor: Update to latest tag 14.09Sam Nelson
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-10-07boot-monitor: pass float ABI flag to fix gcc-4.9.1 issue with stubsDenys Dmytriyenko
Otherwise fails with the below error, similar to am33x-cm3: fatal error: gnu/stubs-soft.h: No such file or directory Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-21keystone: k2l-evm conf: add k2l-evm machine configHao Zhang
k2l-evm machine config shares the same Keystone SoC family, it has K2L EVM specific machine configuration for UBI image, boot monitor, U-boot, etc. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-21keystone: machine config: change machine config name from keystone-evm to ↵Hao Zhang
k2hk-evm Keystone II SOC family has multiple devices and EVMs: k2hk, k2l and k2e, each EVM should have a separate machine config, and share the common keystone SOC family. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-01-27boot-monitor: keystone-evm: update to latest versionSam Nelson
- Update SRC URL - Update Revision string - Update SRCREV commit id Signed-off-by: Sam Nelson <sam.nelson@ti.com> ----- Updated Revision numbers ----- Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-08-23boot-monitor: use commit ID instead of tag, update to latest releaseDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-01-29keystone: update kernel and bootloaders recipes for mcsdk alpha7 releaseMurali Karicheri
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-01-28keystone: boot-monitor: add initial recipeMurali Karicheri
This adds recipe to build boot monitor image. Boot monitor is a standalone image that is loaded and executed from u-boot to replace the RBL provided monitor code in ARM with Linux boot specific code. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>