summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i945/raminit: Use 'bool' for do_resetElyes Haouas2022-10-221-5/+5
* nb/intel/i945/raminit: Use 'bool' for clkcfg_bit7Elyes Haouas2022-10-222-10/+6
* nb/intel/i945/raminit: Use 'size_t' for banksize[]Elyes Haouas2022-10-222-4/+5
* nb/x4x/dq_dqs.c: Use 'enum cb_err'Elyes Haouas2022-10-212-12/+12
* nb/intel/x4x/raminit.c: Use 'enum cb_err'Elyes Haouas2022-10-211-2/+2
* nb/intel/i945/rcven.c: Use read32p()Elyes Haouas2022-10-211-2/+2
* nb/intel/i945/i945.h: Drop useless guardElyes Haouas2022-10-201-5/+0
* nb/intel/i945: Clean up includesElyes Haouas2022-10-203-11/+7
* intel/i945: Use 'bool' for dual_channel and interleavedElyes Haouas2022-10-202-10/+13
* nb/amd/agesa/fam16kb: Remove dead codeArthur Heymans2022-10-171-225/+1
* nb/amd/agesa/fam15tn: Remove dead codeArthur Heymans2022-10-171-225/+1
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-134-23/+23
* nb/intel/i945/raminit: Include `inttypes.h` for PRIxPTRPaul Menzel2022-10-121-0/+1
* nb/intel/i945/raminit.c: Fix formatted printElyes Haouas2022-10-101-1/+1
* treewide: use predicate to check if pci device is on n-th busFabio Aiuto2022-10-066-6/+6
* nb/intel/i945/memmap.c: Clean up includesElyes Haouas2022-10-061-4/+3
* nb/intel/i945/rcven.c: Sort includes and add <types.h>Elyes Haouas2022-10-061-1/+3
* nb/intel/i945/raminit.c: Clean up includes and add <types.h>Elyes Haouas2022-10-061-6/+8
* nb/intel/i945/raminit.c: Use read32p()Elyes Haouas2022-09-291-1/+1
* soc/amd/common: Add common function to get cpu countArthur Heymans2022-09-141-7/+1
* nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-149-9/+9
* nb/intel/sandybridge: Align TOUUD down to 1 MiB granularityArthur Heymans2022-08-261-1/+1
* commonlib/clamp.h: Relicense file to be BSD-compatibleAngel Pons2022-08-171-1/+1
* nb/amd: Fix some white spaces issuesElyes Haouas2022-07-178-40/+40
* nb/amd/*/*/pci_devs.h: Fix some white spaces issuesElyes Haouas2022-07-174-31/+31
* nb/amd/agesa/*/dimmSpd.c: Fix some white spaces issuesElyes Haouas2022-07-173-6/+6
* nb/amd/agesa/*/northbridge.c: Fix some white spaces issuesElyes Haouas2022-07-173-82/+82
* nb/amd/agesa/*/acpi_tables.c: Fix some white spaces issuesElyes Haouas2022-07-173-4/+4
* nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of commaElyes Haouas2022-07-171-1/+1
* northbridge/intel/i945: Fix GCC optimizing out cache preload jumpPetr Cvek2022-07-141-7/+23
* nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki2022-07-057-46/+19
* nb/intel: Drop local legacy_hole definitionsKyösti Mälkki2022-06-304-21/+11
* device/resource: Modify some resource allocation instancesKyösti Mälkki2022-06-242-5/+5
* nb/intel/gm45/acpi: Fix max PCI bus numberNico Huber2022-06-241-7/+7
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-2213-79/+79
* intel/gma: Use bitwise or instead addition for valid bitPetr Cvek2022-06-202-3/+3
* drivers/amd/agesa: Don't save regular boot MTRR to flashArthur Heymans2022-06-061-1/+1
* nb/intel/i440bx: Use PARALLEL_MPArthur Heymans2022-06-022-6/+15
* arch/x86/car.ld: Remove AGESA linker warning workaroundArthur Heymans2022-05-284-16/+0
* vendorcode/amd/agesa/fam16kb: Fix improper use of .dataArthur Heymans2022-05-281-0/+3
* vendorcode/amd/agesa/f14: Fix improper use of .dataArthur Heymans2022-05-281-0/+3
* vendorcode/amd/agesa/f15tn: Fix all improper use of .dataArthur Heymans2022-05-281-0/+3
* nb/intel/i945,gm45: Use incrementing index with fixed resourceKyösti Mälkki2022-05-242-14/+16
* arch/x86/car.ld: Add a Kconfig param to flag AGESA brokennessArthur Heymans2022-05-191-0/+7
* drivers/amd/agesa: Use prepare_and_run_postcarArthur Heymans2022-05-161-1/+0
* northbridge/intel/i945: Convert to ASL 2.0Elyes HAOUAS2022-05-161-3/+3
* src: Remove unused <cf9_reset.h>Elyes Haouas2022-05-161-1/+0
* nb/intel/snb/raminit_mrc.c: Remove set but unused variableArthur Heymans2022-05-131-2/+1
* nb/intel/gm45: Enable 64bit supportArthur Heymans2022-05-135-13/+14
* nb/intel/gm45/iommu.c: Fix clearing GTTArthur Heymans2022-05-132-19/+9