]> git.baikalelectronics.ru Git - uboot.git/commit
microblaze: add support for handling PVR data
authorOvidiu Panait <ovpanait@gmail.com>
Tue, 31 May 2022 18:14:34 +0000 (21:14 +0300)
committerMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:16:00 +0000 (14:16 +0200)
commit5cdffcab865bce771c35622bc67c386c2f061324
treeebc707f01f5adb332eda3759a6ded58d81675161
parent33a1ef78b6d10663d0051e37e3b140a75c037d95
microblaze: add support for handling PVR data

Add helper code for PVR (Processor Version Register) data handling. It
will be used by the UCLASS_CPU driver to populate cpuinfo fields at
runtime.

Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Link: https://lore.kernel.org/r/20220531181435.3473549-13-ovpanait@gmail.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/microblaze/cpu/Makefile
arch/microblaze/cpu/pvr.c [new file with mode: 0644]
arch/microblaze/include/asm/pvr.h [new file with mode: 0644]
board/xilinx/microblaze-generic/Kconfig