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
/
fsp_sandybridge
Age
Commit message (
Expand
)
Author
2016-10-11
cpu/intel/smm: Use CONFIG_SMM_TSEG_SIZE
Nico Huber
2016-10-04
src/northbridge: Remove unnecessary whitespace
Elyes HAOUAS
2016-10-04
src/northbridge: Remove whitespace after sizeof
Elyes HAOUAS
2016-09-20
northbridge/intel/fsp_sandybridge: Add space around operators
Elyes HAOUAS
2016-03-11
northbridge/intel: move mrc_cache definition into a common header
Alexander Couzens
2016-02-28
northbridge/intel: add missing #include guards
Iru Cai
2015-12-16
northbridge/intel ACPI: Remove unused Local method
Martin Roth
2015-12-06
Remove #ifdef checks on Kconfig symbols
Martin Roth
2015-11-17
northbridge/intel/fsp_sandybridge: remove blank line
Martin Roth
2015-11-10
northbridge/intel: Add i89xx header file
Marc Jones
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-23
Intel: Move MCRS ResourceTemplate outside of _CRS method
Martin Roth
2015-10-22
Revert "Remove sandybridge and ivybridge FSP code path"
Martin Roth
2015-10-03
Remove sandybridge and ivybridge FSP code path
Alexandru Gagniuc
2015-07-17
Remove unused Kconfig symbols in c code
Martin Roth
2015-07-13
x86: flatten hierarchy
Stefan Reinauer
2015-06-23
Kconfig: Move CBFS_SIZE into Mainboard menu
Martin Roth
2015-06-10
fsp_model_206ax: Use common i945-ivy tseg SMM init.
Vladimir Serbinenko
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-06-07
Removed unused SOUTHBRIDGE_INTEL_FSP_I89XX expressions
Martin Roth
2015-06-05
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-05-28
Migrate fsp_206ax to SMM_MODULES
Vladimir Serbinenko
2015-05-28
igd.asl rewrite
Vladimir Serbinenko
2015-05-26
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-01
intel: Correct MMIO related ACPI table settings
Dave Frodin
2015-04-29
kbuild: automatically include northbridges
Stefan Reinauer
2015-04-28
fsp platforms: consolidate FspNotify calls
Martin Roth
2015-04-24
fsp: Move fsp to fsp1_0
Marc Jones
2015-02-16
acpi: Generate valid ACPI processor objects
Timothy Pearson
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-02-06
FSP & CBMEM: Fix broken cbmem CAR transition.
Martin Roth
2015-01-27
CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
intel: Drop romstage handoff via scratchpad
Kyösti Mälkki
2015-01-06
northbridge/intel: Do not define include guard as 1
Edward O'Callaghan
2014-12-16
Intel FSP: Move to DYNAMIC_CBMEM
Kyösti Mälkki
2014-12-09
fsp platfoms: add prototype & consolidate main entry-point
Martin Roth
2014-11-20
Replace includes of build.h with version.h
Kyösti Mälkki
2014-11-01
northbridge/intel: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2014-10-19
x86 romstage: Move stack just below RAMTOP
Kyösti Mälkki
2014-10-18
fsp_sandybridge: Move to per-device ACPI.
Vladimir Serbinenko
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-08-04
northbridge/intel: Out of bounds write to array in gma.h
Edward O'Callaghan
2014-07-23
src/.../Kconfig: various small fixes to texts
Daniele Forsi
2014-07-17
northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-17
northbridge,ASL: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-08
northbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-05-21
baytrail: Fix some minor errors in FSP
David Hendricks
2014-05-19
intel: Remove GFXUMA and related global variables
Kyösti Mälkki
2014-05-17
build: separate CPPFLAGS from CFLAGS
Patrick Georgi
2014-05-17
build: CPPFLAGS is more common than INCLUDES
Patrick Georgi
2014-05-14
intel: Drop obsolete comments on MTRR usage
Kyösti Mälkki
2014-05-09
cougar_canyon2: Switch CPU/NB/SB to the shared FSP code
Martin Roth
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-11
Move hexdump32() to lib/hexdump.
Kyösti Mälkki
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2013-12-04
Add Intel FSP northbridge support Sandybridge and Ivybridge
Marc Jones