public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Tidy up some dangling OP-TEE gotchas
@ 2019-04-24  0:43 Bryan O'Donoghue
  2019-04-24  0:43 ` [U-Boot] [PATCH 1/4] optee: Make TZDRAM config options contingent on CONFIG_OPTEE Bryan O'Donoghue
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bryan O'Donoghue @ 2019-04-24  0:43 UTC (permalink / raw)
  To: u-boot

Rober P Day rightly pointed out that some odd OP-TEE specific defines were
appearing in his defconfig, despite not having CONFIG_OPTEE=y set in his
defconfig.

Looking into this with a small bit of restructure we can fix this corner
case.

- Make sure OP-TEE CONFIG options only appear when you are compiling for
  OPTEE
- Fix WaRP7 BL33 so that the low-level init skipping routines can tolerate
  the afore mentioned change.
- Update MAINTAINERS with my own details so that questions pertaining to
  lib/optee comes my way.

Bryan O'Donoghue (4):
  optee: Make TZDRAM config options contingent on CONFIG_OPTEE
  warp7: include: configs: Skip low-level init if BOOTM_OPTEE false
  warp7: configs: bl33: Tidy up OPTEE defines
  MAINTAINERS: Update lib/optee with my details

 MAINTAINERS                  | 5 +++++
 configs/warp7_bl33_defconfig | 4 +++-
 include/configs/warp7.h      | 4 +---
 lib/optee/Kconfig            | 2 ++
 4 files changed, 11 insertions(+), 4 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-04-30 12:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-24  0:43 [U-Boot] [PATCH 0/4] Tidy up some dangling OP-TEE gotchas Bryan O'Donoghue
2019-04-24  0:43 ` [U-Boot] [PATCH 1/4] optee: Make TZDRAM config options contingent on CONFIG_OPTEE Bryan O'Donoghue
2019-04-24  0:43 ` [U-Boot] [PATCH 2/4] warp7: include: configs: Skip low-level init if BOOTM_OPTEE false Bryan O'Donoghue
2019-04-24  0:43 ` [U-Boot] [PATCH 3/4] warp7: configs: bl33: Tidy up OPTEE defines Bryan O'Donoghue
2019-04-24  0:43 ` [U-Boot] [PATCH 4/4] MAINTAINERS: Update lib/optee with my details Bryan O'Donoghue
2019-04-30  1:30 ` [U-Boot] [PATCH 0/4] Tidy up some dangling OP-TEE gotchas Bryan O'Donoghue
2019-04-30 11:20   ` Rui Miguel Silva
2019-04-30 12:59   ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox