Age | Commit message (Expand) | Author |
2011-04-19 | Recently the 3 projects using the new AMD reference code have been | Scott Duplichan |
2011-04-16 | bootblock updates: ... | Stefan Reinauer |
2011-04-15 | sorry for breaking the tree. | Stefan Reinauer |
2011-04-15 | comment cosmetics in bootblock.ld | Stefan Reinauer |
2011-04-15 | add FILO easy payload option | Stefan Reinauer |
2011-04-14 | fix coreboot compilation without serial console enabled. | Stefan Reinauer |
2011-04-14 | add some comments to walkcbfs.S | Stefan Reinauer |
2011-04-14 | - drop remaining CONFIG_ROM_IMAGE_SIZE | Stefan Reinauer |
2011-04-14 | drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH | Stefan Reinauer |
2011-04-11 | Unify use of post_code | Alexandru Gagniuc |
2011-04-10 | In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. | Stefan Reinauer |
2011-03-29 | BUILD: add missing config.h dependency | Sven Schnelle |
2011-03-08 | Move cmos.default handling to bootblock | Patrick Georgi |
2011-02-14 | This code fixes a number of build issues related to the AMD Agesa code. The p... | Frank Vibrans |
2011-02-07 | Reliably build arbitrary Kconfig-based revisions of SeaBIOS | Peter Stuge |
2011-01-30 | Replace special rules for auxiliary files by cbfs-files-y entries | Patrick Georgi |
2011-01-30 | Inverse two arguments of cbfs-files-y and adapts its users (one of which alre... | Patrick Georgi |
2011-01-29 | Pass all required toolchain parts to SeaBIOS correctly | Stefan Reinauer |
2011-01-28 | This patch gets usbdebug console working in romstage. | Stefan Reinauer |
2011-01-24 | This patch fixes an 'write_tables: coreboot table didn't fit (f0221)' issue. | Josef Kellermann |
2011-01-21 | ... And fix the other compile time issues in cmos_layout.bin support | Patrick Georgi |
2011-01-19 | The cn700.c code references mainboard_interrupt_handlers() which isn't | Kevin O'Connor |
2011-01-18 | Report if cmos_layout.bin can't be found when it should. | Patrick Georgi |
2011-01-18 | Move option table (cmos.layout's binary representation) | Patrick Georgi |
2011-01-14 | Disable CMOS recovery code for ROMCC boards as the CBFS code used for | Patrick Georgi |
2011-01-14 | Allow coreboot to initialize CMOS if checksum is invalid. | Patrick Georgi |
2011-01-05 | move single options out of main menu and remove stray "options" | Stefan Reinauer |
2010-12-30 | Per default, use SeaBIOS payload instead of no payload. | Stefan Reinauer |
2010-12-19 | The same mechanisms are used for normal and fallback images. | Stefan Reinauer |
2010-12-16 | drop unused code in div64.h | Stefan Reinauer |
2010-12-16 | print what make is doing (CBFS call) | Stefan Reinauer |
2010-12-16 | - Fix shortcoming in Kconfig when handling multiple "choice"s | Stefan Reinauer |
2010-12-16 | Get mptable OEM/product ID from kconfig variables. | Uwe Hermann |
2010-12-16 | Add support for cbfs-files-y to the build system. | Patrick Georgi |
2010-12-11 | After this has been brought up many times before, rename src/arch/i386 to | Stefan Reinauer |
2010-12-09 | Deduplicate various ACPI .asl files. | Uwe Hermann |
2010-11-23 | Make smp_write_bus static (local scope), to prevent new boards from | Patrick Georgi patrick |
2010-11-22 | 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC... | Rudolf Marek |
2010-11-22 | Drop unused ACPI_WRITE_MADT_IOAPIC #define. | Uwe Hermann |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-11-22 | acpi.h: Small fixes and adding comments. | Uwe Hermann |
2010-11-19 | Cosmetic fixes and comment additions in acpi.c. | Uwe Hermann |
2010-11-17 | Dynamically generate PNP0C02 mainboard resources in SSDT | Tobias Diedrich |
2010-10-25 | Factor out common mptable code to mptable_init(). | Uwe Hermann |
2010-10-20 | Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial. | Myles Watson |
2010-10-14 | Cosmetics in ioapic.c (trivial, no functional changes). | Uwe Hermann |
2010-10-12 | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann |
2010-10-12 | Build bootblock.S instead of bootblock.c. | Warren Turkal |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-27 | drop excessive blank line | Stefan Reinauer |
2010-09-25 | Make globals in romstage break the build, so we don't have to | Patrick Georgi |
2010-09-25 | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer |
2010-09-23 | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann |
2010-09-23 | Generate and extract debug sysmbols for coreboot. *.debug files can be | Marc Jones |
2010-09-13 | Generate multiboot tables from coreboot tables. | Juhana Helovuo |
2010-09-09 | Please find appended. This patch gets rid of the %gs magic altogether, | Arne Georg Gleditsch |
2010-09-09 | Add support for reserved regions to resources and coreboot tables. | Myles Watson |
2010-08-17 | Correct for size_t would be %zx, but coreboot's printf doesn't support this. | Jens Rottmann |
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-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |
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-06-25 | Add new function to create all mptable entries for buses by | Patrick Georgi |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-07 | Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c... | Patrick Georgi |
2010-06-01 | Fix a format string to keep the compiler happy. | Marc Bertens |
2010-06-01 | CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS | Myles Watson |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-20 | Move generation of mptable entries for ISA to generic code. | Patrick Georgi |
2010-05-14 | clean up some prototypes | Stefan Reinauer |
2010-05-09 | Remove extra NULL #define in amdht code. The | Patrick Georgi |
2010-05-09 | Move includes to where they are needed. This allows to simplify | Patrick Georgi |
2010-05-08 | wipe some old unused code, this has been cleaned up now. | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-26 | fix a bug in pcibios check. | 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-21 | oops, sorry for the last commit. This commit changes the code to distinguish | Stefan Reinauer |
2010-04-20 | Make VSA code selectable in Kconfig | Stefan Reinauer |
2010-04-20 | - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (has | Stefan Reinauer |
2010-04-19 | - Make abuild -sb work again | Patrick Georgi |
2010-04-17 | This piece of code was somehow lost in the switch to Kconfig, and re-activates | Stefan Reinauer |
2010-04-16 | Don't use $(ROMCC) as dependency (due to ccache and scanbuild support | Patrick Georgi |
2010-04-16 | Build utils into their source directory equivalent in | Patrick Georgi |
2010-04-15 | Avoid two conflicting invocations of build_opt_tbl | Patrick Georgi |
2010-04-14 | get rid of this nerving crt0.d stuff | Stefan Reinauer |
2010-04-14 | zero warning days. Move RAMTOP and RAMBASE together. | Stefan Reinauer |
2010-04-14 | Remove few more warnings and some dead code. | Myles Watson |
2010-04-14 | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | 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-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-12 | Enable lazy evaluation of incs/lds for tiny bootblock, too. | Patrick Georgi |
2010-04-09 | This patch changes C7 CAR code to be a single assembler file instead | Stefan Reinauer |
2010-04-09 | fix the broken nvidia chipset boards, | Stefan Reinauer |
2010-04-09 | drop now unussed cpu_reset.inc | Stefan Reinauer |
2010-04-09 | Drop the need for cpu_reset, it's really just a short cut to stage2. | Stefan Reinauer |
2010-04-09 | drop unused files, and we only use ASM_LOG_LEVEL in one file now | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |