Age | Commit message (Expand) | Author |
2020-07-06 | nb/intel/i440bx: Add PMCR register to ACPI code | Keith Hui |
2020-07-06 | nb/intel/i440bx: Refactor ACPI code | Keith Hui |
2020-06-22 | device/smbus_host: Declare common early SMBus prototypes | Kyösti Mälkki |
2020-05-14 | nb/intel/i440bx: add resources during read_resources() | Furquan Shaikh |
2020-05-12 | nb/intel/i440bx: Drop mainboard_enable_serial() | Keith Hui |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-08 | northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-04 | nb/intel/i440bx: Ready raminit for S3 resume path | Keith Hui |
2020-05-04 | nb/intel/i440bx: Use SPDX for remaining files | Keith Hui |
2020-05-04 | nb/intel/i440bx: Drop northbridge.h | Keith Hui |
2020-05-04 | nb/intel/i440bx: Resolve a SMP-raminit TODO | Keith Hui |
2020-05-02 | nb/intel/i440bx: Clean up register_values table | Keith Hui |
2020-04-18 | asus/p2b*: Move serial init into mainboard bootblock | Keith Hui |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-05 | src/northbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-01-26 | intel/i440bx: Resolve long standing raminit TODOs | Keith Hui |
2020-01-26 | intel/i440bx: Add timestamp to RAM init | Keith Hui |
2020-01-26 | intel/i440bx: Use smbus_read_byte() for raminit debug | Keith Hui |
2020-01-12 | asus/{p2b-x,p3b-f},intel/i440bx: Move mainboard_romstage_entry() | Kyösti Mälkki |
2020-01-12 | intel/i440bx,i82371: Remove wrapper spd_read_byte() | Kyösti Mälkki |
2020-01-12 | asus/p3b-f,intel/i440bx: Move enable/disable_spd() call | Kyösti Mälkki |
2019-12-19 | src/northbridge: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-11-25 | cpu/intel/slot_1: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-11-14 | nb/intel/i440bx: Remove unnecessary __SIMPLE_DEVICE__ | Arthur Heymans |
2019-11-05 | intel/i440bx: Switch to UDELAY_TSC and TSC_MONOTONIC_TIMER | Kyösti Mälkki |
2019-11-03 | arch/x86: Use the stage argument to implement cbmem_top | Arthur Heymans |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-10-27 | src/[northbridge,security]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-21 | src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' | Elyes HAOUAS |
2019-08-26 | soc/intel: Use common romstage code | Kyösti Mälkki |
2019-08-22 | arch/x86: Add <arch/romstage.h> | Kyösti Mälkki |
2019-08-15 | arch/x86: Add postcar_frame_common_mtrrs() | Kyösti Mälkki |
2019-08-15 | cpu/intel: Refactor platform_enter_postcar() | Kyösti Mälkki |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-08-07 | northbridge/intel: Rename ram_calc.c to memmap.c | Kyösti Mälkki |
2019-07-04 | arch/x86: Adjust size of postcar stack | Kyösti Mälkki |
2019-03-20 | src: Use 'include <string.h>' when appropriate | 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-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-02-12 | postcar: Make more use of postcar_frame_add_romcache() | Nico Huber |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <pc80/keyboard.h> | Elyes HAOUAS |
2018-06-17 | nb/intel/i440bx: Switch to POSTCAR_STAGE | Kyösti Mälkki |
2018-06-17 | nb/intel/i440bx: Move to RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2018-06-17 | cpu/intel/slot_1: Switch to different CAR setup | Kyösti Mälkki |
2018-06-06 | arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2018-06-04 | intel/i440bx: Drop tests for LATE_CBMEM_INIT | Kyösti Mälkki |
2018-05-29 | src/northbridge: Add and update license headers | Martin Roth |
2018-05-11 | nb/intel/i440bx: Get rid of device_t | Elyes HAOUAS |
2018-05-08 | {mb,nb,soc}: Remove references to pci_bus_default_ops() | Nico Huber |
2018-04-30 | nb/intel/i440: Get rid of device_t | Elyes HAOUAS |
2017-12-09 | intel/i440bx: Correct RAM init programming | Keith Hui |
2017-09-13 | intel/i440bx: Implement EARLY_CBMEM_INIT support | Keith Hui |
2017-09-01 | nb/intel/i440bx/debug.c: Bugfix and cleanup | Keith Hui |
2017-09-01 | intel/i440bx: Move LATE_CBMEM_INIT under mainboard | Kyösti Mälkki |
2017-08-18 | nb/intel/i440bx: Compile debug.c only if CONFIG_DEBUG_RAM_SETUP | Keith Hui |
2017-07-24 | nb/intel/i440bx: Add final newline to raminit.c | Martin Roth |
2017-07-23 | northbridge/intel/i440bx: Merge RAM init routines | Keith Hui |
2017-07-22 | northbridge/intel/i440bx: Move NB macro to i440bx.h | Keith Hui |
2017-06-27 | nb/intel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-27 | CBMEM: Clarify CBMEM_TOP_BACKUP function usage | Kyösti Mälkki |
2017-03-10 | northbridge/intel/i440bx: Align code | Paul Menzel |
2016-12-07 | MMCONF_SUPPORT: Flip default to enabled | Kyösti Mälkki |
2016-11-21 | nb/intel: Fix some spelling mistakes in comments and strings | Martin Roth |
2016-10-10 | northbridge/intel/i440bx: Remove commented code | Elyes HAOUAS |
2016-08-31 | northbridge/intel: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-03-10 | northbridge/intel/i440bx: Unify UDELAY selection | Stefan Reinauer |
2016-02-28 | northbridge/intel: add missing #include guards | Iru Cai |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-29 | kbuild: automatically include northbridges | Stefan Reinauer |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-01-27 | CBMEM: Tag chipsets with LATE_CBMEM_INIT | Kyösti Mälkki |
2015-01-06 | northbridge: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2014-11-01 | northbridge/intel: Use DEVICE_NOOP macro over dummy symbol | Edward O'Callaghan |
2014-07-17 | northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-07-08 | northbridge: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2013-09-11 | CBMEM northbridges: Remove references to global high_tables_base | Kyösti Mälkki |
2013-07-11 | Set PCI bus operations at buildtime for ramstage | Kyösti Mälkki |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | Drop CONFIG_WRITE_HIGH_TABLES | Stefan Reinauer |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-10-07 | Remove chip.h files without config structure | Kyösti Mälkki |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2011-08-04 | northbridge/intel/i440bx: Registered SDRAM modules support and fixes | Keith Hui |
2010-12-27 | proper printk handling in src/northbridge/intel/i82810/raminit.c | Stefan Reinauer |
2010-12-27 | dump_spd_registers() is only defined when ram init debugging is on. | Stefan Reinauer |
2010-12-27 | Fix most CONFIG_DEBUG_RAM_SETUP issues. | Stefan Reinauer |
2010-12-23 | Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk(). | Keith Hui |