Re: [PATCH v2 14/33] dtoc: Support tracking the phase of U-Boot

2021-02-06 Thread Simon Glass
U-Boot operates in several phases, typically TPL, SPL and U-Boot proper. The latter does not use dtoc. In some rare cases different drivers are used for two phases. For example, in TPL it may not be necessary to use the full PCI subsystem, so a simple driver can be used instead. This works in the

[PATCH v2 14/33] dtoc: Support tracking the phase of U-Boot

2021-02-03 Thread Simon Glass
U-Boot operates in several phases, typically TPL, SPL and U-Boot proper. The latter does not use dtoc. In some rare cases different drivers are used for two phases. For example, in TPL it may not be necessary to use the full PCI subsystem, so a simple driver can be used instead. This works in the