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
Age
Commit message (
Expand
)
Author
2014-05-01
ChromeOS: Remove oprom_is_loaded
Kyösti Mälkki
2014-05-01
Declare recovery and developer modes outside ChromeOS
Kyösti Mälkki
2014-04-26
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-16
AMD AGESA fam15tn/fam16kb: Remove unused source files
Kyösti Mälkki
2014-04-09
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
2014-03-04
nehalem: Replace video init.
Vladimir Serbinenko
2014-03-03
nehalem: Remove SSKPD.
Vladimir Serbinenko
2014-03-03
intel/nehalem: Fix soft reset detection.
Vladimir Serbinenko
2014-03-03
intel/nehalem: Use non-powercycle reset.
Vladimir Serbinenko
2014-03-03
nehalem/raminit: Don't touch clock generator in raminit.
Vladimir Serbinenko
2014-03-01
intel/sandybridge: add PCI IDs for 6-Series PCH
Chris Douglass
2014-02-25
Remove CACHE_ROM.
Vladimir Serbinenko
2014-02-24
intel/*/acpi: Increase range length of MCHBAR buffer to 32 kB
Paul Menzel
2014-02-20
nehalem: Make SPD address map into parameter.
Vladimir Serbinenko
2014-02-20
nehalem/raminit: Fix typo of NUM_CHANNELS instead of NUM_SLOTS.
Vladimir Serbinenko
2014-02-17
sandy/ivy: Fix mrc.cache file in CBFS
Kyösti Mälkki
2014-02-16
haswell: backup the default SMM region on resume
Aaron Durbin
2014-02-13
Eliminate some ASL warnings
Oskar Enoksson
2014-02-11
Move hexdump32() to lib/hexdump.
Kyösti Mälkki
2014-02-06
MTRR: Mark all prefetchable resources as WRCOMB.
Vladimir Serbinenko
2014-01-28
x86: add common definitions for control registers
Aaron Durbin
2014-01-24
nb/sandybridge: Move MRC cache above mrc.bin
Alexandru Gagniuc
2014-01-23
nehalem: Fix SMRAM register address
Vladimir Serbinenko
2014-01-23
X201: Move early nehalem S3 magic to right place.
Vladimir Serbinenko
2014-01-23
nehalem: Restore frequency ratio registers on S3 resume
Vladimir Serbinenko
2014-01-23
nehalem: Small cleanup to raminit RE bindings
Vladimir Serbinenko
2014-01-23
nehalem: Move mrc.cache to 0xfffe0000.
Vladimir Serbinenko
2014-01-23
nehalem: Simplify acpi.c by using __SIMPLE_DEVICE__
Vladimir Serbinenko
2014-01-22
CBMEM: Replace cbmem_initialize() with cbmem_recovery()
Kyösti Mälkki
2014-01-21
sandybridge/igd: Add brightness register descriptions
Vladimir Serbinenko
2014-01-15
Intel (sandy/ivy): Avoid calling cbmem_initialize() twice
Kyösti Mälkki
2014-01-15
CBMEM intel: Define get_top_of_ram() once per chipset
Kyösti Mälkki
2014-01-15
sandybridge: Allow skipping mrc.cache
Vladimir Serbinenko
2014-01-13
lib: Make log2() available in romstage on ARM, not just x86
Alexandru Gagniuc
2014-01-12
sandybridge: Use calls rather than asm to call to MRC.
Vladimir Serbinenko
2014-01-12
CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_file
Vladimir Serbinenko
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2014-01-10
Replace all occurences of sprintf with snprintf
Vladimir Serbinenko
2014-01-06
MRC cache: determine flash size on runtime
Vladimir Serbinenko
2014-01-04
X201: Fix native video init
Vladimir Serbinenko
2013-12-30
AMD K8 (rev F): Move rev F0/F1 workaround to header
Kyösti Mälkki
2013-12-30
AMD K8 (rev F): Move MEM_TRAIN_SEQ check to northbridge
Kyösti Mälkki
2013-12-30
AMD K8: Define MEM_TRAIN_SEQ only with K8_REV_F_SUPPORT
Kyösti Mälkki
2013-12-29
AMD K8 (rev-F): Always have RAMINIT_SYSINFO
Kyösti Mälkki
2013-12-29
AMD K8: Socket implies K8_REV_F_SUPPORT
Kyösti Mälkki
2013-12-27
via: Write »access« without »m« at end
Paul Menzel
2013-12-26
AMD fam10: Drop MEM_TRAIN_SEQ
Kyösti Mälkki
2013-12-26
AMD boards (non-AGESA): Cleanup earlymtrr.c includes
Kyösti Mälkki
2013-12-23
usbdebug: Add option to disable console for romstage
Kyösti Mälkki
2013-12-23
Coding style: punctuation cleanup [1/2].
Idwer Vollering
2013-12-21
haswell: add option to change DqPinsInterleaved
Stefan Reinauer
2013-12-21
haswell: Misc updates from 1.6.1 ref code
Duncan Laurie
2013-12-21
Add a specific post code for S3 resume failures
Duncan Laurie
2013-12-21
haswell: Add pei_data field for USB routing
Duncan Laurie
2013-12-12
HDA: Enable Mini-HDA and fix up PCH-HDA init
Duncan Laurie
2013-12-12
haswell: Fix up GPU power management setup
Duncan Laurie
2013-12-12
haswell: Export functions for CPU family+model and stepping
Duncan Laurie
2013-12-07
haswell: Add ACPI support for Controllable TDP
Duncan Laurie
2013-12-07
haswell: Misc power management setup and fixes
Duncan Laurie
2013-12-07
Correct file permissions.
Idwer Vollering
2013-12-05
haswell: pull in the init code for FUI
Ronald G. Minnich
2013-12-04
Add Intel FSP northbridge support Sandybridge and Ivybridge
Marc Jones
2013-12-02
global: Fix usage of get_option() to make use of CB_CMOS_ codes
Alexandru Gagniuc
2013-12-02
haswell: Update pei_data to match ref code
Duncan Laurie
2013-12-01
Add DDR refresh config to pei data structure.
Shawn Nematbakhsh
2013-11-26
AMD Northbridge LX: simplify get_top_of_ram()
Christian Gmeiner
2013-11-25
haswell: Add magic to turn on grahpics in normal mode
Duncan Laurie
2013-11-25
haswell: update pei_data data structure
Aaron Durbin
2013-11-25
Support for nehalem northbridge
Vladimir Serbinenko
2013-11-24
haswell: Update GT PM register value
Duncan Laurie
2013-11-24
Northbridge: i945: Native VGA init: print the GMA and GTT addresses
Peter Stuge
2013-11-24
Northbridge: i945: Native VGA init: use UMA address
Peter Stuge
2013-11-24
lenovo/x60: native vga init: fix code style issues.
Denis 'GNUtoo' Carikli
2013-11-05
northbridge/intel/i945/raminit.c: Remove set but unused variable `reg16`
Paul Menzel
2013-10-15
CBMEM: Define cbmem_top() just once for x86
Kyösti Mälkki
2013-10-14
Revert "CBMEM: Always have early initialisation"
Kyösti Mälkki
2013-10-13
northbridge/amd/amdk8/raminit_f_dqs.c: Remove unused variable `reg` in `setup...
Paul Menzel
2013-10-13
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-09-24
southbridge/cimx/sb900: Rename headers to match sb700 & sb800
Corey Osgood
2013-09-21
CBMEM: Always have early initialisation
Kyösti Mälkki
2013-09-21
timestamps epia-m850: Cleanup without enabling timestamps
Kyösti Mälkki
2013-09-11
CBMEM x86: Unify get_cbmem_toc()
Kyösti Mälkki
2013-09-11
CBMEM: Unify get_top_of_ram()
Kyösti Mälkki
2013-09-11
CBMEM northbridges: Remove references to global 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-09-10
intel/i5000: remove explicit pcie config accesses
Kyösti Mälkki
2013-09-10
intel/i945 intel/i82801gx: remove explicit pcie config accesses
Kyösti Mälkki
2013-09-10
intel/gm45: Use MMCONF_SUPPORT_DEFAULT
Kyösti Mälkki
2013-08-29
Sandybridge/Ivybridge: Unify and fix Kconfig defaults
Stefan Reinauer
2013-08-24
Add pci_devfn_t and use with __SIMPLE_DEVICE__
Kyösti Mälkki
2013-08-16
Correct spelling of shadow, setting and memory
Paul Menzel
2013-08-15
AMD Richland: Add new graphics device IDs to Family 15, Models 10-1F
Bruce Griffith
2013-08-15
AMD Kabini: Split DSDT into common sections
Mike Loptien
2013-08-09
intel/sandybridge intel/bd82x6x: remove explicit pcie config accesses
Kyösti Mälkki
2013-08-08
ASUS F2A85-M: Split DSDT into common sections (as per Parmer)
Kimarie Hoot
2013-08-05
AMD Kabini: Add map_oprom() function for Vendor/Device IDs
Bruce Griffith
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
[next]