Age | Commit message (Expand) | Author |
2019-07-04 | arch/x86: Adjust size of postcar stack | Kyösti Mälkki |
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-29 | src/northbridge: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-25 | nb/intel/pineview: Use MTRR as a proxy for proper reset | Arthur Heymans |
2019-05-25 | nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-05-23 | nb/intel/pineview/early_init.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-05-06 | src: Remove unused include <halt.h> | Elyes HAOUAS |
2019-04-29 | nb/intel/pineview: Use system_reset() | Elyes HAOUAS |
2019-04-25 | src/northbridge/intel: Remove unused variables | Elyes HAOUAS |
2019-04-13 | sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB | Patrick Rudolph |
2019-04-08 | nb/intel/pineview: Correct lsbpos(0) and msbpos(0) | Jacob Garber |
2019-03-27 | Move calls to quick_ram_check() before CBMEM init | Kyösti Mälkki |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-16 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-13 | nb/intel/stage_cache.c: Drop unnecessary includes | Elyes HAOUAS |
2019-03-13 | {mb,nb/pineview}/*.asl: Remove unneeded include i82801gx.h | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | Remove DEFAULT_PCIEXBAR alias | Kyösti Mälkki |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-04 | arch/io.h: Add missing includes | 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-24 | nb/intel/pineview: Put stage cache in TSEG | Arthur Heymans |
2019-01-23 | nb/intel/pineview: Use parallel MP init | Arthur Heymans |
2019-01-14 | nb/intel/pineview: Select 1M TSEG | Arthur Heymans |
2019-01-14 | nb/intel/pineview: Move the boilerplate mainboard_romstage_entry | Arthur Heymans |
2019-01-14 | nb/intel/{i945,pineview}: Remove unused function | Arthur Heymans |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2019-01-03 | nb/intel/pineview/raminit.c: Remove unused variable | Elyes HAOUAS |
2018-12-19 | northbridge: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | northbridge: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-12-03 | nb/intel/pineview: Use common code for SMM in TSEG | Arthur Heymans |
2018-10-24 | nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardware | Arthur Heymans |
2018-10-24 | nb/intel/*: Account for cbmem_top alignment | Arthur Heymans |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-08 | nb/intel/{gm45,i945,pineview}: Use macro instead of GGC address | Elyes HAOUAS |
2018-09-25 | northbridge: Use 'unsigned int' to bare use of 'unsigned' | Elyes HAOUAS |
2018-08-22 | nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled | Arthur Heymans |
2018-08-21 | nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS | Arthur Heymans |
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-08-09 | src/northbridge: Fix typo | Elyes HAOUAS |
2018-08-01 | nb/intel/pineview: Don't use PCI operations on the pci_domain device | Arthur Heymans |
2018-07-09 | src/northbridge: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |