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
/
boot
Age
Commit message (
Expand
)
Author
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-05-26
Attached patch moves the CBFS payload loader to selfboot.c as it's
Patrick Georgi
2009-05-14
#136: failed to boot under KVM\QEMU
Ronald G. Minnich
2009-05-13
Allow dynamic size for the {s,}elfboot bounce buffer.
Patrick Georgi
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-30
Refactor copy_and_run so that it uses a single code base instead of
Patrick Georgi
2009-04-25
Move decompression further down the code flow, so that - where
Patrick Georgi
2009-04-24
Another v3-style #ifdef in v2 to kill
Patrick Georgi
2009-04-24
These are some really horrible bugs that got through.
Ronald G. Minnich
2009-04-22
* move i386 / ACPI dependent code out of hardwaremain.c and into the i386
Stefan Reinauer
2009-04-21
Eliminate various issues brought up by scan-build.
Patrick Georgi
2009-04-14
v2/src romfs->cbfs rename
Peter Stuge
2009-04-14
fix up the tree.
Stefan Reinauer
2009-04-13
The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on thi...
Rudolf Marek
2009-04-13
Following patch adds necessary hooks and as well the compile time checks for
Rudolf Marek
2009-04-03
the attached patch is the last infrastructure change necessary for
Patrick Georgi
2009-04-01
(trivial) add filo call back for those few mainboards that still (need to)
Stefan Reinauer
2009-04-01
Add copyright notices to two files, src/boot/elfboot.c
ebiederm
2009-04-01
This code adds support for coreboot images that use ROMFS.
Ronald G. Minnich
2009-02-10
Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.
Myles Watson
2009-02-09
Remove some warnings, mainly from format strings which didn't match the
Myles Watson
2008-11-03
Fix compile errors if CONFIG_FS_PAYLOAD=1:
Jens Rottmann
2008-08-03
Remove welcome message from elfboot. None of the other subsystems have their
Stefan Reinauer
2008-05-21
This is a simple patch which allows payloads to be placed in memory in
Myles Watson
2008-01-18
rename linuxbios_* files, too.
Stefan Reinauer
2008-01-18
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2007-10-23
fix a whole bunch of warnings. (trivial)
Stefan Reinauer
2007-04-14
This patch makes a some elf debugging information available at log level
Stefan Reinauer
2006-12-15
Apply linuxbios-rename-other-payload-options.patch
Ed Swierk
2006-11-05
Fix a typo in elfboot.c. Closes #27
Luis Correia
2006-04-29
typo
Stefan Reinauer
2005-11-17
these were factored out.
Stefan Reinauer
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54
arch import user (historical)
2004-12-10
- Fix the definition of the linuxbios table so all of the compilers
Eric Biederman
2004-12-03
allocating resource for legacy VGA frame buffer, it is not 100%
Li-Ta Lo
2004-11-04
removed the comment in the very beginning of hardwaremain(). I don't
Li-Ta Lo
2004-11-04
- Update abuild.sh so it will rebuild successfull builds
Eric Biederman
2004-10-27
sizeram removal/conversion.
Eric Biederman
2004-10-16
- Cleanup the bugfix in elfboot.c
Eric Biederman
2004-10-16
- First stab at running linuxbios without the old static device tree.
Eric Biederman
2004-10-14
- First pass through with with device tree enhancement merge. Most of the me...
Eric Biederman
2004-05-13
code reformat
Li-Ta Lo
2004-03-26
cleanup code to remove warnings
Greg Watson
2004-03-23
Doxidization, reformat
Li-Ta Lo
2004-03-17
filo boot load support
Greg Watson
2003-10-11
- O2, enums, and switch statements work in romcc
Eric Biederman
2003-09-30
more fixes for via ... plus a little more spew.
Ronald G. Minnich
2003-09-26
fix 'deprecated' warnings
Ronald G. Minnich
2003-09-03
moved init_timer() to static initialization
Greg Watson
2003-09-02
- Major update of the dynamic device tree so it can handle
Eric Biederman
2003-09-01
- Add back in the hard reset code from the freebios1 tree.
Eric Biederman
2003-09-01
- Updates to config.g so that it works more reliably and has initial support
Eric Biederman
2003-07-23
added post-pci pass
Greg Watson
2003-07-23
static devices
Greg Watson
2003-07-21
- First pass at s2880 support.
Eric Biederman
2003-07-19
- Major cleanup of the bootpath
Eric Biederman
2003-07-12
- Initialize list pointers
Eric Biederman
2003-06-17
added config and other test files.
Ronald G. Minnich
2003-05-19
- Cleanups on the romcc side including a pci interface that uses
Eric Biederman
2003-04-24
- Small step forward Linux boots and almost works...
Eric Biederman
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman