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
Age
Commit message (
Expand
)
Author
2015-01-09
macbook21 lenovo/xx: Fix inw() in SMI handlers
Kyösti Mälkki
2015-01-08
northbridg/via/vx900: Doxygen fixes
Martin Roth
2015-01-08
Doxygen: add a "simple" output config and make target
Martin Roth
2015-01-08
northbridge/amd: Doxygen fixes
Martin Roth
2015-01-08
inteltool: add `-s` to dump spi bar and bios_cntl registers
Alexander Couzens
2015-01-07
northbridge/amd/agesa/family1{4,5}: Remove cruft from dimmSpd.c
Edward O'Callaghan
2015-01-07
CBMEM: Rename utility file
Kyösti Mälkki
2015-01-06
mainboard: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-06
cpu: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-06
southbridge: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-06
northbridge: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-06
superio: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-06
superio/smsc/lpc47n217: Drop dead code
Stefan Reinauer
2015-01-06
broadwell: Use correct include file for console functions
Stefan Reinauer
2015-01-06
Drop VIA VT8235 southbridge
Stefan Reinauer
2015-01-06
libpayload: ipq808x: introduce uart driver
Vadim Bendebury
2015-01-06
libpayload: Introduce bit manipulation macros
Vadim Bendebury
2015-01-06
libpayload: arm: add code to clear bss
Vadim Bendebury
2015-01-06
Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"
Kyösti Mälkki
2015-01-06
AMD platforms: fix callout_entry doxygen errors
Martin Roth
2015-01-06
AMD Mainboards - rd890_cfg.h: fix Doxygen errors.
Martin Roth
2015-01-06
doxygen fixes: change @var to @param var
Martin Roth
2015-01-06
AMD Mainboards - rd890_cfg.c: Fix doxygen warnings
Martin Roth
2015-01-06
doxygen fixes: fix parameter names to match the functions
Martin Roth
2015-01-06
Remove AMD's "Release Content" doxygen from coreboot files
Martin Roth
2015-01-06
drivers/intel/fsp: split the UEFI HOB functions into hob.c
Martin Roth
2015-01-06
Re-factor 'to_flash_offset()' into 'spi_flash.h'
Edward O'Callaghan
2015-01-06
northbridge/intel: Do not define include guard as 1
Edward O'Callaghan
2015-01-06
mainboard/*/romstage.c: Fix 'lib/delay.c' inclusion
Edward O'Callaghan
2015-01-06
mainboard/*/romstage.c: Sanitize system header inclusions
Edward O'Callaghan
2015-01-06
superio/smsc/lpc47n207: Hook into build system
Edward O'Callaghan
2015-01-05
timestamps: Switch from tsc_t to uint64_t
Stefan Reinauer
2015-01-05
hp/abm: Add new mainboard
Dave Frodin
2015-01-05
Copy asrock/ibm-a180 to hp/abm
Kyösti Mälkki
2015-01-05
northbridge/via/vx800/examples: Remove rotting source
Edward O'Callaghan
2015-01-04
AMD Mainboards - romstage.c: Fix doxygen errors
Martin Roth
2015-01-04
AMD Mainboards - PlatformGnbPcie.c: Fix Doxygen errors
Martin Roth
2015-01-04
AMD Mainboards - platform_cfg.h: Fixes for doxygen
Martin Roth
2015-01-04
smihandler.c: Fix doxygen errors in southbridge_smi_handler
Martin Roth
2015-01-04
atomic.h: Fix doxygen errors
Martin Roth
2015-01-04
remove vx900_int16 doxygen module/group
Martin Roth
2015-01-04
documentation: Add small coreboot logo in PNG format
Martin Roth
2015-01-04
superio/smsc/lpc47b272/superio.c: Remove dead code
Edward O'Callaghan
2015-01-04
src/superio/smsc/lpc47m10x/superio.c: Remove dead code
Edward O'Callaghan
2015-01-04
superio/smsc/lpc47b272: Use link-time symbols over .c inclusion
Edward O'Callaghan
2015-01-04
superio/smsc/lpc47m10x: Use link-time symbols over .c inclusion
Edward O'Callaghan
2015-01-04
superio/smsc/lpc47b397: Use link-time symbols over .c inclusion
Edward O'Callaghan
2015-01-04
superio/nsc/pc87417: Use link-time symbols over .c inclusion
Edward O'Callaghan
2015-01-04
superio/nsc/pc87366: Use link-time symbols over .c inclusion
Edward O'Callaghan
2015-01-04
superio/nsc/pc97317: Use link-time symbols over .c inclusion
Edward O'Callaghan
2015-01-04
superio/intel/i3100: Use link-time symbol over .c includes
Edward O'Callaghan
2015-01-04
superio/nsc/pc87360: Use link-time symbol over .c includes
Edward O'Callaghan
2015-01-04
mainboard: Sanitize some superio include paths to be non-local
Edward O'Callaghan
2015-01-04
ipq806x: Fix casting in cbmem_top() so >=2GB can be used
David Hendricks
2015-01-04
ipq8064: Add work around for slow timer clock
Vadim Bendebury
2015-01-04
libpayload: Provide selfboot() external declaration in a common file
Vadim Bendebury
2015-01-04
ipq806x: move GPIO definitions to the proper include file
Vadim Bendebury
2015-01-04
ipq806x: move translation table out of the way
Vadim Bendebury
2015-01-04
ipq806x: Add USB support
Julius Werner
2015-01-04
nyan_big: Update Hynix BCTs and add Kingston 2GB BCT.
Tom Warren
2015-01-04
tegra124: configure DP with correct pixel clock
Vince Hsu
2015-01-04
arm: lpae: Set XN and PXN bits for noncacheable regions
Jimmy Zhang
2015-01-04
nyan: Ignore the recovery GPIO.
Todd Broch
2015-01-04
libpayload: ipq8064: Add rudimentary timer driver
Vadim Bendebury
2015-01-04
samus: Minor fixes for P1.9 boards
Duncan Laurie
2015-01-04
wtm2: Fix issues with USB in firmware
Duncan Laurie
2015-01-04
samus: Enable DDI2 hotplug
Duncan Laurie
2015-01-04
samus: Update for board revision 1.9
Duncan Laurie
2015-01-04
samus: Move SPD related information to spd directory
Duncan Laurie
2015-01-04
wtm2: Convert to use soc/intel/broadwell
Duncan Laurie
2015-01-03
libpayload: don't test for unsigned >= 0
Patrick Georgi
2015-01-03
libpayload: avoid memory overflows
Patrick Georgi
2015-01-03
libpayload/PDcurses: avoid NULL deref
Patrick Georgi
2015-01-03
intel/model_206ax: update microcode
Nicolas Reinecke
2015-01-03
ipq806x: clean up UART driver tx_byte function
Vadim Bendebury
2015-01-03
util/cbfstool: Fix byte-ordering for payload type field.
Hung-Te Lin
2015-01-03
ARM64: Always has DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-03
ARMv7: Always has DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-03
storm: Put the page table at a correct address
Vadim Bendebury
2015-01-03
storm: modify memory layout
Vadim Bendebury
2015-01-03
mainboard/storm: setup mmu in storm mainboard_init
Deepa Dinamani
2015-01-03
soc/ipq806x : Add CONFIG_TTB_BUFFER for the soc.
Deepa Dinamani
2015-01-03
ipq8064: add SOC initialization skeleton
Vadim Bendebury
2015-01-03
storm: enable early console
Vadim Bendebury
2015-01-03
storm/ipq8064: add dynamic CBMEM support
Vadim Bendebury
2015-01-03
ipq8064: Configure storm bootblock to run
Vadim Bendebury
2015-01-03
lenovo/t420s: Add new port.
Nicolas Reinecke
2015-01-03
blaze: change ramcode 1000/1001/1010 to use 792MHz bct
Neil Chen
2015-01-03
storm: ipq8064: enable CBFS SPI wrapper
Vadim Bendebury
2015-01-03
ipq8084: provide monotonic us timer
Vadim Bendebury
2015-01-03
arm: Fix stored PC value when handling exceptions
Julius Werner
2015-01-03
elog: Add function to log boot reason in ChromeOS case
David Hendricks
2015-01-02
allwinner/a10: Always has DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-02
Allow RISCV to be compiled with ANY_TOOLCHAIN
Ronald G. Minnich
2015-01-01
soc/riscv: Fix typo in src/soc/ucb/Makefile.inc.
Ronald G. Minnich
2015-01-01
ARM: Fix ARM_LPAE to not be selectable as a menu item.
Ronald G. Minnich
2015-01-01
mainboard/lenovo/t530/Kconfig: Enable VMX by default
Edward O'Callaghan
2014-12-31
samus: Combine mainboard patches to build soc/intel/broadwell
Duncan Laurie
2014-12-31
broadwell: Hook into the build system
Duncan Laurie
2014-12-31
broadwell: Preparations for building
Marc Jones
[next]