Age | Commit message (Expand) | Author |
2020-07-25 | cpu: Convert the methods to use a const udevice * | Simon Glass |
2020-07-24 | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini |
2020-07-20 | cpu: Convert the methods to use a const udevice * | Simon Glass |
2020-07-01 | riscv: cpu: check and append L1 cache to cpu features | Sagar Shrikant Kadam |
2020-07-01 | riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit | Sagar Shrikant Kadam |
2020-07-01 | uclass: cpu: fix to display proper CPU features | Sagar Shrikant Kadam |
2020-07-01 | riscv: Enable cpu clock if it is present | Sean Anderson |
2020-07-01 | riscv: Try to get cpu frequency from a "clocks" node if it exists | Sean Anderson |
2020-05-22 | cpu: imx8: use intended cpu-thermal device when getting temp value | Anatolij Gustschin |
2020-05-22 | cpu: imx8: fix type and rate detection | Anatolij Gustschin |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-05-18 | common: Drop net.h from common header | Simon Glass |
2020-05-03 | cpu: imx8: show RevC instead of Rev? at boot log | Frank Li |
2020-05-03 | cpu: imx_cpu: Print the CPU temperature for iMX8QM A72 | Ye Li |
2020-05-03 | cpu: imx8: fix get core name and rate | Peng Fan |
2020-05-03 | cpu: imx8: support a72 as boot cpu | Peng Fan |
2020-05-03 | cpu: imx8: reimplement get cpu count | Peng Fan |
2020-05-03 | cpu: sandbox: support is_current | Peng Fan |
2020-05-03 | uclass: cpu: Add new API to get udevice for current CPU | Peng Fan |
2020-04-16 | cpu: Support querying the address width | Simon Glass |
2019-12-02 | Move strtomhz() to vsprintf.h | Simon Glass |
2019-10-08 | imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c | Peng Fan |
2019-09-03 | riscv: cpu: Skip unavailable hart in the get_count() op | Bin Meng |
2019-02-27 | cpu: Bind timer driver for boot hart | Atish Patra |
2018-12-18 | cpu: Add a RISC-V CPU driver | Bin Meng |
2018-11-14 | cpu: mpc83xx: Remove unnecessary characters in the description string | Bin Meng |
2018-10-28 | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay |
2018-09-18 | cpu: Add MPC83xx CPU driver | Mario Six |
2018-09-18 | test: Add tests for CPU uclass | Mario Six |
2018-09-18 | cpu: Add cpu_probe_all method | Mario Six |
2018-08-08 | bcm6838: add initial support | Philippe Reynes |
2018-07-11 | cpu: bmips: fix probe to get the address | Philippe Reynes |
2018-06-01 | cpu: bmips: convert to use live dt | Álvaro Fernández Rojas |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-03-21 | dm: cpu: bmips: add BCM6362 support | Álvaro Fernández Rojas |
2018-01-26 | dm: cpu: bmips: add BCM6318 support | Álvaro Fernández Rojas |
2018-01-26 | dm: cpu: bmips: add BCM6368 support | Álvaro Fernández Rojas |
2017-06-01 | dm: core: Update device_bind_driver_to_node() to use ofnode | Simon Glass |
2017-06-01 | dm: Rename dev_addr..() functions | Simon Glass |
2017-05-31 | dm: cpu: bmips: add BCM6338 support | Álvaro Fernández Rojas |
2017-05-31 | dm: cpu: bmips: add BCM3380 support | Álvaro Fernández Rojas |
2017-05-31 | dm: cpu: bmips: add BCM6348 support | Álvaro Fernández Rojas |
2017-05-31 | dm: cpu: bmips: rename cpu_desc specific functions | Álvaro Fernández Rojas |
2017-05-10 | cpu: add CPU driver for Broadcom MIPS SoCs | Álvaro Fernández Rojas |
2016-10-19 | cpu: Add get_vendor callback | Alexander Graf |
2015-07-14 | x86: Move MP initialization codes into a common place | Bin Meng |
2015-07-14 | dm: cpu: Add a new get_count method to cpu uclass | Bin Meng |