summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/lapic/secondary.S
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86: Drop LEGACY_SMP_INITArthur Heymans2022-11-071-86/+0
* arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel2021-09-291-1/+2
* treewide: Disable R_AMD64_32S relocation supportPatrick Rudolph2021-06-151-2/+4
* cpu/x86/lapic/secondary.S: Adapt for x86_64Arthur Heymans2020-12-041-0/+13
* src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS2020-06-061-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph2019-10-291-3/+4
* cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan2017-08-311-1/+1
* arch/x86: Clean up CONFIG_SMP and MAX_CPUS testKyösti Mälkki2017-08-191-2/+0
* x86/lapic/secondary.S: Align stack for _secondary_startMarshall Dawson2017-07-201-0/+2
* src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* src/cpu/x86: Update/Add license headers to all filesMartin Roth2017-02-221-0/+13
* ramstage: prepare for relocationAaron Durbin2013-03-211-3/+5
* secondary.S: Fix dropping ramstage.aStefan Reinauer2012-11-201-0/+2
* Pass the CPU index as a parameter to startup.Ronald G. Minnich2012-11-131-0/+2
* Revert "Use broadcast SIPI to startup siblings"Sven Schnelle2012-07-311-14/+6
* Fix stack assignment during CPU initializationSven Schnelle2012-07-121-2/+1
* Only copy real-mode section of SIPI vectorKyösti Mälkki2012-07-051-9/+15
* Fix the CPU index parameter passed to secondary_cpu_init().Kyösti Mälkki2012-07-051-1/+1
* Use broadcast SIPI to startup siblingsSven Schnelle2012-07-021-5/+15
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer2010-04-251-2/+1
* issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1MYinghai Lu2005-12-141-5/+5
* tell people that the segment descriptors are different for ROMCC andLi-Ta Lo2004-11-041-1/+1
* - To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman2004-10-301-0/+3
* - Add new cvs code to cvsEric Biederman2004-10-141-0/+53