Add iasl to buldgcc and rev the version.
[coreboot.git] / src / arch /
2011-07-22 efdesign98Add xhcbios and ahcibios rom handling
2011-07-12 Kevin O'ConnorDo full flush on uart8250 only at end of printk.
2011-07-02 Cristian Măgherușa... whitespace-only changes in acpi.c, replaced spaces...
2011-06-22 Cristian Măgherușa... Add the coreboot config to CBFS
2011-05-23 Stefan ReinauerWe don't have pausing versions of single-IO instructions.
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-21 Stefan Reinauermore ifdef -> if fixes.
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-21 Stefan Reinauersome ifdef --> if fixes
2011-04-20 Stefan ReinauerSimplify coreboot's console/console.h
2011-04-19 Scott DuplichanRecently the 3 projects using the new AMD reference...
2011-04-16 Stefan Reinauerbootblock updates:
2011-04-15 Stefan Reinauersorry for breaking the tree.
2011-04-15 Stefan Reinauercomment cosmetics in bootblock.ld
2011-04-15 Stefan Reinaueradd FILO easy payload option
2011-04-14 Stefan Reinauerfix coreboot compilation without serial console enabled.
2011-04-14 Stefan Reinaueradd some comments to walkcbfs.S
2011-04-14 Stefan Reinauer- drop remaining CONFIG_ROM_IMAGE_SIZE
2011-04-14 Stefan Reinauerdrop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused...
2011-04-11 Alexandru GagniucUnify use of post_code
2011-04-10 Stefan ReinauerIn 2007 Adrian Reber suggested that we drop ASSEMBLY...
2011-03-29 Sven SchnelleBUILD: add missing config.h dependency
2011-03-08 Patrick GeorgiMove cmos.default handling to bootblock
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...
next