Kino devicetree.cb SIO PNP devices were not matched up with the
[coreboot.git] / src / arch /
2011-02-14 Frank VibransThis code fixes a number of build issues related to...
2011-02-07 Peter StugeReliably build arbitrary Kconfig-based revisions of...
2011-01-30 Patrick GeorgiReplace special rules for auxiliary files by cbfs-files...
2011-01-30 Patrick GeorgiInverse two arguments of cbfs-files-y and adapts its...
2011-01-29 Stefan ReinauerPass all required toolchain parts to SeaBIOS correctly
2011-01-28 Stefan ReinauerThis patch gets usbdebug console working in romstage.
2011-01-24 Josef KellermannThis patch fixes an 'write_tables: coreboot table didn...
2011-01-21 Patrick Georgi... And fix the other compile time issues in cmos_layou...
2011-01-19 Kevin O'ConnorThe cn700.c code references mainboard_interrupt_handler...
2011-01-18 Patrick GeorgiReport if cmos_layout.bin can't be found when it should.
2011-01-18 Patrick GeorgiMove option table (cmos.layout's binary representation)
2011-01-14 Patrick GeorgiDisable CMOS recovery code for ROMCC boards as the...
2011-01-14 Patrick GeorgiAllow coreboot to initialize CMOS if checksum is invalid.
2011-01-05 Stefan Reinauermove single options out of main menu and remove stray...
2010-12-30 Stefan ReinauerPer default, use SeaBIOS payload instead of no payload.
2010-12-19 Stefan ReinauerThe same mechanisms are used for normal and fallback...
2010-12-16 Stefan Reinauerdrop unused code in div64.h
2010-12-16 Stefan Reinauerprint what make is doing (CBFS call)
2010-12-16 Stefan Reinauer- Fix shortcoming in Kconfig when handling multiple...
2010-12-16 Uwe HermannGet mptable OEM/product ID from kconfig variables.
2010-12-16 Patrick GeorgiAdd support for cbfs-files-y to the build system.
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-12-09 Uwe HermannDeduplicate various ACPI .asl files.
2010-11-23 Patrick Georgi patrickMake smp_write_bus static (local scope), to prevent...
2010-11-22 Rudolf Marek1) wraps the s3 parts of chipset code/memory init code...
2010-11-22 Uwe HermannDrop unused ACPI_WRITE_MADT_IOAPIC #define.
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-22 Uwe Hermannacpi.h: Small fixes and adding comments.
2010-11-19 Uwe HermannCosmetic fixes and comment additions in acpi.c.
2010-11-17 Tobias DiedrichDynamically generate PNP0C02 mainboard resources in...
2010-10-25 Uwe HermannFactor out common mptable code to mptable_init().
2010-10-20 Myles WatsonNow that no boards set RAMBASE < 1M, get rid of some...
2010-10-14 Uwe HermannCosmetics in ioapic.c (trivial, no functional changes).
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-12 Warren TurkalBuild bootblock.S instead of bootblock.c.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-27 Stefan Reinauerdrop excessive blank line
2010-09-25 Patrick GeorgiMake globals in romstage break the build, so we don...
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-09-23 Uwe HermannWhitespace/typo/cosmetic fixes (trivial).
2010-09-23 Marc JonesGenerate and extract debug sysmbols for coreboot. ...
2010-09-13 Juhana HelovuoGenerate multiboot tables from coreboot tables.
2010-09-09 Arne Georg GleditschPlease find appended. This patch gets rid of the ...
2010-09-09 Myles WatsonAdd support for reserved regions to resources and coreb...
2010-08-17 Jens RottmannCorrect for size_t would be %zx, but coreboot's printf...
2010-08-14 Stefan ReinauerMy forgotten CAR cleanup patch...
2010-08-14 Stefan Reinauerbootblock_prologue.c (not a .c file!) and i386/init...
2010-07-16 Rudolf MarekAdd support for the console over Ethernet (through...
2010-07-09 Myles WatsonTrivial fix to make CONFIG_BOOTBLOCK_NORMAL switch...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-25 Patrick GeorgiAdd new function to create all mptable entries for...
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-06-07 Patrick GeorgiMake sure VSA is linked as ELF32 for i386 (instead...
2010-06-01 Marc BertensFix a format string to keep the compiler happy.
2010-06-01 Myles WatsonCONFIG_DEBUG is too generic. Remove it and replace...
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-20 Patrick GeorgiMove generation of mptable entries for ISA to generic...
2010-05-14 Stefan Reinauerclean up some prototypes
2010-05-09 Patrick GeorgiRemove extra NULL #define in amdht code. The
2010-05-09 Patrick GeorgiMove includes to where they are needed. This allows...
2010-05-08 Stefan Reinauerwipe some old unused code, this has been cleaned up...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-26 Stefan Reinauerfix a bug in pcibios check.
2010-04-25 Stefan Reinauera single place for the romstage stack for copy_and_run.
2010-04-25 Stefan Reinauerdrop "arch/asm.h" and "arch/intel.h" and create "cpu...
2010-04-21 Stefan Reinaueroops, sorry for the last commit. This commit changes...
2010-04-20 Stefan ReinauerMake VSA code selectable in Kconfig
2010-04-20 Stefan Reinauer- move src/arch/i386/smp/ioapic.c to src/arch/i386...
2010-04-19 Patrick Georgi- Make abuild -sb work again
2010-04-17 Stefan ReinauerThis piece of code was somehow lost in the switch to...
2010-04-16 Patrick GeorgiDon't use $(ROMCC) as dependency (due to ccache and...
2010-04-16 Patrick GeorgiBuild utils into their source directory equivalent in
2010-04-15 Patrick GeorgiAvoid two conflicting invocations of build_opt_tbl
2010-04-14 Stefan Reinauerget rid of this nerving crt0.d stuff
2010-04-14 Stefan Reinauerzero warning days. Move RAMTOP and RAMBASE together.
2010-04-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
2010-04-13 Stefan Reinauerclean up LD scripts and add some comments and proper...
2010-04-13 Stefan ReinauerSpeed up coreboot_ram loading by moving the decompressi...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-12 Patrick GeorgiEnable lazy evaluation of incs/lds for tiny bootblock...
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-09 Stefan Reinauerfix the broken nvidia chipset boards,
2010-04-09 Stefan Reinauerdrop now unussed cpu_reset.inc
2010-04-09 Stefan ReinauerDrop the need for cpu_reset, it's really just a short...
2010-04-09 Stefan Reinauerdrop unused files, and we only use ASM_LOG_LEVEL in...
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-09 Stefan Reinauerthin out romcc epilogue and have it call copy_and_run as
2010-04-08 Patrick GeorgiSplit crt0.S.lb into prologue and epilogue
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-30 Stefan Reinauerthat version of console_tx_byte is private.
2010-03-30 Stefan Reinauerget coreboot_ap memory training in cache mechanism...
2010-03-30 Stefan Reinauermake crt0s and ldscripts evaluate late, so the chipset_...
2010-03-30 Stefan Reinauerfix ms9652_fam10
2010-03-30 Stefan Reinauerthis fixes 3 of 4 mainboards failed by the error on...
2010-03-29 Stefan ReinauerDon't include option_table.h every time we include...
2010-03-29 Stefan Reinauer- drop GCC 2.x workaround, GCC 2.x is not supported...
2010-03-29 Stefan Reinauer- include option_table.h when it is created, and that...
next