index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2012-03-31
Makefile: split romstage linking to separate rules
Kyösti Mälkki
2012-03-31
Fix coreboot makefiles not to produce half baked output.
Kyösti Mälkki
2012-03-30
use movsl for copying resume memory back
Stefan Reinauer
2012-03-30
Don't re-init EBDA in S3 resume path.
Duncan Laurie
2012-03-30
Prepare the BIOS data areas before device init.
Duncan Laurie
2012-03-30
Make cpuid functions usable when compiled with PIC
Duncan Laurie
2012-03-30
Make PCI CONF2 support a compile time option
Stefan Reinauer
2012-03-30
Add more timestamps in coreboot.
Stefan Reinauer
2012-03-30
Fix coreboot makefiles not to produce half baked output.
Vadim Bendebury
2012-03-30
Add timestamps for selfboot and acpi wake
Duncan Laurie
2012-03-30
Add TPM support to coreboot
Stefan Reinauer
2012-03-30
Add an option to keep the ROM cached after romstage
Stefan Reinauer
2012-03-30
Add native memset() function on x86
Stefan Reinauer
2012-03-30
Add faster, architecture dependent memcpy()
Stefan Reinauer
2012-03-29
Add infrastructure for global data in the CAR phase of boot
Gabe Black
2012-03-29
Detect whether the OXPCIE card is really present while in the ROM stage.
Gabe Black
2012-03-29
Refactor publishing CBMEM addresses through coreboot table.
Vadim Bendebury
2012-03-29
Add timestamp table pointer to the coreboot table.
Vadim Bendebury
2012-03-29
CBMEM CONSOLE: Add code using the new console driver.
Vadim Bendebury
2012-03-25
Makefile: rename linker intermediate variable
Kyösti Mälkki
2012-03-20
Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class...
Rudolf Marek
2012-03-17
Another indirection for normal/fallback bootblock
Patrick Georgi
2012-03-16
Rename AMD_AGESA to CPU_AMD_AGESA
Kyösti Mälkki
2012-03-16
Use search path when building dependencies
Patrick Georgi
2012-03-16
Via Epia-N and C3: Set ioapic delivery type in Kconfig
Patrick Georgi
2012-03-11
No need to setup include paths with .s files
Patrick Georgi
2012-03-10
If the memory mapped UART isn't present, leave it out of the cb tables.
Gabe Black
2012-03-09
Increase size of the coreboot table area
Stefan Reinauer
2012-03-09
Fix compilation when USE_OPTION_TABLE is not defined.
Duncan Laurie
2012-03-09
Fix coreboot table size calculations.
Vadim Bendebury
2012-03-09
Clean up use of CONFIG_ variables in coreboot_table.c
Stefan Reinauer
2012-03-08
Unify Local APIC address definitions
Patrick Georgi
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2012-02-29
Fix x86 cpu_phys_address_size
Kyösti Mälkki
2012-02-17
Exit building if romstage.bin is larger than size of XIP
zbao
2012-02-07
Move SeaBIOS output out of coreboot source tree
Stefan Reinauer
2012-01-31
X86: fix cpu_phys_address_size()
Sven Schnelle
2012-01-26
pci_ops_mmconf: Move conditional compilation to Makefile
Vikram Narayanan
2012-01-24
pci_ops_conf: Indentation fixes
Vikram Narayanan
2012-01-24
pci_ops_mmconf: Indentation fixes
Vikram Narayanan
2012-01-20
Leave SSE and MMX instructions enabled in coreboot
Stefan Reinauer
2012-01-18
Add coreboot version to id area
Patrick Georgi
2012-01-10
MTRR: get physical address size from CPUID
Sven Schnelle
2012-01-09
ACPI: mark empty get_cst_entries() weak
Sven Schnelle
2011-12-24
Only BSP CPU writes CMOS in bootblock code
Kyösti Mälkki
2011-12-08
Fix ldscript for bootblock .rom section
Kyösti Mälkki
2011-12-05
Bootblock does not need a unique boot_cpu()
Kyösti Mälkki
2011-11-24
Remove unused code files and cosmetic changes
Kyösti Mälkki
2011-11-22
Fix post_code in 16bit entry
Kyösti Mälkki
2011-11-06
Inline Makefile.bootblock.inc
Patrick Georgi
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-10-29
Fix coreboot updates
Patrick Georgi
2011-10-28
Get rid of the old romstage-as-bootblock ROM layout
Patrick Georgi
2011-10-28
Get rid of AUTO_XIP_ROM_BASE
Patrick Georgi
2011-10-27
Move linux 2.6.11 workaround to generic code
Patrick Georgi
2011-10-25
SPEEDSTEP: write _CST tables
Sven Schnelle
2011-10-25
ACPI: Add function for writing _CST tables
Sven Schnelle
2011-10-21
Extend coreboot table entry for serial ports
Stefan Reinauer
2011-10-21
Add macros for 64bit byte order swapping
Stefan Reinauer
2011-10-19
IOAPIC: fix bitmask
Kyösti Mälkki
2011-10-19
Drop eh_frame instead of moving it into the image.
Stefan Reinauer
2011-10-15
cbfs_and_run_core() is not part of the API, make it static.
Stefan Reinauer
2011-10-15
reformat Makefile.bootblock.inc (>80 lines per char)
Stefan Reinauer
2011-10-14
Add eh_frame to rom section to fix compilation of coreboot with gcc 4.6
Stefan Reinauer
2011-10-13
Prevent build breakage without consoles enabled
Stefan Reinauer
2011-10-13
refactor vesa mode setting code and bootsplash code
Stefan Reinauer
2011-10-13
Fix romstage creation with gcc 4.6 and CAR targets
Stefan Reinauer
2011-10-13
mptable: Refactor mptable generation some more
Patrick Georgi
2011-10-13
mptable: Get rid of fixup_virtual_wire
Patrick Georgi
2011-10-13
mptable: Refactor lintsrc generation
Patrick Georgi
2011-09-12
Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods
Tobias Diedrich
2011-08-26
Add automatic SMBIOS table generation
Sven Schnelle
2011-07-22
Add xhcbios and ahcibios rom handling
efdesign98
2011-07-12
Do full flush on uart8250 only at end of printk.
Kevin O'Connor
2011-07-02
whitespace-only changes in acpi.c, replaced spaces with tabs
Cristian Măgherușan-Stanciu
2011-06-22
Add the coreboot config to CBFS
Cristian Măgherușan-Stanciu
2011-05-23
We don't have pausing versions of single-IO instructions.
Stefan Reinauer
2011-04-26
Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an
Stefan Reinauer
2011-04-21
more ifdef -> if fixes.
Stefan Reinauer
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-04-21
some ifdef --> if fixes
Stefan Reinauer
2011-04-20
Simplify coreboot's console/console.h
Stefan Reinauer
2011-04-19
Recently the 3 projects using the new AMD reference code have been
Scott Duplichan
2011-04-16
bootblock updates: ...
Stefan Reinauer
2011-04-15
sorry for breaking the tree.
Stefan Reinauer
2011-04-15
comment cosmetics in bootblock.ld
Stefan Reinauer
2011-04-15
add FILO easy payload option
Stefan Reinauer
2011-04-14
fix coreboot compilation without serial console enabled.
Stefan Reinauer
2011-04-14
add some comments to walkcbfs.S
Stefan Reinauer
2011-04-14
- drop remaining CONFIG_ROM_IMAGE_SIZE
Stefan Reinauer
2011-04-14
drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH
Stefan Reinauer
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2011-04-10
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
Stefan Reinauer
2011-03-29
BUILD: add missing config.h dependency
Sven Schnelle
2011-03-08
Move cmos.default handling to bootblock
Patrick Georgi
2011-02-14
This code fixes a number of build issues related to the AMD Agesa code. The p...
Frank Vibrans
2011-02-07
Reliably build arbitrary Kconfig-based revisions of SeaBIOS
Peter Stuge
2011-01-30
Replace special rules for auxiliary files by cbfs-files-y entries
Patrick Georgi
2011-01-30
Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...
Patrick Georgi
2011-01-29
Pass all required toolchain parts to SeaBIOS correctly
Stefan Reinauer
[prev]
[next]