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
2013-10-15
Have option of timestamps, CBMEM console and usbdebug for most boards
Kyösti Mälkki
2013-10-15
CBMEM: Fail builds on missing get_top_of_ram()
Kyösti Mälkki
2013-10-14
Revert "CBMEM: Always have early initialisation"
Kyösti Mälkki
2013-10-13
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-09-21
CBMEM: Always select CAR_MIGRATION
Kyösti Mälkki
2013-09-21
ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug
Kyösti Mälkki
2013-09-11
CBMEM: Backup top_of_ram instead of cbmem_toc
Kyösti Mälkki
2013-09-11
CBMEM: Add cbmem_locate_table()
Kyösti Mälkki
2013-09-11
CBMEM tables: Remove references to global high_tables_base
Kyösti Mälkki
2013-09-11
CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base
Kyösti Mälkki
2013-09-11
CBMEM AMD: Fix calls to set_top_of_ram_once()
Kyösti Mälkki
2013-09-11
CBMEM AMD: Remove references to global high_tables_base
Kyösti Mälkki
2013-08-31
Add Kconfig options for Linux as payload
Patrick Georgi
2013-08-24
Add pnp_devfn_t and use with __SIMPLE_DEVICE__
Kyösti Mälkki
2013-08-24
Add pci_devfn_t and use with __SIMPLE_DEVICE__
Kyösti Mälkki
2013-08-16
console: Squelch console output from AP CPUs in romstage
Kyösti Mälkki
2013-08-15
payload/SeaBIOS: Add SEABIOS_PS2_TIMEOUT Kconfig variable
Peter Stuge
2013-08-05
AMD Kabini: Add northbridge AGESA wrapper (new AMD processor)
Siyuan Wang
2013-08-01
Add directive __SIMPLE_DEVICE__
Kyösti Mälkki
2013-07-25
Redefine pci_bus_default_ops as function
Kyösti Mälkki
2013-07-22
X86: make the SIPI num_starts a config variable
Ronald G. Minnich
2013-07-15
SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure
Peter Stuge
2013-07-14
SMBIOS: Allow overriding default Manufacturer and Product names
Peter Stuge
2013-07-14
x86: Add and enable an arch verson of memmove.
Gabe Black
2013-07-11
Move the HAVE_ARCH_* config options from src/arch/x86 to src/.
Gabe Black
2013-07-11
Unify PCI configuration cycles
Kyösti Mälkki
2013-07-11
Set PCI bus operations at buildtime for ramstage
Kyösti Mälkki
2013-07-10
usbdebug: Move ehci_debug_info allocation
Kyösti Mälkki
2013-07-10
arch: clean up Kconfig and Makefile
Stefan Reinauer
2013-07-10
cpu: Add CPU microcode file to cbfs with 16-byte alignment
Aaron Durbin
2013-07-10
Drop ELF remains from boot code
Stefan Reinauer
2013-07-10
arch: Fix spelling
Martin Roth
2013-07-10
Rename hardwaremain() to main()
Stefan Reinauer
2013-07-10
Drop some duplicates of PCI-e config functions
Kyösti Mälkki
2013-07-10
Fix MMCONF_SUPPORT_DEFAULT for ramstage
Kyösti Mälkki
2013-06-06
qemu: add x86 cpu
Gerd Hoffmann
2013-06-04
Move the MARK_GRAPHICS_MEM_WRCOMB to x86 architecture
Ronald G. Minnich
2013-06-02
Provide sane Kconfig default for cmos.default.
Denis 'GNUtoo' Carikli
2013-05-20
Drop llshell
Stefan Reinauer
2013-05-16
x86: add cache-as-ram migration option
Aaron Durbin
2013-05-14
x86: add thread support
Aaron Durbin
2013-05-14
coreboot: add thread cooperative multitasking
Aaron Durbin
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-05-08
Drop CONFIG_AP_CODE_IN_CAR
Stefan Reinauer
2013-05-08
copy_and_run: drop boot_complete parameter
Stefan Reinauer
2013-05-08
hardwaremain: drop boot_complete parameter
Stefan Reinauer
2013-05-07
x86 I/O APIC: Dump I/O APIC regs in `ioapic.c`
Paul Menzel
2013-05-07
x86 I/O APIC: Make functions `io_apic_{read,write}()` public
Paul Menzel
2013-05-01
x86: use boot state callbacks to disable rom cache
Aaron Durbin
2013-05-01
coverage: use boot state callbacks
Aaron Durbin
2013-05-01
acpi: split resume check and actual resume code
Aaron Durbin
2013-05-01
boot state: schedule static callbacks
Aaron Durbin
2013-04-18
spkmodem console
Vladimir Serbinenko
2013-04-03
Add PXE ROM selection to Kconfig menu
Siyuan Wang
2013-04-01
lynxpoint: Move ACPI NVS into separate CBMEM table
Duncan Laurie
2013-04-01
boot: add disable_cache_rom() function
Aaron Durbin
2013-03-26
x86: dynamic cbmem: fix acpi reservations
Aaron Durbin
2013-03-23
x86: mark .textfirst as allocatable and executable
Aaron Durbin
2013-03-23
relocatable ramstage: fix linking
Aaron Durbin
2013-03-23
x86: expose console_tx_flush in romstage
Aaron Durbin
2013-03-22
Unify coreboot table generation
Stefan Reinauer
2013-03-22
coreboot: add vboot_handoff to coreboot tables
Aaron Durbin
2013-03-22
romstage: add support for vboot firmware selection
Aaron Durbin
2013-03-22
coreboot: dynamic cbmem requirement
Aaron Durbin
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-21
cbmem: dynamic cbmem support
Aaron Durbin
2013-03-21
rmodule: add string functions to rmodules class
Aaron Durbin
2013-03-21
coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE
Aaron Durbin
2013-03-21
coreboot: introduce romstage_handoff structure
Aaron Durbin
2013-03-21
ramstage: prepare for relocation
Aaron Durbin
2013-03-20
x86: don't clear bss in ramstage entry
Aaron Durbin
2013-03-20
x86: provide more C standard environment
Aaron Durbin
2013-03-19
rmodule: add ramstage support
Aaron Durbin
2013-03-19
x86: remove stack definition in linker script
Aaron Durbin
2013-03-19
cbfstool locate: Rename -a align switch to -P for page size
Hung-Te Lin
2013-03-17
x86 intel: Add Firmware Interface Table support
Aaron Durbin
2013-03-15
Google Link: Add remaining code to support native graphics
Ronald G. Minnich
2013-03-14
x86: improve lb_cleanup_memory_ranges
Aaron Durbin
2013-03-08
Eliminate do_div().
David Hendricks
2013-03-07
Remove UTF-8 characters from comments
Ronald G. Minnich
2013-03-07
src/arch/x86/boot/acpigen.c: Small coding style and comment fixes
Paul Menzel
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-27
IOAPIC: Divide setup_ioapic() in two parts.
Kyösti Mälkki
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2013-02-09
romcc: Use default romcc flags for most boards
Patrick Georgi
2013-02-09
romcc: Don't use user overridable romcc flags for bootblock
Patrick Georgi
2013-02-08
console: Only print romstage messages with EARLY_CONSOLE enabled.
Hung-Te Lin
2013-02-06
bootblock: Reduce register load
Patrick Georgi
2013-02-05
Don't add another Kconfig special case for Tiano
Stefan Reinauer
2013-02-05
cbfstool: support parsing UEFI firmware volumes
Stefan Reinauer
2013-02-05
cbfstool: Use cbfs_image API for "locate" command.
Hung-Te Lin
2013-02-04
Hook up corebootPkg as Tianocore payload
Patrick Georgi
2013-02-04
smbios: show CONFIG_LOCALVERSION in DMI bios_version
Christian Gmeiner
2013-01-30
Extend CBFS to support arbitrary ROM source media.
Hung-Te Lin
2013-01-30
Project PIANO aka tianocoreboot
Stefan Reinauer
2013-01-29
cbfstool: Change "locate" output to prefix "0x".
Hung-Te Lin
2013-01-27
ioapic: Factor out counting code to `ioapic_interrupt_count`
Patrick Georgi
2013-01-23
clear_ioapic: Fix reading of number of interrupts for IO-APICs
Aladyshev Konstantin
[prev]
[next]