aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2012-01-10MTRR: get physical address size from CPUIDSven Schnelle
2012-01-09ACPI: mark empty get_cst_entries() weakSven Schnelle
2011-12-24Only BSP CPU writes CMOS in bootblock codeKyösti Mälkki
2011-12-08Fix ldscript for bootblock .rom sectionKyösti Mälkki
2011-12-05Bootblock does not need a unique boot_cpu()Kyösti Mälkki
2011-11-24Remove unused code files and cosmetic changesKyösti Mälkki
2011-11-22Fix post_code in 16bit entryKyösti Mälkki
2011-11-06Inline Makefile.bootblock.incPatrick Georgi
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-29Fix coreboot updatesPatrick Georgi
2011-10-28Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi
2011-10-28Get rid of AUTO_XIP_ROM_BASEPatrick Georgi
2011-10-27Move linux 2.6.11 workaround to generic codePatrick Georgi
2011-10-25SPEEDSTEP: write _CST tablesSven Schnelle
2011-10-25ACPI: Add function for writing _CST tablesSven Schnelle
2011-10-21Extend coreboot table entry for serial portsStefan Reinauer
2011-10-21Add macros for 64bit byte order swappingStefan Reinauer
2011-10-19IOAPIC: fix bitmaskKyösti Mälkki
2011-10-19Drop eh_frame instead of moving it into the image.Stefan Reinauer
2011-10-15cbfs_and_run_core() is not part of the API, make it static.Stefan Reinauer
2011-10-15reformat Makefile.bootblock.inc (>80 lines per char)Stefan Reinauer
2011-10-14Add eh_frame to rom section to fix compilation of coreboot with gcc 4.6Stefan Reinauer
2011-10-13Prevent build breakage without consoles enabledStefan Reinauer
2011-10-13refactor vesa mode setting code and bootsplash codeStefan Reinauer
2011-10-13Fix romstage creation with gcc 4.6 and CAR targetsStefan Reinauer
2011-10-13mptable: Refactor mptable generation some morePatrick Georgi
2011-10-13mptable: Get rid of fixup_virtual_wirePatrick Georgi
2011-10-13mptable: Refactor lintsrc generationPatrick Georgi
2011-09-12Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methodsTobias Diedrich
2011-08-26Add automatic SMBIOS table generationSven Schnelle
2011-07-22Add xhcbios and ahcibios rom handlingefdesign98
2011-07-12Do full flush on uart8250 only at end of printk.Kevin O'Connor
2011-07-02whitespace-only changes in acpi.c, replaced spaces with tabsCristian Măgherușan-Stanciu
2011-06-22Add the coreboot config to CBFSCristian Măgherușan-Stanciu
2011-05-23We don't have pausing versions of single-IO instructions.Stefan Reinauer
2011-04-26Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer
2011-04-21more ifdef -> if fixes.Stefan Reinauer
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-04-20Simplify coreboot's console/console.hStefan Reinauer
2011-04-19Recently the 3 projects using the new AMD reference code have beenScott Duplichan
2011-04-16bootblock updates: ...Stefan Reinauer
2011-04-15sorry for breaking the tree. Stefan Reinauer
2011-04-15comment cosmetics in bootblock.ldStefan Reinauer
2011-04-15add FILO easy payload optionStefan Reinauer
2011-04-14fix coreboot compilation without serial console enabled.Stefan Reinauer
2011-04-14add some comments to walkcbfs.SStefan Reinauer
2011-04-14- drop remaining CONFIG_ROM_IMAGE_SIZEStefan Reinauer
2011-04-14drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer
2011-04-11Unify use of post_codeAlexandru Gagniuc
2011-04-10In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer
2011-03-29BUILD: add missing config.h dependencySven Schnelle
2011-03-08Move cmos.default handling to bootblockPatrick Georgi
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