There are a lot of significant modifications to common/tmr.c and common/main.c in recipes-bsp/u-boot/files/tmr.diff. However, recipes-bsp/u-boot/u-boot-tegra_%.bbappend, nor any other recipe, seems to apply this diff to the U-Boot sources.
My reasoning is that during boot, I get a message saying meta-sol ref 8e54ab013a4a34a8d5bf901e00131f3bf7581f30 which is consistent with the UGA-SSRL U-Boot fork that gets cloned in u-boot-tegra_%.bbappend. Conversely, the diffed source would print "meta-sol version 2.0".
Having this extra file that apparently doesn't do anything is pretty confusing. I'd like to remove it if it's no longer relevant.
There are a lot of significant modifications to
common/tmr.c
andcommon/main.c
inrecipes-bsp/u-boot/files/tmr.diff
. However,recipes-bsp/u-boot/u-boot-tegra_%.bbappend
, nor any other recipe, seems to apply this diff to the U-Boot sources.My reasoning is that during boot, I get a message saying
meta-sol ref 8e54ab013a4a34a8d5bf901e00131f3bf7581f30
which is consistent with the UGA-SSRL U-Boot fork that gets cloned inu-boot-tegra_%.bbappend
. Conversely, the diffed source would print "meta-sol version 2.0".Having this extra file that apparently doesn't do anything is pretty confusing. I'd like to remove it if it's no longer relevant.