index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
x86
/
lapic
Age
Commit message (
Expand
)
Author
2011-07-22
Add SSE3 dependent code
efdesign98
2011-05-10
This replaces the fixed shift values in the apic timer init with macros.
Vikram Narayanan
2010-11-22
Printing coreboot debug messages on VGA console is pretty much useless, since
Stefan Reinauer
2010-10-19
To reduce boot time, remove the double startup IPI and 10 ms delay from lapic...
Scott Duplichan
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-25
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-01
- Simplify stack size determination: MAX_CPUS * STACK_SIZE
Patrick Georgi
2010-02-20
trival. All the changes is about comment and spaces.
Zheng Bao
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-04
- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
Patrick Georgi
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-10-16
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-09-29
Remove some warnings.
Myles Watson
2009-08-12
Kconfig!
Patrick Georgi
2009-07-21
this bug sneaked in during conversion
Stefan Reinauer
2009-07-21
* rework tsc based timer code to use inb instead of outb for calibration
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-13
Following patch adds necessary hooks and as well the compile time checks for
Rudolf Marek
2009-04-03
drop another shadow variable (trivial)
Stefan Reinauer
2009-03-06
fix a bunch of cast and type warnings and don't call the apic "nvram", that
Stefan Reinauer
2009-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2008-12-18
This patch gets rid of all the implicit definition warnings for serengeti exc...
Myles Watson
2008-10-29
Support for Intel Core Duo and Core 2 Duo (tm) CPUs.
Stefan Reinauer
2008-08-02
Go back to SIPI WAIT state for those CPUS defining the newly introduced
Stefan Reinauer
2008-01-18
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2006-10-04
AMD Rev F support
Yinghai Lu
2006-05-18
init the ECC for BSP and AP at the same time. So reduce init cpus time
Yinghai Lu
2006-04-03
new cache_as_ram support
Yinghai Lu
2006-01-09
don't need copy_secondary_start_to_1m_below for non-smp
Yinghai Lu
2006-01-04
1M boundary for _RAMBASE=1M, and CONFIG_LB_TOPK 8M above support
Yinghai Lu
2005-12-14
issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1M
Yinghai Lu
2005-12-02
1201_ht_bus0_dev0_fidvid_core.diff
Stefan Reinauer
2005-09-12
Fix hang during secondary CPU sibling init caused by nested spinlocks.
Steven J. Magnani
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51
arch import user (historical)
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34
arch import user (historical)
2005-01-03
serialize cpus for >2
Yinghai Lu
2004-11-18
- First stab at getting the ppc ports building and working.
Eric Biederman
2004-11-04
tell people that the segment descriptors are different for ROMCC and
Li-Ta Lo
2004-10-30
- To reduce confuse rename the parts of linuxbios bios that run from
Eric Biederman
2004-10-29
Changes to allow Via/Epia code to be compiled after recent code changes.
Mark Wilkinson
2004-10-16
- HDAMA boots!
Eric Biederman
2004-10-16
- First stab at running linuxbios without the old static device tree.
Eric Biederman
2004-10-14
- Add new cvs code to cvs
Eric Biederman