Files
u-boot/drivers
Peng Fan 4c809aee50 uclass: cpu: Add new API to get udevice for current CPU
When running on SoC with multiple clusters, the boot CPU may
not be fixed, saying booting from cluster A or cluster B.
Add a API that can return the udevice for current boot CPU.
Cpu driver needs to implement is_current_cpu interface for this
feature, otherwise the API only returns the first udevice in
cpu uclass.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
2020-05-03 15:45:49 +02:00
..
2020-05-01 13:46:22 +02:00
2020-04-27 13:53:13 +02:00
2019-08-07 15:31:04 -04:00
2020-04-28 10:23:10 +02:00
2020-04-24 16:40:09 -04:00
2020-05-01 19:03:18 +02:00