]> git.dujemihanovic.xyz Git - u-boot.git/commit
am335x, guardian: software update available status is stored in AM3352 RTC scracth...
authorGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Fri, 11 Jun 2021 16:13:48 +0000 (16:13 +0000)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:03 +0000 (17:56 +0530)
commitcaf9478624878687b7098c3037202d8892b1dee6
tree00f9715250a7e32103cfa4f1666ac9506edd7443
parent9cd380ef5ff668b5850429f3fbcf141af4eb2202
am335x, guardian: software update available status is stored in AM3352 RTC scracth register

RTC second scratch register[32-bit]:
  -zero byte hold boot count value
  -first byte hold update available state
  -second byte hold version
  -third byte hold magic number

Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210611161350.2141-17-Gireesh.Hiremath@in.bosch.com
Gbp-Pq: Topic apertis/guardian
Gbp-Pq: Name am335x-guardian-software-update-available-status-is-store.patch
drivers/bootcount/Kconfig
drivers/bootcount/Makefile
drivers/bootcount/bootcount_nvmem.c [new file with mode: 0644]