- de3206a This is a general cleanup patch by Stefan Reinauer · 15 years ago
- 4b8a241 Allow building images with different prefixes (ie. normal/romstage, by Patrick Georgi · 15 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
- e6ad7fa If the coreboot and filo overlap, it will "slice off" a piece at the by Zheng Bao · 15 years ago
- ba49fb7 typo. trivial. Then -> Than. by Zheng Bao · 15 years ago
- 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
- 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
- ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
- 3b31402 by Stefan Reinauer · 15 years ago
- 7223780 removal of that unnecessary include slipped through r4841 by Stefan Reinauer · 15 years ago
- 6768f39 Remove: by Patrick Georgi · 15 years ago
- 26dd71c Fix payload loading in various corner cases when working by Patrick Georgi · 15 years ago
- 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
- 9202798 Fix the bounce_size global so that the bounce buffer works with CBFS. by Myles Watson · 15 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
- f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
- 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
- 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
- d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
- 671cedc #136: failed to boot under KVM\QEMU by Ronald G. Minnich · 15 years ago
- 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
- fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
- 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
- 369bc78 Move decompression further down the code flow, so that - where by Patrick Georgi · 15 years ago
- 2895c45 Another v3-style #ifdef in v2 to kill by Patrick Georgi · 15 years ago
- 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
- 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
- 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
- 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
- 3935b19 fix up the tree. by Stefan Reinauer · 15 years ago
- 0fb21c4 The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on this file. by Rudolf Marek · 15 years ago
- a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
- aed1f92 the attached patch is the last infrastructure change necessary for by Patrick Georgi · 15 years ago
- 61dc06c (trivial) add filo call back for those few mainboards that still (need to) by Stefan Reinauer · 15 years ago
- c779889 Add copyright notices to two files, src/boot/elfboot.c by ebiederm · 15 years ago
- ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago
- 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 16 years ago
- c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
- 98afd9b Fix compile errors if CONFIG_FS_PAYLOAD=1: by Jens Rottmann · 16 years ago
- 9ecf8fb Remove welcome message from elfboot. None of the other subsystems have their by Stefan Reinauer · 16 years ago
- 4231979 This is a simple patch which allows payloads to be placed in memory in by Myles Watson · 16 years ago
- ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
- f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
- 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
- 9d5eec1 This patch makes a some elf debugging information available at log level by Stefan Reinauer · 17 years ago
- be13dc7 Apply linuxbios-rename-other-payload-options.patch (Patch 2, refs #14) by Ed Swierk · 18 years ago
- a9e2735 Fix a typo in elfboot.c. Closes #27 by Luis Correia · 18 years ago
- ae3cbe9 typo by Stefan Reinauer · 18 years ago
- 7272fcb these were factored out. by Stefan Reinauer · 19 years ago
- 54d6b08 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54 by arch import user (historical) · 19 years ago
- ec01aa9 - Fix the definition of the linuxbios table so all of the compilers by Eric Biederman · 20 years ago
- 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
- 1995f1a removed the comment in the very beginning of hardwaremain(). I don't by Li-Ta Lo · 20 years ago
- 018d8dd - Update abuild.sh so it will rebuild successfull builds by Eric Biederman · 20 years ago
- 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
- 9298680 - Cleanup the bugfix in elfboot.c - Add forgotten amd8111 chip.h by Eric Biederman · 20 years ago
- 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
- b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
- 6a8745ae code reformat by Li-Ta Lo · 20 years ago
- 23e2e18 cleanup code to remove warnings by Greg Watson · 20 years ago
- e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
- 9cfecd1 filo boot load support by Greg Watson · 20 years ago
- 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
- c18170b more fixes for via ... plus a little more spew. by Ronald G. Minnich · 21 years ago
- 987fe0f fix 'deprecated' warnings by Ronald G. Minnich · 21 years ago
- 481b568 moved init_timer() to static initialization by Greg Watson · 21 years ago
- e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago
- 30e143a - Add back in the hard reset code from the freebios1 tree. by Eric Biederman · 21 years ago
- 9bdb460 - Updates to config.g so that it works more reliably and has initial support by Eric Biederman · 21 years ago
- 5bed979 added post-pci pass by Greg Watson · 21 years ago
- 2910a2b static devices by Greg Watson · 21 years ago
- 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
- 9b4336c - Major cleanup of the bootpath by Eric Biederman · 21 years ago
- 64f7162 - Initialize list pointers by Eric Biederman · 21 years ago
- 99acb49 added config and other test files. by Ronald G. Minnich · 21 years ago
- 5268557 - Cleanups on the romcc side including a pci interface that uses by Eric Biederman · 21 years ago
- 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
- 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago