Build fix.
[coreboot.git] / src / arch /
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...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-29 Stefan ReinauerThis patch fixes build.h dependencies in coreboot again.
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-25 Patrick GeorgiAdd support to build with ccache in the build system
2010-03-24 Stefan Reinaueroops, forgot to cleanup extra output in bootblock creat...
2010-03-24 Stefan Reinauerdependency tracking for coreboot
2010-03-24 Stefan ReinauerCPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig...
2010-03-23 Stefan Reinauerfix newly introduced printk_foo warnings..
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-19 Myles WatsonGet rid of a few warnings:
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-03-17 Patrick GeorgiRemove failover/fallback/normal handling in mainboards'
2010-03-17 Stefan Reinauerfix minor warnings in RTC code when HAVE_OPTION_TABLE...
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-17 Stefan Reinauerdrop unused variable
2010-03-16 Patrick GeorgiLeft over strip_quotes definition. Top level Makefile
2010-03-16 Patrick GeorgiStrip quotes from COREBOOT_ROM_DEPENDENCIES
2010-03-16 Patrick GeorgiImprove dependency tracking for coreboot.rom
2010-03-16 Patrick Georgi pat... Various changes to the buildsystem:
next