index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: Convert the methods to use a const udevice *
Simon Glass
2020-07-25
6
-32
/
+34
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
6
-34
/
+32
*
cpu: Convert the methods to use a const udevice *
Simon Glass
2020-07-20
6
-32
/
+34
*
riscv: cpu: check and append L1 cache to cpu features
Sagar Shrikant Kadam
2020-07-01
1
-0
/
+12
*
riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit
Sagar Shrikant Kadam
2020-07-01
1
-4
/
+1
*
uclass: cpu: fix to display proper CPU features
Sagar Shrikant Kadam
2020-07-01
1
-0
/
+3
*
riscv: Enable cpu clock if it is present
Sean Anderson
2020-07-01
1
-0
/
+20
*
riscv: Try to get cpu frequency from a "clocks" node if it exists
Sean Anderson
2020-07-01
1
-1
/
+18
*
cpu: imx8: use intended cpu-thermal device when getting temp value
Anatolij Gustschin
2020-05-22
1
-25
/
+25
*
cpu: imx8: fix type and rate detection
Anatolij Gustschin
2020-05-22
1
-6
/
+6
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
4
-0
/
+4
*
common: Drop log.h from common header
Simon Glass
2020-05-18
3
-0
/
+3
*
common: Drop init.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
cpu: imx8: show RevC instead of Rev? at boot log
Frank Li
2020-05-03
1
-0
/
+2
*
cpu: imx_cpu: Print the CPU temperature for iMX8QM A72
Ye Li
2020-05-03
1
-6
/
+12
*
cpu: imx8: fix get core name and rate
Peng Fan
2020-05-03
1
-10
/
+17
*
cpu: imx8: support a72 as boot cpu
Peng Fan
2020-05-03
1
-0
/
+19
*
cpu: imx8: reimplement get cpu count
Peng Fan
2020-05-03
1
-1
/
+18
*
cpu: sandbox: support is_current
Peng Fan
2020-05-03
1
-0
/
+9
*
uclass: cpu: Add new API to get udevice for current CPU
Peng Fan
2020-05-03
1
-0
/
+34
*
cpu: Support querying the address width
Simon Glass
2020-04-16
1
-0
/
+1
*
Move strtomhz() to vsprintf.h
Simon Glass
2019-12-02
1
-0
/
+1
*
imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c
Peng Fan
2019-10-08
2
-0
/
+183
*
riscv: cpu: Skip unavailable hart in the get_count() op
Bin Meng
2019-09-03
1
-0
/
+4
*
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
[next]