Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
e0f87ce6610a0f341ff79c2c40ddc29f26932353
/
src
/
smp.c
e0f87ce
Warn if not enough space in smp_mtrr array.
by Kevin O'Connor
· 12 years ago
bbce6d6
seabios: increase smp_mtrr array size
by Marcelo Tosatti
· 12 years ago
4d96edc
Cleanup - it's no longer necessary to manually reset global variables.
by Kevin O'Connor
· 13 years ago
22f6378
Don't try to talk to APIC on 486
by Lubomir Rintel
· 13 years ago
808939c
Fix smp cpu detect on gcc 4.5.
by Kevin O'Connor
· 14 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 14 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 14 years ago
b49e1e3
Set MaxCountCPUs even if no APIC found.
by Kevin O'Connor
· 14 years ago
19c1a76
Initialize the LINT LVTs on the local APIC of the BSP.
by Kevin O'Connor
· 14 years ago
db98107
Remove cmos access from cpu detect loop to make it faster.
by Kevin O'Connor
· 14 years ago
10ad799
Replace irq_enable() regions with explicit calls to check for irqs.
by Kevin O'Connor
· 14 years ago
91031ed
Move read/write[bwl] from smp.c to util.h.
by Kevin O'Connor
· 14 years ago
8470585
Read max number of cpus from VM.
by Kevin O'Connor
· 14 years ago
372e071
Rename VAR16_32 to VAR16VISIBLE.
by Kevin O'Connor
· 14 years ago
e97ca7b
Forward port bochs smp changes; rename smpdetect.c to smp.c.
by Kevin O'Connor
· 14 years ago
[Renamed (67%) from src/smpdetect.c]
a50ec8d
Fix compile of smpdetect - last commit missed an include.
by Kevin O'Connor
· 14 years ago
0b60a06
Unify mode16/32 compiler checks.
by Kevin O'Connor
· 14 years ago
60b6999
Minor - remove permanent_halt function.
by Kevin O'Connor
· 15 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 15 years ago
92f95b0
Add more linker protections around variables accessed from 16bit mode.
by Kevin O'Connor
· 15 years ago
4a754b3
Add linker magic to ensure 16bit variables aren't repeated in 32bit code.
by Kevin O'Connor
· 15 years ago
31bfad6
Don't turn off apic after smp detect; use cmos for smp count on emulators.
by Kevin O'Connor
· 15 years ago
f5c1161
Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.
by Kevin O'Connor
· 15 years ago
9649a96
Various minor comment updates.
by Kevin O'Connor
· 15 years ago
a06bfb6
Execute smp detect code in place instead of copying it.
by Kevin O'Connor
· 15 years ago
acf1374
Don't reset .bss on reboots.
by Kevin O'Connor
· 15 years ago
bc2aecd
Implement tsc based delay timers, and use them throughout code.
by Kevin O'Connor
· 15 years ago
484270d
Improve smp detection code.
by Kevin O'Connor
· 15 years ago
2fda7cb
Use ld to build final rom; remove custom build utilities.
by Kevin O'Connor
· 15 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 15 years ago
84ad59a
Separate out smp detection and mp table generation from rombios32.c
by Kevin O'Connor
· 15 years ago