| Commit message (Expand) | Author | Age | Files | Lines |
* | cpu: Bind timer driver for boot hart | Atish Patra | 2019-02-27 | 1 | -3/+4 |
* | cpu: Add a RISC-V CPU driver | Bin Meng | 2018-12-18 | 3 | -0/+123 |
* | cpu: mpc83xx: Remove unnecessary characters in the description string | Bin Meng | 2018-11-14 | 1 | -1/+1 |
* | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay | 2018-10-28 | 1 | -2/+2 |
* | cpu: Add MPC83xx CPU driver | Mario Six | 2018-09-18 | 4 | -0/+483 |
* | test: Add tests for CPU uclass | Mario Six | 2018-09-18 | 2 | -0/+62 |
* | cpu: Add cpu_probe_all method | Mario Six | 2018-09-18 | 1 | -0/+23 |
* | bcm6838: add initial support | Philippe Reynes | 2018-08-08 | 1 | -0/+33 |
* | cpu: bmips: fix probe to get the address | Philippe Reynes | 2018-07-11 | 1 | -1/+1 |
* | cpu: bmips: convert to use live dt | Álvaro Fernández Rojas | 2018-06-01 | 1 | -9/+3 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 2 | -4/+2 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | dm: cpu: bmips: add BCM6362 support | Álvaro Fernández Rojas | 2018-03-21 | 1 | -0/+51 |
* | dm: cpu: bmips: add BCM6318 support | Álvaro Fernández Rojas | 2018-01-26 | 1 | -0/+35 |
* | dm: cpu: bmips: add BCM6368 support | Álvaro Fernández Rojas | 2018-01-26 | 1 | -0/+36 |
* | dm: core: Update device_bind_driver_to_node() to use ofnode | Simon Glass | 2017-06-01 | 1 | -3/+3 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | dm: cpu: bmips: add BCM6338 support | Álvaro Fernández Rojas | 2017-05-31 | 1 | -0/+14 |
* | dm: cpu: bmips: add BCM3380 support | Álvaro Fernández Rojas | 2017-05-31 | 1 | -0/+14 |
* | dm: cpu: bmips: add BCM6348 support | Álvaro Fernández Rojas | 2017-05-31 | 1 | -0/+34 |
* | dm: cpu: bmips: rename cpu_desc specific functions | Álvaro Fernández Rojas | 2017-05-31 | 1 | -5/+5 |
* | cpu: add CPU driver for Broadcom MIPS SoCs | Álvaro Fernández Rojas | 2017-05-10 | 2 | -0/+312 |
* | cpu: Add get_vendor callback | Alexander Graf | 2016-10-19 | 1 | -0/+10 |
* | x86: Move MP initialization codes into a common place | Bin Meng | 2015-07-14 | 1 | -0/+2 |
* | dm: cpu: Add a new get_count method to cpu uclass | Bin Meng | 2015-07-14 | 1 | -0/+10 |
* | dm: cpu: Test against cpu_ops->get_info in cpu_get_info() | Bin Meng | 2015-07-14 | 1 | -1/+1 |
* | dm: cpu: Fix undefined ENOSYS build error | Bin Meng | 2015-07-14 | 1 | -0/+1 |
* | dm: Implement a CPU uclass | Simon Glass | 2015-04-29 | 3 | -0/+76 |