aboutsummaryrefslogtreecommitdiff
path: root/cmd/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-5/+2
2023-02-10Correct SPL uses of SYS_LONGHELPSimon Glass1-1/+1
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-06-24cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait1-31/+8
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-6/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-10cmd: cpu: refactor to ensure devices are probed and improve code styleÁlvaro Fernández Rojas1-17/+13
2017-05-10cmd: cpu: fix NULL cpu feature printsÁlvaro Fernández Rojas1-0/+1
2016-03-17cpu: Add support for microcode version and CPU IDSimon Glass1-0/+7
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+114