u-boot/board/toradex/common
Simon Glass e33a5c6be5 blk: Switch over to using uclass IDs
We currently have an if_type (interface type) and a uclass id. These are
closely related and we don't need to have both.

Drop the if_type values and use the uclass ones instead.

Maintain the existing, subtle, one-way conversion between UCLASS_USB and
UCLASS_MASS_STORAGE for now, and add a comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-16 11:05:16 -04:00
..
Kconfig board: toradex: make USB PID from config block optional 2021-08-09 13:09:29 +02:00
Makefile toradex: tdx-cfg-block: add EEPROM read/store wrappers 2020-07-27 14:00:36 +02:00
tdx-cfg-block.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
tdx-cfg-block.h toradex: tdx-cfg-block: Cleanup interactive cfg block creation 2022-07-25 16:12:00 +02:00
tdx-common.c toradex: common: Improve product/serial print during boot 2022-07-25 16:12:00 +02:00
tdx-common.h toradex: common: Remove stale function declaration 2022-07-25 16:12:00 +02:00
tdx-eeprom.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
tdx-eeprom.h toradex: tdx-cfg-block: add EEPROM read/store wrappers 2020-07-27 14:00:36 +02:00