Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
38c326d041218e65d156ce3dd3bfee39e73ceffa
/
src
/
arch
/
x86
38c326d
x86: add thread support
by Aaron Durbin
· 10 years ago
4409a5e
coreboot: add thread cooperative multitasking
by Aaron Durbin
· 10 years ago
3f5f6d8
Drop prototype guarding for romcc
by Stefan Reinauer
· 10 years ago
3949e37
Drop CONFIG_AP_CODE_IN_CAR
by Stefan Reinauer
· 10 years ago
648d166
copy_and_run: drop boot_complete parameter
by Stefan Reinauer
· 10 years ago
2a3c106
hardwaremain: drop boot_complete parameter
by Stefan Reinauer
· 10 years ago
1b3e176
x86 I/O APIC: Dump I/O APIC regs in `ioapic.c`
by Paul Menzel
· 10 years ago
ac75bc6
x86 I/O APIC: Make functions `io_apic_{read,write}()` public
by Paul Menzel
· 10 years ago
bebf669
x86: use boot state callbacks to disable rom cache
by Aaron Durbin
· 10 years ago
4dd87fb
coverage: use boot state callbacks
by Aaron Durbin
· 10 years ago
0a6c20a
acpi: split resume check and actual resume code
by Aaron Durbin
· 10 years ago
a4feddf
boot state: schedule static callbacks
by Aaron Durbin
· 10 years ago
45988da
spkmodem console
by Vladimir Serbinenko
· 10 years ago
64a7ed6
Add PXE ROM selection to Kconfig menu
by Siyuan Wang
· 10 years ago
9c07c8f
lynxpoint: Move ACPI NVS into separate CBMEM table
by Duncan Laurie
· 10 years ago
ebf142a
boot: add disable_cache_rom() function
by Aaron Durbin
· 10 years ago
5a767fd
x86: dynamic cbmem: fix acpi reservations
by Aaron Durbin
· 10 years ago
0135702
x86: mark .textfirst as allocatable and executable
by Aaron Durbin
· 10 years ago
b467f1d
relocatable ramstage: fix linking
by Aaron Durbin
· 10 years ago
1989b4b
x86: expose console_tx_flush in romstage
by Aaron Durbin
· 10 years ago
3e4e303
Unify coreboot table generation
by Stefan Reinauer
· 10 years ago
dd32a31
coreboot: add vboot_handoff to coreboot tables
by Aaron Durbin
· 10 years ago
fd79562
romstage: add support for vboot firmware selection
by Aaron Durbin
· 10 years ago
dd4a6d2
coreboot: dynamic cbmem requirement
by Aaron Durbin
· 10 years ago
24d1d4b
x86: Unify arch/io.h and arch/romcc_io.h
by Stefan Reinauer
· 10 years ago
df3a109
cbmem: dynamic cbmem support
by Aaron Durbin
· 10 years ago
2b7c88f
rmodule: add string functions to rmodules class
by Aaron Durbin
· 10 years ago
8e4a355
coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE
by Aaron Durbin
· 10 years ago
cddcc80
coreboot: introduce romstage_handoff structure
by Aaron Durbin
· 10 years ago
a146d58
ramstage: prepare for relocation
by Aaron Durbin
· 10 years ago
eb06a42
x86: don't clear bss in ramstage entry
by Aaron Durbin
· 10 years ago
d466d75
x86: provide more C standard environment
by Aaron Durbin
· 10 years ago
f7c6d48
rmodule: add ramstage support
by Aaron Durbin
· 10 years ago
633f112
x86: remove stack definition in linker script
by Aaron Durbin
· 10 years ago
e919837
cbfstool locate: Rename -a align switch to -P for page size
by Hung-Te Lin
· 10 years ago
6dccedd
x86 intel: Add Firmware Interface Table support
by Aaron Durbin
· 10 years ago
69efaa0
Google Link: Add remaining code to support native graphics
by Ronald G. Minnich
· 10 years ago
f7fa218
x86: improve lb_cleanup_memory_ranges
by Aaron Durbin
· 10 years ago
ae0e8d3
Eliminate do_div().
by David Hendricks
· 10 years ago
be738eb
Remove UTF-8 characters from comments
by Ronald G. Minnich
· 10 years ago
0f4c0e2
src/arch/x86/boot/acpigen.c: Small coding style and comment fixes
by Paul Menzel
· 10 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 10 years ago
fd611f9
Drop CONFIG_WRITE_HIGH_TABLES
by Stefan Reinauer
· 10 years ago
db4f875
IOAPIC: Divide setup_ioapic() in two parts.
by Kyösti Mälkki
· 11 years ago
0aa37c4
sconfig: rename lapic_cluster -> cpu_cluster
by Stefan Reinauer
· 10 years ago
4aff445
sconfig: rename pci_domain -> domain
by Stefan Reinauer
· 10 years ago
dbc6ca7
romcc: Use default romcc flags for most boards
by Patrick Georgi
· 10 years ago
f03d22e
romcc: Don't use user overridable romcc flags for bootblock
by Patrick Georgi
· 10 years ago
580fa2b
console: Only print romstage messages with EARLY_CONSOLE enabled.
by Hung-Te Lin
· 10 years ago
315dec4
bootblock: Reduce register load
by Patrick Georgi
· 10 years ago
275fb63
Don't add another Kconfig special case for Tiano
by Stefan Reinauer
· 10 years ago
543a682
cbfstool: support parsing UEFI firmware volumes
by Stefan Reinauer
· 10 years ago
215d1d7
cbfstool: Use cbfs_image API for "locate" command.
by Hung-Te Lin
· 10 years ago
ed08bcc
Hook up corebootPkg as Tianocore payload
by Patrick Georgi
· 10 years ago
5e272a4
smbios: show CONFIG_LOCALVERSION in DMI bios_version
by Christian Gmeiner
· 10 years ago
6fe0cab
Extend CBFS to support arbitrary ROM source media.
by Hung-Te Lin
· 10 years ago
cc5b344
Project PIANO aka tianocoreboot
by Stefan Reinauer
· 10 years ago
657ea6a
cbfstool: Change "locate" output to prefix "0x".
by Hung-Te Lin
· 10 years ago
d1de45e
ioapic: Factor out counting code to `ioapic_interrupt_count`
by Patrick Georgi
· 10 years ago
be0e925
clear_ioapic: Fix reading of number of interrupts for IO-APICs
by Aladyshev Konstantin
· 10 years ago
d37ab45
Implement GCC code coverage analysis
by Stefan Reinauer
· 10 years ago
b8ad224
cbmem: replace pointer type by uint64_t
by Stefan Reinauer
· 10 years ago
72a2eaf
Rename mainboard_smi.c to smihandler.c
by Patrick Georgi
· 10 years ago
7a33442
Remove colors from build system output
by Patrick Georgi
· 10 years ago
ea9a1f6
Get stdint.h in sync between ARMv7 and x86
by Stefan Reinauer
· 10 years ago
c5f4926
Fix a compare against undefined variable in acpi.c
by Martin Roth
· 10 years ago
da1ef02
stddef.h: move to generic code
by Stefan Reinauer
· 10 years ago
399486e
Unify assembler function handling
by Stefan Reinauer
· 10 years ago
8d71155
Rename devices -> device
by Stefan Reinauer
· 10 years ago
48e21ec
Add mainboard hook to bootblock
by Kyösti Mälkki
· 10 years ago
f902248
Refactor bootblock initialisation
by Kyösti Mälkki
· 10 years ago
90ca3b6
Add multi-architecture support to cbfstool
by David Hendricks
· 10 years ago
e773c92
Make mainboard_ops and mainboard.c file optional
by Kyösti Mälkki
· 10 years ago
95efb56
pirq_route_irqs is private
by Patrick Georgi
· 10 years ago
5079a0d
Remove assembly coded log2 function
by Ronald G. Minnich
· 10 years ago
e135ac5
Remove AMD special case for LAPIC based udelay()
by Patrick Georgi
· 10 years ago
6999217
build system: Eliminate special case for c_start
by Patrick Georgi
· 10 years ago
23f38cd
Get rid of drivers class
by Patrick Georgi
· 10 years ago
18607f7
Drop ramstage.a
by Patrick Georgi
· 10 years ago
8ada152
Unify use of bool config variables
by Stefan Reinauer
· 10 years ago
d8e6d40
bootblock: Guard CMOS rewrite in disable/enable RTC
by Patrick Georgi
· 10 years ago
a47bd91
Fix PIRQ routing abstraction
by Stefan Reinauer
· 10 years ago
8483344
Drop Kconfig.deprecated_options
by Stefan Reinauer
· 10 years ago
4dfdeba
Reduce number of per-mainboard changes
by Stefan Reinauer
· 10 years ago
bf5a7dc
Drop CONFIG_HAVE_BUS_CONFIG, clean up Kconfig
by Stefan Reinauer
· 10 years ago
db4bb43
Make YABEL's version of mainboard_interrupt_handlers() usable
by Nico Huber
· 10 years ago
11290c4
SMM: Restore GNVS pointer in the resume path
by Duncan Laurie
· 10 years ago
48a4a7f
Provide MRC with a console printing callback function
by Vadim Bendebury
· 11 years ago
8b93059
Pass the CPU index as a parameter to startup.
by Ronald G. Minnich
· 11 years ago
5b63579
SandyBridge/IvyBridge: Add IFD and ME firmware automatically
by Stefan Reinauer
· 11 years ago
6866c08
mmio pci config: Remove register constraints
by Aaron Durbin
· 10 years ago
6321758
cbfstool: Rework to use getopt style parameters
by Stefan Reinauer
· 10 years ago
a5b7067
romcc_io: add pci_or_configX functions.
by Aaron Durbin
· 10 years ago
f75dd09
x86/Makefile.inc: Test if the strings are equal by single equal sign
by Zheng Bao
· 10 years ago
9c03957
Reduce default stack size to 4K
by Stefan Reinauer
· 10 years ago
2a6f390
Add dependency for CONFIG_AP_IN_SIPI_WAIT
by Stefan Reinauer
· 10 years ago
fb8632a
oprom: Ensure that mode information is valid before putting it in the tables.
by Gabe Black
· 10 years ago
04c5bae
Define post codes for OS boot and resume
by Duncan Laurie
· 11 years ago
a1ea822
Make coreboot use the offset parameter in cbfstool create
by Stefan Reinauer
· 11 years ago
b6e97b1
Add support for storing POST codes in CMOS
by Duncan Laurie
· 11 years ago
Next »