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
/
northbridge
/
intel
/
pineview
/
raminit.c
Age
Commit message (
Expand
)
Author
2020-06-22
device/smbus_host: Declare common early SMBus prototypes
Kyösti Mälkki
2020-06-10
nb/intel/pineview: Use PCI bitwise ops
Angel Pons
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-01
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-15
nb/intel/pineview: Clean up code and comments
Angel Pons
2020-01-09
nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte()
Kyösti Mälkki
2019-12-20
{nb,soc}: Replace min/max() with MIN/MAX()
Elyes HAOUAS
2019-10-06
sb/intel/nm10: Fix enabling HPET
Arthur Heymans
2019-07-19
nb/intel/pineview: Remove dead code in switch
Jacob Garber
2019-06-28
nb/intel/pineview: Remove unused code
Jacob Garber
2019-06-06
nb/intel/pineview/raminit.c: Remove variable set but not used
Elyes HAOUAS
2019-05-15
src/northbridge: Remove unneeded include <arch/io.h>
Elyes HAOUAS
2019-05-07
{gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() function
Elyes HAOUAS
2019-04-25
src/northbridge/intel: Remove unused variables
Elyes HAOUAS
2019-04-08
nb/intel/pineview: Correct lsbpos(0) and msbpos(0)
Jacob Garber
2019-03-16
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-01
sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read()
Kyösti Mälkki
2019-01-14
nb/intel/pineview: Select 1M TSEG
Arthur Heymans
2019-01-03
nb/intel/pineview/raminit.c: Remove unused variable
Elyes HAOUAS
2018-12-18
northbridge: Remove unneeded include <pc80/mc146818rtc.h>
Elyes HAOUAS
2018-10-24
nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardware
Arthur Heymans
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-09-25
northbridge: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-08-21
nb/intel/pineview: Use the correct address for the RCVEN strobe
Arthur Heymans
2018-08-21
nb/intel/pineview: Use i2c block read to fetch SPD
Arthur Heymans
2018-08-10
src: Fix typo
Elyes HAOUAS
2018-07-09
src/northbridge: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-07
nb/intel/pineview: Enable and allocate 8M for TSEG
Arthur Heymans
2018-06-04
northbridge/intel: Remove unneeded includes
Elyes HAOUAS
2017-09-02
nb/intel/pineview: Enable dram remapping
Arthur Heymans
2017-08-27
nb/intel/pineview: Fix typo in DRAM timing computation
Arthur Heymans
2017-07-21
nb/intel/pineview/raminit: Refactor timings selection
Arthur Heymans
2017-06-27
nb/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-19
nb/intel/pineview/raminit: Remove very long delays
Arthur Heymans
2017-06-13
nb/intel/pineview/raminit.c: Use static const for lookup tables
Arthur Heymans
2017-04-26
nb/pineview/raminit: Don't do Jedec init on resume from S3
Arthur Heymans
2017-04-24
nb/intel/pineview: Move to early cbmem
Arthur Heymans
2017-04-24
nb/pineview/raminit: Fix raminit failing on hot reset path
Arthur Heymans
2017-04-22
nb/intel/pineview/raminit: Fix CONFIG_DEBUG_RAM_SETUP=y not compiling
Arthur Heymans
2016-08-31
northbridge/intel: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-05-08
intel/pineview: Don't try to store 34 bits in 32
Stefan Reinauer
2016-01-28
nb/intel/pineview: Native VGA init (CRT)
Damien Zammit
2015-12-02
northbridge/intel/pineview: Add native raminit
Damien Zammit