Age | Commit message (Expand) | Author |
2023-07-20 | acpi: Move ECAM resource below PNP0C02 device in a common place | Arthur Heymans |
2023-07-12 | nb/intel/x4x: Rework nb resource reading | Arthur Heymans |
2023-01-04 | nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONS | Elyes Haouas |
2022-12-10 | treewide: Include <device/mmio.h> instead of <arch/mmio.h> | Elyes Haouas |
2022-12-06 | nb/intel/x4x: Use read32p() | Elyes Haouas |
2022-12-05 | cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm | Arthur Heymans |
2022-12-01 | nb/intel/x4x: Hook up PCI domain and CPU bus ops to devicetree | Arthur Heymans |
2022-11-18 | cbmem_top_chipset: Change the return value to uintptr_t | Elyes Haouas |
2022-11-04 | nb/intel/x4x: Specify supported memory types | Elyes Haouas |
2022-10-21 | nb/x4x/dq_dqs.c: Use 'enum cb_err' | Elyes Haouas |
2022-10-21 | nb/intel/x4x/raminit.c: Use 'enum cb_err' | Elyes Haouas |
2022-10-06 | treewide: use predicate to check if pci device is on n-th bus | Fabio Aiuto |
2022-09-14 | nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" | Elyes Haouas |
2022-07-05 | nb,soc/intel: Handle upper RAM boundary | Kyösti Mälkki |
2022-06-30 | nb/intel: Drop local legacy_hole definitions | Kyösti Mälkki |
2022-06-24 | device/resource: Modify some resource allocation instances | Kyösti Mälkki |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-01-01 | src: Drop duplicated includes | Elyes HAOUAS |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-10-18 | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki |
2021-07-26 | src/*: Specify type of `CBFS_SIZE` once | Angel Pons |
2021-07-06 | nb/intel/x4x: Expose x86_64 support | Arthur Heymans |
2021-07-05 | nb/intel/x4x: Use write32p and read32p | Arthur Heymans |
2021-07-05 | nb/intel/x4x: Prepare for x86_64 support | Arthur Heymans |
2021-06-07 | cpu/x86: Default to PARALLEL_MP selected | Kyösti Mälkki |
2021-05-28 | nb/intel/x4x/rcven.c: Guard macro parameters | Angel Pons |
2021-05-06 | src: Retype option API to use unsigned integers | Angel Pons |
2021-04-21 | nb/intel: Use get_int_option() | Angel Pons |
2021-04-12 | nb/intel/x4x: Refactor sync DLL programming (part 2) | Nico Huber |
2021-04-12 | nb/intel/x4x: Refactor sync DLL programming (part 1) | Nico Huber |
2021-04-12 | nb/intel/x4x: Sort code in program_dll() | Nico Huber |
2021-04-10 | nb/intel/x4x: Use new fixed BAR accessors | Angel Pons |
2021-04-10 | nb/intel/x4x: Correct and use macros for CLKCFG | Angel Pons |
2021-04-10 | nb/intel/x4x/dq_dqs.c: Avoid breaking strings over multiple lines | Angel Pons |
2021-04-10 | nb/intel/x4x: Add missing newlines to log message | Angel Pons |
2021-04-10 | nb/intel/x4x: Reflow long lines | Angel Pons |
2021-04-10 | nb/intel/x4x/dq_dqs.c: Fix typo in variable name | Angel Pons |
2021-04-10 | nb/intel/x4x: Correct sync DLL phase search | Angel Pons |
2021-04-10 | nb/intel: Factor out remaining MCHBAR macros | Angel Pons |
2021-04-05 | device/dram/ddr3: Get rid of useless typedefs | Angel Pons |
2021-02-24 | device/device.c: Rename .disable to .vga_disable | Arthur Heymans |
2021-02-23 | nb/intel/x4x: Use a variable for s3resume | Kyösti Mälkki |
2021-02-23 | nb/intel/x4x,sandybridge: Move INITRAM timestamps | Kyösti Mälkki |
2021-02-23 | nb/intel/x4x,sandybridge: Move romstage_handoff_init() call | Kyösti Mälkki |
2021-02-16 | nb/intel: Add missing <types.h> | Elyes HAOUAS |
2021-02-10 | nb/intel/x4x: Use common {DMI,EP,MCH}BAR accessors | Angel Pons |
2021-02-10 | nb/intel/x4x: Correct DDR3 turnaround table | Angel Pons |
2021-02-07 | nb/intel/x4x: Constify write leveling arrays | Angel Pons |
2021-02-07 | nb/intel/x4x: Update write leveling comment | Angel Pons |
2021-02-07 | nb/intel/x4x: Constify DDR2 ODT table | Angel Pons |
2021-02-07 | nb/intel/x4x: Clean up RCOMP cosmetics | Angel Pons |
2021-02-07 | nb/intel/x4x: Drop unused first array index | Angel Pons |
2021-02-07 | nb/intel/x4x: Unroll programming RCOMP data group | Angel Pons |
2021-02-07 | nb/intel/x4x: Report if running in async mode | Angel Pons |
2021-02-07 | nb/intel/x4x: Factor out setting Tx DLL tap and PI | Angel Pons |
2021-02-07 | nb/intel/x4x: Correct ctrlset{2,3} register mask | Angel Pons |
2021-02-07 | nb/intel/x4x: Clean up cosmetics of raminit tables | Angel Pons |
2021-02-07 | nb/intel/x4x: Drop commented-out statement | Angel Pons |
2021-02-06 | intel: Define `RCBA_LENGTH` in Kconfig and use it | Angel Pons |
2021-02-05 | intel: Turn `DEFAULT_RCBA` into a Kconfig symbol | Angel Pons |
2021-02-04 | nb/intel/x/bootblock.c Revert `include <arch/pci_io_cfg.h>` | Angel Pons |
2021-02-02 | treewide [Kconfig]: Remove useless comment | Elyes HAOUAS |
2021-02-01 | nb/intel/x4x/bootblock.c: include <arch/pci_io_cfg.h> | Elyes HAOUAS |
2021-01-30 | nb/intel/x4x: Define and use MMCONF_BUS_NUMBER | Angel Pons |
2021-01-29 | device/Kconfig: Declare MMCONF symbols' type once | Angel Pons |
2021-01-21 | cpu/intel/socket_LGA775: Increase DCACHE_RAM_SIZE | Elyes HAOUAS |
2021-01-18 | northbridge/intel/x4x/dq_dqs.c: Remove repeated word | Elyes HAOUAS |
2021-01-18 | northbridge/intel/x4x/raminit_ddr23.c: Remove repeated word | Elyes HAOUAS |
2021-01-15 | nb/intel/x4x: Clean up raminit comments | Angel Pons |
2021-01-15 | nb/intel/x4x: Reset DQS probe on all channels | Angel Pons |
2020-12-30 | drivers/intel/gma: Include gfx.asl by default for all platforms... | Matt DeVillier |
2020-12-02 | cbfs: Enable CBFS mcache on most chipsets | Julius Werner |
2020-10-14 | nb/intel/x4x: Place raminit definitions in raminit.h | Angel Pons |
2020-10-14 | nb/intel/x4x: Move register headers into a subfolder | Angel Pons |
2020-10-14 | nb/intel/x4x: Clean up DMIBAR/EPBAR definitions | Angel Pons |
2020-10-02 | drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config | Shelley Chen |
2020-09-25 | nb/intel/x4x/x4x.h: Clean up cosmetics | Angel Pons |
2020-09-25 | nb/intel/x4x/iomap.h: Rename to memmap.h | Angel Pons |
2020-09-21 | src/northbridge: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-17 | nb/intel/x4x: Clean up TPM-related code | Angel Pons |
2020-08-24 | mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms | Shelley Chen |
2020-08-17 | nb/intel/x4x/raminit_ddr23.c: Remove dead assignment | Elyes HAOUAS |
2020-08-05 | src: Use space after 'if', 'for' | Elyes HAOUAS |
2020-08-05 | src: Use space after switch, while | Elyes HAOUAS |
2020-08-04 | nb/intel/x4x: Define and use `HOST_BRIDGE` macro | Angel Pons |
2020-08-04 | nb/intel/x4x: Remove dead assignments | Angel Pons |
2020-08-04 | nb/intel/x4x: Refactor `decode_pcie_bar` | Angel Pons |
2020-08-04 | nb/intel/x4x: Change signature of `decode_pciebar` | Angel Pons |
2020-08-03 | nb/intel/x4x/hostbridge_regs.h: Clean up registers | Angel Pons |
2020-08-03 | nb/intel/x4x: Put host bridge registers into its own file | Angel Pons |
2020-07-30 | nb/intel/x4x/rcven.c: Rename memory barrier function | Angel Pons |
2020-07-14 | src: Remove unused 'include <types.h>' | Elyes HAOUAS |
2020-07-08 | nb/intel/x4x/acpi: Use ASL 2.0 syntax | Angel Pons |
2020-07-08 | nb/intel/x4x/acpi: Clean up comments | Angel Pons |
2020-06-22 | device/smbus_host: Declare common early SMBus prototypes | Kyösti Mälkki |
2020-06-15 | x4x boards: Factor out MAX_CPUS | Angel Pons |
2020-06-10 | nb/intel/x4x: Drop unused `pci_ops.h` include | Angel Pons |
2020-06-09 | nb/intel/x4x: Use PCI bitwise ops | Angel Pons |