summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-305-54/+53
* drop excessive blank lineStefan Reinauer2010-09-271-1/+0
* Make globals in romstage break the build, so we don't have to Patrick Georgi2010-09-251-0/+1
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-251-2/+2
* Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann2010-09-231-4/+4
* Generate and extract debug sysmbols for coreboot. *.debug files can beMarc Jones2010-09-233-0/+15
* Generate multiboot tables from coreboot tables.Juhana Helovuo2010-09-132-79/+38
* Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch2010-09-093-15/+15
* Add support for reserved regions to resources and coreboot tables.Myles Watson2010-09-091-0/+17
* Correct for size_t would be %zx, but coreboot's printf doesn't support this.Jens Rottmann2010-08-171-2/+2
* My forgotten CAR cleanup patch...Stefan Reinauer2010-08-143-10/+20
* bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc wereStefan Reinauer2010-08-144-30/+2
* Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek2010-07-161-1/+12
* Trivial fix to make CONFIG_BOOTBLOCK_NORMAL switch compile again.Myles Watson2010-07-091-3/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-4/+4
* Add new function to create all mptable entries for buses byPatrick Georgi2010-06-252-0/+35
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-3/+1
* Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c...Patrick Georgi2010-06-071-1/+1
* Fix a format string to keep the compiler happy.Marc Bertens2010-06-011-1/+1
* CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUSMyles Watson2010-06-011-5/+5
* also rename the config option.Stefan Reinauer2010-05-251-1/+1
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-202-0/+23
* clean up some prototypesStefan Reinauer2010-05-141-0/+4
* Remove extra NULL #define in amdht code. ThePatrick Georgi2010-05-091-2/+0
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-091-0/+2
* wipe some old unused code, this has been cleaned up now.Stefan Reinauer2010-05-082-73/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2736-204/+204
* fix a bug in pcibios check. Stefan Reinauer2010-04-261-40/+41
* a single place for the romstage stack for copy_and_run.Stefan Reinauer2010-04-252-10/+2
* drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer2010-04-259-107/+63
* oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer2010-04-211-5/+5
* Make VSA code selectable in KconfigStefan Reinauer2010-04-201-0/+9
* - move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (hasStefan Reinauer2010-04-206-366/+2
* - Make abuild -sb work againPatrick Georgi2010-04-191-9/+9
* This piece of code was somehow lost in the switch to Kconfig, and re-activatesStefan Reinauer2010-04-171-1/+1
* Don't use $(ROMCC) as dependency (due to ccache and scanbuild supportPatrick Georgi2010-04-162-2/+2
* Build utils into their source directory equivalent inPatrick Georgi2010-04-162-7/+7
* Avoid two conflicting invocations of build_opt_tblPatrick Georgi2010-04-151-2/+6
* get rid of this nerving crt0.d stuff Stefan Reinauer2010-04-142-3/+3
* zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer2010-04-141-0/+4
* Remove few more warnings and some dead code.Myles Watson2010-04-141-0/+3
* move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer2010-04-141-1/+1
* clean up LD scripts and add some comments and proper license headersStefan Reinauer2010-04-134-86/+89
* Speed up coreboot_ram loading by moving the decompression stackStefan Reinauer2010-04-131-2/+10
* Move the CPU specific includes fromPatrick Georgi2010-04-121-49/+5
* Enable lazy evaluation of incs/lds for tiny bootblock, too.Patrick Georgi2010-04-121-2/+2
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-091-7/+3
* fix the broken nvidia chipset boards,Stefan Reinauer2010-04-091-2/+22
* drop now unussed cpu_reset.incStefan Reinauer2010-04-092-16/+1
* Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer2010-04-091-0/+28
OpenPOWER on IntegriCloud