~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dm: dts: Convert driver model tags to use new schemaSimon Glass2023-02-14
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* x86: Drop unnecessary mp_init logicSimon Glass2020-12-18
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* x86: mp: Add more comments to the moduleSimon Glass2020-07-20
* x86: mp: Add iterators for CPUsSimon Glass2020-07-20
* x86: mp: Park CPUs before running the OSSimon Glass2020-07-20
* x86: mp: Allow running functions on multiple CPUsSimon Glass2020-07-20
* x86: Set the SMP flag when MP init is completeSimon Glass2020-07-20
* x86: mp: Support APs waiting for instructionsSimon Glass2020-07-20
* x86: mp_init: Adjust bsp_init() to return more informationSimon Glass2020-07-20
* x86: mp_init: Set up the CPU numbers at the startSimon Glass2020-07-20
* x86: mp_init: Drop the num_cpus static variableSimon Glass2020-07-20
* x86: mp_init: Switch parameter names in start_aps()Simon Glass2020-07-20
* x86: mp_init: Avoid declarations in header filesSimon Glass2020-07-20
* x86: Move MP code into mp_initSimon Glass2020-07-20
* x86: mp_init: Switch to livetreeSimon Glass2020-07-20
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* x86: Move qemu CPU fixup function into its own fileSimon Glass2019-12-15
* x86: mp_init: Use proper error numbersSimon Glass2019-05-08
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* x86: Intel MID platforms has no microcode updateAndy Shevchenko2017-02-21
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-23
* cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-23
* x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-23
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-23
* x86: Update microcode for secondary CPUsSimon Glass2016-03-17
* x86: Record the CPU details when starting each coreSimon Glass2016-03-17
* x86: Tidy up mp_init to reduce duplicationSimon Glass2016-03-17
* x86: fix memalign() parameter orderStephen Warren2016-02-21
* x86: qemu: fix cpu device in smp bootMiao Yan2016-01-13
* x86: use actual CPU number for allocating memoryMiao Yan2016-01-13
* x86: fix a typo in function nameMiao Yan2016-01-13
* x86: Set APs' req_seq to the reg number from device treeBin Meng2015-08-14
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-05
* x86: Remove inline for lapic access routinesBin Meng2015-07-14
* x86: Move lapic_setup() call into init_bsp()Bin Meng2015-07-14
* x86: Move MP initialization codes into a common placeBin Meng2015-07-14
* x86: Add multi-processor initSimon Glass2015-04-30