summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Add xhcbios and ahcibios rom handlingefdesign982011-07-221-0/+0
* Do full flush on uart8250 only at end of printk.Kevin O'Connor2011-07-121-3/+16
* whitespace-only changes in acpi.c, replaced spaces with tabsCristian Măgherușan-Stanciu2011-07-021-9/+9
* Add the coreboot config to CBFSCristian Măgherușan-Stanciu2011-06-221-0/+7
* We don't have pausing versions of single-IO instructions.Stefan Reinauer2011-05-231-2/+1
* Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer2011-04-262-1/+7
* more ifdef -> if fixes.Stefan Reinauer2011-04-211-0/+8
* more ifdef -> if fixesStefan Reinauer2011-04-212-2/+2
* some ifdef --> if fixesStefan Reinauer2011-04-212-2/+2
* Simplify coreboot's console/console.hStefan Reinauer2011-04-203-1/+136
* Recently the 3 projects using the new AMD reference code have beenScott Duplichan2011-04-191-1/+2
* bootblock updates: ...Stefan Reinauer2011-04-164-26/+34
* sorry for breaking the tree. Stefan Reinauer2011-04-151-1/+1
* comment cosmetics in bootblock.ldStefan Reinauer2011-04-151-1/+1
* add FILO easy payload optionStefan Reinauer2011-04-151-1/+15
* fix coreboot compilation without serial console enabled.Stefan Reinauer2011-04-141-1/+1
* add some comments to walkcbfs.SStefan Reinauer2011-04-141-10/+11
* - drop remaining CONFIG_ROM_IMAGE_SIZEStefan Reinauer2011-04-142-4/+3
* drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer2011-04-142-11/+1
* Unify use of post_codeAlexandru Gagniuc2011-04-113-6/+7
* In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer2011-04-103-4/+4
* BUILD: add missing config.h dependencySven Schnelle2011-03-291-1/+1
* Move cmos.default handling to bootblockPatrick Georgi2011-03-086-19/+42
* This code fixes a number of build issues related to the AMD Agesa code. The p...Frank Vibrans2011-02-141-1/+2
* Reliably build arbitrary Kconfig-based revisions of SeaBIOSPeter Stuge2011-02-071-0/+1
* Replace special rules for auxiliary files by cbfs-files-y entriesPatrick Georgi2011-01-301-21/+13
* Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi2011-01-301-3/+3
* Pass all required toolchain parts to SeaBIOS correctlyStefan Reinauer2011-01-291-1/+2
* This patch gets usbdebug console working in romstage.Stefan Reinauer2011-01-281-7/+14
* This patch fixes an 'write_tables: coreboot table didn't fit (f0221)' issue.Josef Kellermann2011-01-241-1/+1
* ... And fix the other compile time issues in cmos_layout.bin supportPatrick Georgi2011-01-211-2/+3
* The cn700.c code references mainboard_interrupt_handlers() which isn'tKevin O'Connor2011-01-191-0/+4
* Report if cmos_layout.bin can't be found when it should.Patrick Georgi2011-01-181-0/+2
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-183-11/+15
* Disable CMOS recovery code for ROMCC boards as the CBFS code used forPatrick Georgi2011-01-141-0/+6
* Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi2011-01-141-0/+7
* move single options out of main menu and remove stray "options"Stefan Reinauer2011-01-051-0/+4
* Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer2010-12-301-2/+17
* The same mechanisms are used for normal and fallback images. Stefan Reinauer2010-12-191-12/+12
* drop unused code in div64.hStefan Reinauer2010-12-161-21/+0
* print what make is doing (CBFS call)Stefan Reinauer2010-12-161-0/+1
* - Fix shortcoming in Kconfig when handling multiple "choice"sStefan Reinauer2010-12-161-11/+12
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-162-9/+17
* Add support for cbfs-files-y to the build system.Patrick Georgi2010-12-163-11/+19
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-1177-25/+25
* Deduplicate various ACPI .asl files.Uwe Hermann2010-12-093-0/+409
* Make smp_write_bus static (local scope), to prevent new boards fromPatrick Georgi patrick2010-11-232-3/+1
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-222-12/+1
* Drop unused ACPI_WRITE_MADT_IOAPIC #define.Uwe Hermann2010-11-221-11/+0
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-222-16/+3
OpenPOWER on IntegriCloud