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
2014-05-03
Move redundant Makefile rules from arch to top level.
Furquan Shaikh
2014-05-02
arch/x86/boot: Indent mpspec.c and make a loop more legible
Edward O'Callaghan
2014-04-30
uart: Support multiple ports
Kyösti Mälkki
2014-04-26
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-18
build rules: Identify build stage with simple variables
Kyösti Mälkki
2014-04-18
console: Split ROMCC helpers
Kyösti Mälkki
2014-04-18
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2014-04-18
console: Drop driver list in ramstage
Kyösti Mälkki
2014-04-09
console: Refactor uart8250/NE2K
Kyösti Mälkki
2014-04-09
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-04-09
console: Hide global console_loglevel
Kyösti Mälkki
2014-04-09
console: Unify do_printk()
Kyösti Mälkki
2014-04-09
console: Split console_init()
Kyösti Mälkki
2014-04-09
uart: Redefine Kconfig options
Kyösti Mälkki
2014-04-07
SeaBIOS: have coreboot pass the choice to run optionroms in parallel
Idwer Vollering
2014-04-04
x86/Makefile: Allow addition of link libraries for rom/ramstage
Alexandru Gagniuc
2014-04-01
Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2014-03-09
smbios: Supply tag type 2 (base board information)
Vladimir Serbinenko
2014-03-04
usbdebug: Move Kconfig under drivers/usb
Kyösti Mälkki
2014-03-04
uart8250: Move under drivers/uart
Kyösti Mälkki
2014-03-04
uart8250mem: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
uart8250io: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
2014-03-04
uart8250: Fix and unify baudrate divisor calculation
Kyösti Mälkki
2014-03-03
coreboot: don't return struct lb_memory * from write_tables()
Aaron Durbin
2014-03-03
coreboot: introduce arch_payload_run()
Aaron Durbin
2014-02-24
CAR_GLOBAL: enforce compiler to check if _start != _end
Edward O'Callaghan
2014-02-20
usbdebug: Unify console API
Kyösti Mälkki
2014-02-19
x86: only build disassembly with gcc
Patrick Georgi
2014-02-15
coreboot: infrastructure for different ramstage loaders
Aaron Durbin
2014-02-15
x86: provide stage_exit() like arm
Aaron Durbin
2014-02-11
SMP: Add arch-agnostic boot_cpu()
Kyösti Mälkki
2014-02-06
console: Drop IO and Oxford (PCI) UARTs on armv7
Kyösti Mälkki
2014-02-06
ne2k: Move under drivers/net
Kyösti Mälkki
2014-02-06
usbdebug: Move under drivers/usb
Kyösti Mälkki
2014-02-06
MTRR: Mark all prefetchable resources as WRCOMB.
Vladimir Serbinenko
2014-01-30
x86: include optional reference code blob in cbfs
Aaron Durbin
2014-01-28
x86: add common definitions for control registers
Aaron Durbin
2014-01-23
Multiboot: remove multiboot tables generation.
Vladimir Serbinenko
2014-01-21
CAR_GLOBAL: Define section details once
Patrick Georgi
2014-01-13
lib: Make log2() available in romstage on ARM, not just x86
Alexandru Gagniuc
2014-01-12
arch/x86/acpi/globutil.asl: Make control method `S2BF` serialized
Paul Menzel
2014-01-10
Replace all occurences of sprintf with snprintf
Vladimir Serbinenko
2014-01-06
CBMEM: Fix allocation for static CBMEM
Kyösti Mälkki
2014-01-06
CBMEM: Drop cbmem_base_check()
Kyösti Mälkki
2014-01-06
CBMEM ACPI: Move resume handler
Kyösti Mälkki
2013-12-23
usbdebug: Add option to disable console for romstage
Kyösti Mälkki
2013-12-21
exynos5250: Implement support to boot with USB A-A firmware upload
Julius Werner
2013-12-21
armv7: Allow accessing ACTLR (Auxiliary Control Register)
Hung-Te Lin
2013-12-21
armv7: Add CPU & MP primitive instructions
Hung-Te Lin
2013-12-21
armv7: add wrappers to read/write L2ACTLR
David Hendricks
2013-12-21
ARM: Don't inject nobits since we actually want to load these bits
Gabe Black
2013-12-21
ARM: Remove (NOLOAD) from the .car section
Gabe Black
2013-12-21
ARMv7: Fix location of CBMEM console in romstage
Stefan Reinauer
2013-12-21
arm: Remove __image_copy_end from the ARM linker script
Gabe Black
2013-12-21
armv7: Prepare tables code for dynamic CBMEM
Patrick Georgi
2013-12-21
Enable CAR migration on Exynos 5250 and 5420
Stefan Reinauer
2013-12-21
arm: Don't use const pointers with the write functions
Gabe Black
2013-12-12
armv7: Fix dcache_clean_by_mva.
Hung-Te Lin
2013-12-09
Refactor usage of walkcbfs to permit access to CBFS headers
Alexandru Gagniuc
2013-12-06
arch/x86: Do not run UPDATE-FIT if we don't include microcode
Alexandru Gagniuc
2013-12-02
Makefile: Drop obsolete rules
Kyösti Mälkki
2013-11-26
Log device path into CMOS during probe stages
Duncan Laurie
2013-11-26
Extend CMOS POST code logging to store extra data
Duncan Laurie
2013-11-26
cmos post: Guard with spinlock
Duncan Laurie
2013-11-25
x86: fix compile error for !CONFIG_MULTIBOOT
Aaron Durbin
2013-11-25
smbios: Add generic type41 write function
Duncan Laurie
2013-11-25
x86: call cbfstool update-fit when fit selected
Aaron Durbin
2013-11-25
x86: use proper types for interrupt callbacks
Aaron Durbin
2013-11-19
Add GRUB2 payload to build system
Vladimir Serbinenko
2013-11-18
smbios: make manufacturer, product_name and uuid runtime settable
Gerd Hoffmann
2013-11-10
add memory clobber to ins{b,w,l}
Gerd Hoffmann
2013-10-17
arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS
Andrew Wu
2013-10-15
CBMEM: Define cbmem_top() just once for x86
Kyösti Mälkki
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-17
ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.
Gabe Black
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
ARM: Define custom ELF headers for ARM.
Gabe Black
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
[next]