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
Age
Commit message (
Expand
)
Author
2012-03-27
Add bifferboard
Rudolf Marek
2012-03-27
Add 64KB romchip chip size
Rudolf Marek
2012-03-27
Add support for RDC R8610 Southbridge
Rudolf Marek
2012-03-27
Add the support for RDC R8610 Northbridge
Rudolf Marek
2012-03-27
Add RDC R8610 PCI IDs.
Rudolf Marek
2012-03-26
Disable the GDB stub by default
Rudolf Marek
2012-03-25
Fix possible deadlock on SMP stop_this_cpu
Kyösti Mälkki
2012-03-25
Intel cpus: Fix deadlock on hyper-threading init
Kyösti Mälkki
2012-03-25
Makefile: rename linker intermediate variable
Kyösti Mälkki
2012-03-25
Replace ramtest pattern to assist in DIMM configuration
Kyösti Mälkki
2012-03-24
i82801gx: Support power-on-after-power-fail better
Patrick Georgi
2012-03-24
i82801gx: Use CMOS variable if available for power-on on power failure
Patrick Georgi
2012-03-24
printf: Remove some L modifier uses
Patrick Georgi
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-17
Intel cpus: Include CAR from socket
Kyösti Mälkki
2012-03-16
Fix AMD Fam15 CBMEM allocation
Stefan Reinauer
2012-03-16
Fix AMD Fam12 CBMEM allocation
Stefan Reinauer
2012-03-16
Fix AMD Fam10 CBMEM allocation
Stefan Reinauer
2012-03-16
AMD Agesa: delete no-op bootblock files
Kyösti Mälkki
2012-03-16
Rename AMD_AGESA to CPU_AMD_AGESA
Kyösti Mälkki
2012-03-16
Fix AMD Agesa leaking Kconfig
Kyösti Mälkki
2012-03-16
ROMCC boards have no XIP limit
Patrick Georgi
2012-03-16
Use search path when building dependencies
Patrick Georgi
2012-03-16
xchg is atomic with side-effects
Patrick Georgi
2012-03-16
Intel northbridge I945: Apply un-written naming rules
Kyösti Mälkki
2012-03-16
Via Epia-N and C3: Set ioapic delivery type in Kconfig
Patrick Georgi
2012-03-16
VIA southbridge K8T890: Apply un-written naming rules
Kyösti Mälkki
2012-03-16
Fix address of IDT in real-mode entry
Kyösti Mälkki
2012-03-16
Fix AMD Fam14 cbmen allocation
Marc Jones
2012-03-15
Clean up whitespace in fam14 northbridge.c
Marc Jones
2012-03-14
Since cbfs_core.h provides a macro that uses ntohl, make sure ntohl is available
Gabe Black
2012-03-14
AGESA family 12 changes to fix torpedo warnings
Martin Roth
2012-03-13
Union Station: Fixes to turn on HDMI
Frank Vibrans
2012-03-13
Union Station: Remove SIO support
Frank Vibrans
2012-03-11
No need to setup include paths with .s files
Patrick Georgi
2012-03-11
malloc: size is unsigned, don't test for size < 0
Patrick Georgi
2012-03-11
mainboard/aopen/Kconfig: remove extra whitespace
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-09
Fix dependency problem for uart8250.c as well
Stefan Reinauer
2012-03-09
Fix compilation with CONFIG_USE_OPTION_TABLE enabled
Stefan Reinauer
2012-03-09
Add helper function to find a Local APIC by ID in the device tree.
Duncan Laurie
2012-03-09
Don't try to compute I/O for empty sub buses.
Stefan Reinauer
2012-03-09
OXPCIe: Reinitialize UART after pci_dev_set_resources()
Stefan Reinauer
2012-03-09
move console includes to central console/console.h
Stefan Reinauer
2012-03-09
Add support for the Startech PEX1XS1PMINI
Stefan Reinauer
2012-03-09
Don't run any Option ROMs stored outside of the system flash
Stefan Reinauer
2012-03-09
Add an implementation for the memchr library function
Gabe Black
2012-03-08
Don't run VGA option ROMs on S3 resume.
Stefan Reinauer
2012-03-08
Unify Local APIC address definitions
Patrick Georgi
2012-03-08
Add support for A-Open DXPL Plus-U motherboard
Kyösti Mälkki
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2012-03-07
selfboot: drop dead code
Stefan Reinauer
2012-03-02
Fix ECC disable option for AMD Fam10 DDR2 and DDR3.
Marc Jones
2012-03-01
Rename vendor identifiers in Kconfig
Patrick Georgi
2012-02-29
Fix x86 cpu_phys_address_size
Kyösti Mälkki
2012-02-29
AMD southbridge: remove sp5100
Kyösti Mälkki
2012-02-27
asus/m4a785t-m: correct the CPU microcode patch selection
Denis 'GNUtoo' Carikli
2012-02-24
Ati video: Apply un-written naming rules
Kyösti Mälkki
2012-02-23
Revert "Fix multipleVGA cards resource conflict on Windows"
Marc Jones
2012-02-22
ACPI: More ../../.. removal
Patrick Georgi
2012-02-22
amd/sb600: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-22
Remove old AMD fam10 fixme comment
Marc Jones
2012-02-20
Force SB600 bootblock to use I/O for PCI config
Dave Frodin
2012-02-20
Force SB700 bootblock code to use I/O for PCI config cycles.
Dave Frodin
2012-02-20
Force SB800 bootblock to use I/O for PCI config
Dave Frodin
2012-02-20
Fix MTRR TOM2 WB cache setup for AMD CPUs > revF.
Marc Jones
2012-02-20
Torpedo mainboard changes to fix warnings.
Martin Roth
2012-02-20
Fixes Fam10/SR5650 cpu not recognized message.
Dave Frodin
2012-02-20
IEI-Kino Fam10 MPtable fix.
Dave Frodin
2012-02-20
IEI Kino Fam10 ACPI table fixes.
Dave Frodin
2012-02-17
nvidia/mcp55: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
amd/sb700: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
intel/i82801cx: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
sis/sis966: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
intel/i82801ex: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
intel/sch: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
amd/sb800: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
broadcom/bcm5785: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
Avoid ../../.. paths in ASL files
Patrick Georgi
2012-02-17
Rename i945 ACPI files to not carry an i945_ prefix
Patrick Georgi
2012-02-17
nvidia/ck804: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
Remove whitespace.
Patrick Georgi
2012-02-17
amd/amd8111: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
via/cx700: Move HAVE_HARD_RESET to northbridge
Patrick Georgi
2012-02-17
intel/82801dx: Move HAVE_HARD_RESET to southbridge
Patrick Georgi
2012-02-17
Exit building if romstage.bin is larger than size of XIP
zbao
2012-02-17
Mainboard: Add AMD dinar mainboard.
Kerry Sheh
2012-02-17
SIO: Add smsc sio1036 superio
Kerry Sheh
2012-02-17
SIO: Add smsc/sch4037 superio support
Kerry Sheh
2012-02-16
M4A785-M,M4A785T-M: fix SSDT tables
Denis 'GNUtoo' Carikli
2012-02-16
M4A785T-M: fix TOM2.
Denis 'GNUtoo' Carikli
2012-02-16
SB700 southbridge: AMD SB700/SP5100 southbridge CIMX wrapper
Kerry Sheh
2012-02-16
AGESA F15: AGESA family15 model 00-0fh northbridge wrapper
Kerry Sheh
2012-02-16
HWM: Nuvoton W83795G/ADG HWM support
Kerry Sheh
2012-02-16
Mainboard: Supermicro/h8qgi mainboard update
Kerry Sheh
[next]