index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
/
mp_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: dts: Convert driver model tags to use new schema
Simon Glass
2023-02-14
1
-2
/
+2
*
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
1
-5
/
+5
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
x86: Drop unnecessary mp_init logic
Simon Glass
2020-12-18
1
-16
/
+7
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-2
/
+2
*
x86: mp: Add more comments to the module
Simon Glass
2020-07-20
1
-2
/
+89
*
x86: mp: Add iterators for CPUs
Simon Glass
2020-07-20
1
-0
/
+63
*
x86: mp: Park CPUs before running the OS
Simon Glass
2020-07-20
1
-0
/
+16
*
x86: mp: Allow running functions on multiple CPUs
Simon Glass
2020-07-20
1
-6
/
+101
*
x86: Set the SMP flag when MP init is complete
Simon Glass
2020-07-20
1
-0
/
+1
*
x86: mp: Support APs waiting for instructions
Simon Glass
2020-07-20
1
-8
/
+115
*
x86: mp_init: Adjust bsp_init() to return more information
Simon Glass
2020-07-20
1
-13
/
+23
*
x86: mp_init: Set up the CPU numbers at the start
Simon Glass
2020-07-20
1
-12
/
+9
*
x86: mp_init: Drop the num_cpus static variable
Simon Glass
2020-07-20
1
-7
/
+15
*
x86: mp_init: Switch parameter names in start_aps()
Simon Glass
2020-07-20
1
-6
/
+19
*
x86: mp_init: Avoid declarations in header files
Simon Glass
2020-07-20
1
-20
/
+20
*
x86: Move MP code into mp_init
Simon Glass
2020-07-20
1
-12
/
+10
*
x86: mp_init: Switch to livetree
Simon Glass
2020-07-20
1
-2
/
+1
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
x86: Move qemu CPU fixup function into its own file
Simon Glass
2019-12-15
1
-68
/
+5
*
x86: mp_init: Use proper error numbers
Simon Glass
2019-05-08
1
-5
/
+5
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
x86: Intel MID platforms has no microcode update
Andy Shevchenko
2017-02-21
1
-1
/
+2
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-1
/
+2
*
x86: Call lapic_setup() in interrupt_init()
Bin Meng
2016-05-23
1
-2
/
+0
*
cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]
Miao Yan
2016-05-23
1
-1
/
+1
*
x86: qemu: split qfw command interface and qfw core
Miao Yan
2016-05-23
1
-2
/
+2
*
x86: qemu: Move qfw command over to cmd and add Kconfig entry
Tom Rini
2016-05-23
1
-1
/
+1
*
x86: Update microcode for secondary CPUs
Simon Glass
2016-03-17
1
-2
/
+4
*
x86: Record the CPU details when starting each core
Simon Glass
2016-03-17
1
-0
/
+5
*
x86: Tidy up mp_init to reduce duplication
Simon Glass
2016-03-17
1
-53
/
+26
*
x86: fix memalign() parameter order
Stephen Warren
2016-02-21
1
-1
/
+1
*
x86: qemu: fix cpu device in smp boot
Miao Yan
2016-01-13
1
-0
/
+72
*
x86: use actual CPU number for allocating memory
Miao Yan
2016-01-13
1
-3
/
+3
*
x86: fix a typo in function name
Miao Yan
2016-01-13
1
-3
/
+3
*
x86: Set APs' req_seq to the reg number from device tree
Bin Meng
2015-08-14
1
-0
/
+7
*
x86: Add some missing global_data declarations in files that use gd
Simon Glass
2015-08-05
1
-0
/
+2
*
x86: Remove inline for lapic access routines
Bin Meng
2015-07-14
1
-9
/
+18
*
x86: Move lapic_setup() call into init_bsp()
Bin Meng
2015-07-14
1
-1
/
+1
*
x86: Move MP initialization codes into a common place
Bin Meng
2015-07-14
1
-3
/
+15
*
x86: Add multi-processor init
Simon Glass
2015-04-30
1
-0
/
+496