u-boot/drivers/cpu
Ovidiu Panait 816226d27e cpu: add CPU driver for microblaze
Add a basic CPU driver that retrieves information about the microblaze CPU
core. cpu_ops handlers are implemented so that the "cpu" command can work
properly:

U-Boot-mONStR> cpu list
  0: cpu@0      MicroBlaze @ 50MHz, Rev: 11.0, FPGA family: zynq7000
U-Boot-mONStR> cpu detail
  0: cpu@0      MicroBlaze @ 50MHz, Rev: 11.0, FPGA family: zynq7000
        ID = 0, freq = 50 MHz: L1 cache, MMU

Note: cpu_ver_lookup[] and family_string_lookup[] arrays were imported from
linux.

Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Link: https://lore.kernel.org/r/20220531181435.3473549-14-ovpanait@gmail.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
2022-06-24 14:16:00 +02:00
..
at91_cpu.c cpu: at91: add compatible for ARM9260EJ-S 2021-09-21 10:05:37 +03:00
bmips_cpu.c dm: treewide: Rename ..._platdata variables to just ..._plat 2020-12-13 16:51:09 -07:00
cpu-uclass.c cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC 2022-06-24 14:16:00 +02:00
cpu_sandbox.c sandbox: correct cpu nodes 2021-09-25 09:46:15 -06:00
imx8_cpu.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
Kconfig cpu: add CPU driver for microblaze 2022-06-24 14:16:00 +02:00
Makefile cpu: add CPU driver for microblaze 2022-06-24 14:16:00 +02:00
microblaze_cpu.c cpu: add CPU driver for microblaze 2022-06-24 14:16:00 +02:00
mpc83xx_cpu.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
mpc83xx_cpu.h cpu: Add MPC83xx CPU driver 2018-09-18 08:12:21 -06:00
riscv_cpu.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00