aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2011-02-14This code fixes a number of build issues related to the AMD Agesa code. The p...Frank Vibrans
2011-02-07Reliably build arbitrary Kconfig-based revisions of SeaBIOSPeter Stuge
2011-01-30Replace special rules for auxiliary files by cbfs-files-y entriesPatrick Georgi
2011-01-30Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi
2011-01-29Pass all required toolchain parts to SeaBIOS correctlyStefan Reinauer
2011-01-28This patch gets usbdebug console working in romstage.Stefan Reinauer
2011-01-24This 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 supportPatrick Georgi
2011-01-19The cn700.c code references mainboard_interrupt_handlers() which isn'tKevin O'Connor
2011-01-18Report if cmos_layout.bin can't be found when it should.Patrick Georgi
2011-01-18Move option table (cmos.layout's binary representation)Patrick Georgi
2011-01-14Disable CMOS recovery code for ROMCC boards as the CBFS code used forPatrick Georgi
2011-01-14Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi
2011-01-05move single options out of main menu and remove stray "options"Stefan Reinauer
2010-12-30Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer
2010-12-19The same mechanisms are used for normal and fallback images. Stefan Reinauer
2010-12-16drop unused code in div64.hStefan Reinauer
2010-12-16print what make is doing (CBFS call)Stefan Reinauer
2010-12-16- Fix shortcoming in Kconfig when handling multiple "choice"sStefan Reinauer
2010-12-16Get mptable OEM/product ID from kconfig variables.Uwe Hermann
2010-12-16Add support for cbfs-files-y to the build system.Patrick Georgi
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-12-09Deduplicate various ACPI .asl files.Uwe Hermann
2010-11-23Make smp_write_bus static (local scope), to prevent new boards fromPatrick Georgi patrick
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-22Drop unused ACPI_WRITE_MADT_IOAPIC #define.Uwe Hermann
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-22acpi.h: Small fixes and adding comments.Uwe Hermann
2010-11-19Cosmetic fixes and comment additions in acpi.c.Uwe Hermann
2010-11-17Dynamically generate PNP0C02 mainboard resources in SSDTTobias Diedrich
2010-10-25Factor out common mptable code to mptable_init().Uwe Hermann
2010-10-20Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial.Myles Watson
2010-10-14Cosmetics in ioapic.c (trivial, no functional changes).Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-12Build bootblock.S instead of bootblock.c.Warren Turkal
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-27drop excessive blank lineStefan Reinauer
2010-09-25Make 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 includeStefan Reinauer
2010-09-23Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann
2010-09-23Generate and extract debug sysmbols for coreboot. *.debug files can beMarc Jones
2010-09-13Generate multiboot tables from coreboot tables.Juhana Helovuo
2010-09-09Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch
2010-09-09Add support for reserved regions to resources and coreboot tables.Myles Watson
2010-08-17Correct for size_t would be %zx, but coreboot's printf doesn't support this.Jens Rottmann
2010-08-14My forgotten CAR cleanup patch...Stefan Reinauer
2010-08-14bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc wereStefan Reinauer
2010-07-16Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek
2010-07-09Trivial fix to make CONFIG_BOOTBLOCK_NORMAL switch compile again.Myles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-06-25Add new function to create all mptable entries for buses byPatrick Georgi
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-07Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c...Patrick Georgi
2010-06-01Fix a format string to keep the compiler happy.Marc Bertens
2010-06-01CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUSMyles Watson
2010-05-25also rename the config option.Stefan Reinauer
2010-05-20Move generation of mptable entries for ISA to generic code.Patrick Georgi
2010-05-14clean up some prototypesStefan Reinauer
2010-05-09Remove extra NULL #define in amdht code. ThePatrick Georgi
2010-05-09Move includes to where they are needed. This allows to simplifyPatrick Georgi
2010-05-08wipe some old unused code, this has been cleaned up now.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-26fix a bug in pcibios check. Stefan Reinauer
2010-04-25a single place for the romstage stack for copy_and_run.Stefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
2010-04-21oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer
2010-04-20Make VSA code selectable in KconfigStefan Reinauer
2010-04-20- move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (hasStefan Reinauer
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-17This piece of code was somehow lost in the switch to Kconfig, and re-activatesStefan Reinauer
2010-04-16Don't use $(ROMCC) as dependency (due to ccache and scanbuild supportPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-15Avoid two conflicting invocations of build_opt_tblPatrick Georgi
2010-04-14get rid of this nerving crt0.d stuff Stefan Reinauer
2010-04-14zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-14move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer
2010-04-13clean up LD scripts and add some comments and proper license headersStefan Reinauer
2010-04-13Speed up coreboot_ram loading by moving the decompression stackStefan Reinauer
2010-04-12Move the CPU specific includes fromPatrick Georgi
2010-04-12Enable lazy evaluation of incs/lds for tiny bootblock, too.Patrick Georgi
2010-04-09This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer
2010-04-09fix the broken nvidia chipset boards,Stefan Reinauer
2010-04-09drop now unussed cpu_reset.incStefan Reinauer
2010-04-09Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer
2010-04-09drop unused files, and we only use ASM_LOG_LEVEL in one file nowStefan Reinauer
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-09copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer
2010-04-09thin out romcc epilogue and have it call copy_and_run asStefan Reinauer
2010-04-08Split crt0.S.lb into prologue and epiloguePatrick Georgi
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-30that version of console_tx_byte is private.Stefan Reinauer
2010-03-30get coreboot_ap memory training in cache mechanism in place. Didn't work sinceStefan Reinauer
2010-03-30make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer
2010-03-30fix ms9652_fam10Stefan Reinauer
2010-03-30this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT.Stefan Reinauer
2010-03-29Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer
2010-03-29- drop GCC 2.x workaround, GCC 2.x is not supported anymore.Stefan Reinauer
2010-03-29- include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer