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
Age
Commit message (
Expand
)
Author
2013-01-18
armv7: add a wrapper for romstage's main() for ARM ISA
Gabe Black
2013-01-18
Snow bootblock (bloated/debug version)
David Hendricks
2013-01-17
Fix the stack setup code so we can use an arbitrary 32-bit value
Ronald G. Minnich
2013-01-17
make main() in snow's romstage.c our romstage entry point
David Hendricks
2013-01-17
armv7: Place reset vector + CBFS header + bootblock dynamically
David Hendricks
2013-01-17
ARM bootblock approach
David Hendricks
2013-01-16
armv7: delete unneeded ptrace.h
Stefan Reinauer
2013-01-12
Implement GCC code coverage analysis
Stefan Reinauer
2013-01-12
Move init.S to a proper filename
Ronald G. Minnich
2013-01-11
cbmem: replace pointer type by uint64_t
Stefan Reinauer
2013-01-10
armv7: replace magic constant for romstage location
David Hendricks
2013-01-10
armv7: add *(.data) back into .romdata section
David Hendricks
2013-01-10
armv7: update board_init_f function signature
David Hendricks
2013-01-10
armv7: delete some unused files
David Hendricks
2013-01-05
ARMv7: drop __ASSEMBLY__
Stefan Reinauer
2013-01-05
ARMv7: drop __KERNEL__
Stefan Reinauer
2013-01-04
Flatten the tree
Ronald G. Minnich
2013-01-04
Revert "armv7: pass bootblock offset from Kconfig into cbfstool"
Ronald G. Minnich
2013-01-04
ARMv7: Make ABI compatible to reference toolchain
Stefan Reinauer
2013-01-04
ARMv7: drop libgcc copy
Stefan Reinauer
2013-01-04
Clean up ARMv7 architecture Kconfig
Stefan Reinauer
2013-01-04
update CFLAGS for armv7
David Hendricks
2013-01-03
Rename mainboard_smi.c to smihandler.c
Patrick Georgi
2013-01-03
armv7: pass bootblock offset from Kconfig into cbfstool
David Hendricks
2013-01-03
armv7: create init.S for early ARMv7 init
David Hendricks
2012-12-29
remove obsolete include paths from INCLUDES
David Hendricks
2012-12-29
Simplify romstage.ld for armv7
David Hendricks
2012-12-19
Remove colors from build system output
Patrick Georgi
2012-12-19
Get stdint.h in sync between ARMv7 and x86
Stefan Reinauer
2012-12-15
Fix a compare against undefined variable in acpi.c
Martin Roth
2012-12-12
Fix ARMv7 payload handling
Stefan Reinauer
2012-12-08
stddef.h: move to generic code
Stefan Reinauer
2012-12-08
WIP: Initial ARMv7 architecture implementation in coreboot
Stefan Reinauer
2012-12-06
Unify assembler function handling
Stefan Reinauer
2012-11-30
Rename devices -> device
Stefan Reinauer
2012-11-30
Add mainboard hook to bootblock
Kyösti Mälkki
2012-11-30
Refactor bootblock initialisation
Kyösti Mälkki
2012-11-30
Add multi-architecture support to cbfstool
David Hendricks
2012-11-30
Add dummy Kconfig options for armv7
David Hendricks
2012-11-29
Make mainboard_ops and mainboard.c file optional
Kyösti Mälkki
2012-11-29
pirq_route_irqs is private
Patrick Georgi
2012-11-28
Remove assembly coded log2 function
Ronald G. Minnich
2012-11-27
Remove AMD special case for LAPIC based udelay()
Patrick Georgi
2012-11-27
build system: Eliminate special case for c_start
Patrick Georgi
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-11-27
Drop ramstage.a
Patrick Georgi
2012-11-20
Unify use of bool config variables
Stefan Reinauer
2012-11-19
bootblock: Guard CMOS rewrite in disable/enable RTC
Patrick Georgi
2012-11-16
Fix PIRQ routing abstraction
Stefan Reinauer
2012-11-16
Drop Kconfig.deprecated_options
Stefan Reinauer
2012-11-16
Reduce number of per-mainboard changes
Stefan Reinauer
2012-11-16
Drop CONFIG_HAVE_BUS_CONFIG, clean up Kconfig
Stefan Reinauer
2012-11-14
Make YABEL's version of mainboard_interrupt_handlers() usable
Nico Huber
2012-11-14
SMM: Restore GNVS pointer in the resume path
Duncan Laurie
2012-11-14
Provide MRC with a console printing callback function
Vadim Bendebury
2012-11-13
Pass the CPU index as a parameter to startup.
Ronald G. Minnich
2012-11-13
SandyBridge/IvyBridge: Add IFD and ME firmware automatically
Stefan Reinauer
2012-11-12
mmio pci config: Remove register constraints
Aaron Durbin
2012-11-12
cbfstool: Rework to use getopt style parameters
Stefan Reinauer
2012-11-12
romcc_io: add pci_or_configX functions.
Aaron Durbin
2012-11-12
x86/Makefile.inc: Test if the strings are equal by single equal sign
Zheng Bao
2012-11-12
Reduce default stack size to 4K
Stefan Reinauer
2012-11-12
Add dependency for CONFIG_AP_IN_SIPI_WAIT
Stefan Reinauer
2012-11-12
oprom: Ensure that mode information is valid before putting it in the tables.
Gabe Black
2012-11-12
Define post codes for OS boot and resume
Duncan Laurie
2012-11-09
Make coreboot use the offset parameter in cbfstool create
Stefan Reinauer
2012-11-08
Add support for storing POST codes in CMOS
Duncan Laurie
2012-11-08
x86 memcpy: Copy 4 bytes at once
Stefan Reinauer
2012-11-07
Move global variable check to Makefile
Stefan Reinauer
2012-11-06
acpi: Add support for DMAR tables (Intel IOMMU support)
Patrick Georgi
2012-10-29
Drop get_smbios_data from chip_operations
Kyösti Mälkki
2012-10-29
Fix reading of number of interrupts for IO-APICs
Nico Huber
2012-10-27
Take care of NULL chip_ops->name
Kyösti Mälkki
2012-10-08
hpet: common ACPI generation
Patrick Georgi
2012-10-07
Take care of NULL chip_ops->name
Kyösti Mälkki
2012-10-05
Provide access to smaller registers in eregs
Patrick Georgi
2012-10-04
pirq_routing: Allow routing with more than 4 PIRQ links
Alexandru Gagniuc
2012-09-05
buildsystem: Make CPU microcode updating more configurable
Alexandru Gagniuc
2012-08-25
MPTABLE: check for fixed IRQ entries on all pins
Sven Schnelle
2012-08-25
Fix mptable build troubles
Kyösti Mälkki
2012-08-22
mptable: bring sanity back to mptable generation (TRIVIAL)
Alexandru Gagniuc
2012-08-21
Change to allow coreboot to use "add-payload" instead of "add" for payload im...
Dave Frodin
2012-08-21
Don't write automatic IRQ entries for disabled devices
Sven Schnelle
2012-08-15
coreboot: Dump memory around problem area when encountering exception
Alexandru Gagniuc
2012-08-08
Do not allow modifying memory table directly
Kyösti Mälkki
2012-08-08
Drop HAVE_MAINBOARD_RESOURCES
Kyösti Mälkki
2012-08-04
Make the device tree available in the rom stage
Stefan Reinauer
2012-07-31
Revert "Use broadcast SIPI to startup siblings"
Sven Schnelle
2012-07-26
ACPI: Add function to write _PPC using NVS
Duncan Laurie
2012-07-26
USBDEBUG: buffer up to 8 bytes
Sven Schnelle
2012-07-25
Extend smbios api to allow runtime change of mainboard serial and version
Christian Gmeiner
2012-07-25
chromeos: Pass pointer to ChromeOS ACPI structure instead of VB Shared Data
Stefan Reinauer
2012-07-25
ELOG: Add support for generating SMBIOS type15 table
Duncan Laurie
2012-07-24
Add microcode blob processing
Vadim Bendebury
2012-07-24
Add standard header to prevent multiple inclusion
Vadim Bendebury
2012-07-15
Poison the stack to uncover programming errors
Ronald G. Minnich
2012-07-13
MPTAPLE: generate from devicetree.cb
Sven Schnelle
2012-07-10
Fix APIC cpu_index
Kyösti Mälkki
2012-07-10
Drop start_cpu_lock
Kyösti Mälkki
2012-07-05
PCI Type2 config must die
Ronald G. Minnich
[prev]
[next]