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
/
soc
/
broadcom
/
cygnus
/
ddr_init.c
Age
Commit message (
Expand
)
Author
2018-06-04
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-05-24
src: Remove space after `defined`
Elyes HAOUAS
2017-07-16
src/soc: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-05-19
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2016-11-17
soc/broadcom/cygnus: Update DDR Kconfig
Martin Roth
2016-08-31
soc/broadcom/cygnus/ddr_init.c: Correct typo in POWER ON and POWER OK.
Elyes HAOUAS
2016-08-31
src/soc: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-28
src/soc: Remove unnecessary whitespace before "\n" and "\t"
Elyes HAOUAS
2016-08-01
Remove non-ascii & unprintable characters
Martin Roth
2016-01-29
src/: Chmod 644 all .c, .h, .asl, .inc, .cb, .hex, & Kconfig files
Martin Roth
2016-01-07
Correct some common spelling mistakes
Martin Roth
2015-07-12
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
Martin Roth
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-04-22
broadcom/cygnus: Enable DDR auto self-refresh
Icarus Chau
2015-04-22
broadcom/cygnus: Initialize dram in romstage.
Icarus Chau