Add constants for fast path resume copying
[coreboot.git] / src / arch /
2012-04-05 Stefan Reinauersmbios: Don't fill out firmware version on ChromeOS
2012-04-05 Stefan ReinauerFill out ChromeOS specific coreboot table extensions
2012-04-04 Stefan ReinauerUse fast memset in SMM mode, too
2012-04-04 Stefan ReinauerAdd support for mainboard specific suspend/resume handler
2012-04-04 Stefan ReinauerDrop verified boot code from acpi.c
2012-04-02 Kyösti MälkkiApply cache-as-ram conditionally on socket mPGA604
2012-03-31 Mathias KrauseFix issues with x86 memcpy
2012-03-31 Kyösti MälkkiAdd support for RAM-less multi-processor init
2012-03-31 Kyösti MälkkiMakefile: rename romstage linking filenames
2012-03-31 Kyösti MälkkiMakefile: split romstage linking to separate rules
2012-03-31 Kyösti MälkkiFix coreboot makefiles not to produce half baked output.
2012-03-30 Stefan Reinaueruse movsl for copying resume memory back
2012-03-30 Duncan LaurieDon't re-init EBDA in S3 resume path.
2012-03-30 Duncan LauriePrepare the BIOS data areas before device init.
2012-03-30 Duncan LaurieMake cpuid functions usable when compiled with PIC
2012-03-30 Stefan ReinauerMake PCI CONF2 support a compile time option
2012-03-30 Stefan ReinauerAdd more timestamps in coreboot.
2012-03-30 Vadim BendeburyFix coreboot makefiles not to produce half baked output.
2012-03-30 Duncan LaurieAdd timestamps for selfboot and acpi wake
2012-03-30 Stefan ReinauerAdd TPM support to coreboot
2012-03-29 Stefan ReinauerAdd an option to keep the ROM cached after romstage
2012-03-29 Stefan ReinauerAdd native memset() function on x86
2012-03-29 Stefan ReinauerAdd faster, architecture dependent memcpy()
2012-03-29 Gabe BlackAdd infrastructure for global data in the CAR phase...
2012-03-29 Gabe BlackDetect whether the OXPCIE card is really present while...
2012-03-29 Vadim BendeburyRefactor publishing CBMEM addresses through coreboot...
2012-03-29 Vadim BendeburyAdd timestamp table pointer to the coreboot table.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add code using the new console driver.
2012-03-25 Kyösti MälkkiMakefile: rename linker intermediate variable
2012-03-20 Rudolf MarekAvoid using CPUID in SMBIOS tables. Check for CPUID...
2012-03-17 Patrick GeorgiAnother indirection for normal/fallback bootblock
2012-03-16 Kyösti MälkkiRename AMD_AGESA to CPU_AMD_AGESA
2012-03-16 Patrick GeorgiUse search path when building dependencies
2012-03-16 Patrick GeorgiVia Epia-N and C3: Set ioapic delivery type in Kconfig
2012-03-11 Patrick GeorgiNo need to setup include paths with .s files
2012-03-10 Gabe BlackIf the memory mapped UART isn't present, leave it out...
2012-03-09 Stefan ReinauerIncrease size of the coreboot table area
2012-03-09 Duncan LaurieFix compilation when USE_OPTION_TABLE is not defined.
2012-03-09 Vadim BendeburyFix coreboot table size calculations.
2012-03-09 Stefan ReinauerClean up use of CONFIG_ variables in coreboot_table.c
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2012-02-29 Kyösti MälkkiFix x86 cpu_phys_address_size
2012-02-17 zbaoExit building if romstage.bin is larger than size of XIP
2012-02-06 Stefan ReinauerMove SeaBIOS output out of coreboot source tree
2012-01-31 Sven SchnelleX86: fix cpu_phys_address_size()
2012-01-26 Vikram Narayananpci_ops_mmconf: Move conditional compilation to Makefile
2012-01-24 Vikram Narayananpci_ops_conf: Indentation fixes
2012-01-24 Vikram Narayananpci_ops_mmconf: Indentation fixes
2012-01-20 Stefan ReinauerLeave SSE and MMX instructions enabled in coreboot
2012-01-18 Patrick GeorgiAdd coreboot version to id area
2012-01-10 Sven SchnelleMTRR: get physical address size from CPUID
2012-01-09 Sven SchnelleACPI: mark empty get_cst_entries() weak
2011-12-24 Kyösti MälkkiOnly BSP CPU writes CMOS in bootblock code
2011-12-08 Kyösti MälkkiFix ldscript for bootblock .rom section
2011-12-05 Kyösti MälkkiBootblock does not need a unique boot_cpu()
2011-11-24 Kyösti MälkkiRemove unused code files and cosmetic changes
2011-11-22 Kyösti MälkkiFix post_code in 16bit entry
2011-11-06 Patrick GeorgiInline Makefile.bootblock.inc
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-29 Patrick GeorgiFix coreboot updates
2011-10-28 Patrick GeorgiGet rid of the old romstage-as-bootblock ROM layout
2011-10-28 Patrick GeorgiGet rid of AUTO_XIP_ROM_BASE
2011-10-27 Patrick GeorgiMove linux 2.6.11 workaround to generic code
2011-10-25 Sven SchnelleSPEEDSTEP: write _CST tables
2011-10-25 Sven SchnelleACPI: Add function for writing _CST tables
2011-10-21 Stefan ReinauerExtend coreboot table entry for serial ports
2011-10-21 Stefan ReinauerAdd macros for 64bit byte order swapping
2011-10-19 Kyösti MälkkiIOAPIC: fix bitmask
2011-10-19 Stefan ReinauerDrop eh_frame instead of moving it into the image.
2011-10-15 Stefan Reinauercbfs_and_run_core() is not part of the API, make it...
2011-10-15 Stefan Reinauerreformat Makefile.bootblock.inc (>80 lines per char)
2011-10-14 Stefan ReinauerAdd eh_frame to rom section to fix compilation of coreb...
2011-10-13 Stefan ReinauerPrevent build breakage without consoles enabled
2011-10-13 Stefan Reinauerrefactor vesa mode setting code and bootsplash code
2011-10-13 Stefan ReinauerFix romstage creation with gcc 4.6 and CAR targets
2011-10-12 Patrick Georgimptable: Refactor mptable generation some more
2011-10-12 Patrick Georgimptable: Get rid of fixup_virtual_wire
2011-10-12 Patrick Georgimptable: Refactor lintsrc generation
2011-09-12 Tobias DiedrichAdd acpi_get_sleep_type() to i82371eb and P2B _PTS...
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2011-07-22 efdesign98Add xhcbios and ahcibios rom handling
2011-07-12 Kevin O'ConnorDo full flush on uart8250 only at end of printk.
2011-07-02 Cristian Măgherușa... whitespace-only changes in acpi.c, replaced spaces...
2011-06-22 Cristian Măgherușa... Add the coreboot config to CBFS
2011-05-23 Stefan ReinauerWe don't have pausing versions of single-IO instructions.
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-21 Stefan Reinauermore ifdef -> if fixes.
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-21 Stefan Reinauersome ifdef --> if fixes
2011-04-20 Stefan ReinauerSimplify coreboot's console/console.h
2011-04-19 Scott DuplichanRecently the 3 projects using the new AMD reference...
2011-04-16 Stefan Reinauerbootblock updates:
2011-04-15 Stefan Reinauersorry for breaking the tree.
2011-04-15 Stefan Reinauercomment cosmetics in bootblock.ld
2011-04-15 Stefan Reinaueradd FILO easy payload option
2011-04-14 Stefan Reinauerfix coreboot compilation without serial console enabled.
2011-04-14 Stefan Reinaueradd some comments to walkcbfs.S
2011-04-14 Stefan Reinauer- drop remaining CONFIG_ROM_IMAGE_SIZE
2011-04-14 Stefan Reinauerdrop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused...
next