index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
init
Age
Commit message (
Expand
)
Author
2010-08-14
My forgotten CAR cleanup patch...
Stefan Reinauer
2010-08-14
bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were
Stefan Reinauer
2010-07-09
Trivial fix to make CONFIG_BOOTBLOCK_NORMAL switch compile again.
Myles Watson
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-25
a single place for the romstage stack for copy_and_run.
Stefan Reinauer
2010-04-25
drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"
Stefan Reinauer
2010-04-20
- move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has
Stefan Reinauer
2010-04-13
clean up LD scripts and add some comments and proper license headers
Stefan Reinauer
2010-04-13
Speed up coreboot_ram loading by moving the decompression stack
Stefan Reinauer
2010-04-09
drop unused files, and we only use ASM_LOG_LEVEL in one file now
Stefan Reinauer
2010-04-09
thin out romcc epilogue and have it call copy_and_run as
Stefan Reinauer
2010-04-08
Split crt0.S.lb into prologue and epilogue
Patrick Georgi
2010-04-01
-Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.
Stefan Reinauer
2010-03-30
get coreboot_ap memory training in cache mechanism in place. Didn't work since
Stefan Reinauer
2010-03-05
Fix creation of coreboot.bootblock when -O2 is specified instead of -Os (4GB ...
Stefan Reinauer
2010-02-24
Enable user selectable bootblocks, and provide a bootblock that
Patrick Georgi
2010-02-23
- Remove src/arch/i386/init/ldscript_cbfs.lb as it's not used anymore
Patrick Georgi
2010-02-19
Revert deletion of src/arch/i386/init.
Patrick Georgi
2010-02-19
1. Change CONFIG_DEBUG to DEBUG in util/x86emu/*
Myles Watson
2010-02-11
Adapt all uses of CONFIG_XIP_ROM_BASE to use
Patrick Georgi
2010-02-09
Allow building images with different prefixes (ie. normal/romstage,
Patrick Georgi
2010-01-30
* fix crt0s/ldscripts paths to fix out of tree build.
Stefan Reinauer
2010-01-05
* Explicitly add __PRE_RAM__ where it should be added.
Stefan Reinauer
2009-12-31
romcc:
Patrick Georgi
2009-12-23
Tiny Bootblock, step 1/n.
Patrick Georgi
2009-12-01
Not all boards cope with automatically sized bootblocks, leading to 4GB
Patrick Georgi
2009-11-27
Let ld(1) calculate the required size for code in the bootblock
Maciej Pijanka
2009-10-17
Remove CONFIG_ from #defines that aren't config variables. Trivial.
Myles Watson
2009-10-03
Remove:
Patrick Georgi
2009-08-12
Kconfig!
Patrick Georgi
2009-08-05
Fix the generic code for copying and running coreboot_ram in case
Patrick Georgi
2009-07-23
CBFS stuff:
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-16
These changes implement car in qemu. The implementation is in several
Ronald G. minnich
2009-05-27
Trivial, but brown paper bag worthy:
Patrick Georgi
2009-05-27
Move coreboot_ram and coreboot_apc to CBFS. This allows to
Patrick Georgi
2009-04-30
Refactor copy_and_run so that it uses a single code base instead of
Patrick Georgi
2009-01-11
Ignore some more sections, created by newer toolchains
Patrick Georgi
2008-10-22
Speed up copying coreboot to ram by using "movsl" instead of "movsb".
Jens Rottmann
2008-01-18
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2007-01-16
Change 'ram' to 'RAM' in user-visible output (closes #60).
Uwe Hermann
2006-10-04
AMD Rev F support
Yinghai Lu
2005-12-14
indirect jmp with *
Yinghai Lu
2005-12-03
applied 1202_ldscript.diff from issue 45. This fixes images smaller than 64k
Stefan Reinauer
2005-12-01
Applying 11_26_car_tyan.diff from Yinghai Lu.
Stefan Reinauer
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51
arch import user (historical)
2004-11-11
mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...
Eric Biederman
2004-10-30
- To reduce confuse rename the parts of linuxbios bios that run from
Eric Biederman
2004-10-16
- First stab at running linuxbios without the old static device tree.
Eric Biederman
2004-10-14
- Update so we no longer require console.inc
Eric Biederman
2004-05-26
move arch/<arch>/config to arch/<arch>/init
Stefan Reinauer