Age | Commit message (Expand) | Author |
2018-10-31 | reset: Finalize move to new API | Nico Huber |
2018-10-30 | {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros | Elyes HAOUAS |
2018-10-30 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-23 | src: Typo fix (cosmetic) | Peter Lemenkov |
2018-10-22 | sb/amd/cimx/sb[89]00: Use CF9 reset | Nico Huber |
2018-10-18 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-09-25 | northbridge: Use 'unsigned int' to bare use of 'unsigned' | Elyes HAOUAS |
2018-09-20 | nb/amd/pi/00730F01: use MMIO and performance counters from AGESA | Piotr Król |
2018-09-18 | nb/amd/pi/00730F01: Don't use device_t in ramstage | Elyes HAOUAS |
2018-09-15 | nb/amd/pi/00730F01: Add initial native IVRS support | Timothy Pearson |
2018-09-15 | nb/amd/pi/00730F01: Initialize IOMMU device | Kyösti Mälkki |
2018-09-10 | complier.h: add __noreturn and use it in code base | Aaron Durbin |
2018-08-10 | src: Fix typo | Elyes HAOUAS |
2018-08-09 | src/northbridge: Fix typo | Elyes HAOUAS |
2018-08-08 | cpu/amd: Correct number of MCA banks cleared | Marshall Dawson |
2018-07-23 | AGESA binaryPI: Remove code for CONFIG_CBB!=0 | Kyösti Mälkki |
2018-07-20 | AGESA binaryPI: Fix and optimize for MAX_NODES_NUM | Kyösti Mälkki |
2018-07-09 | src/northbridge: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-07-02 | src/nb: Fix non-local header treated as local | Elyes HAOUAS |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-06-14 | src: Get rid of device_t | Elyes HAOUAS |
2018-06-14 | src: Use of device_t is deprecated | Elyes HAOUAS |
2018-06-14 | AGESA binaryPI: Drop RAMBASE and RAMTOP | Kyösti Mälkki |
2018-06-11 | {src,util}: Use NULL instead of 0 for pointer | Elyes HAOUAS |
2018-06-06 | arch/x86: Make RELOCATABLE_RAMSTAGE the default | Kyösti Mälkki |
2018-06-06 | arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2018-06-05 | northbridge/amd/lx: Fix function setShadowRCONF | Iru Cai |
2018-06-05 | amd/geode_lx: Fix .c includes | Kyösti Mälkki |
2018-06-04 | src: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-05-31 | Remove AMD K8 cpu and northbridge support | Kyösti Mälkki |
2018-05-31 | Remove southbridges after K8 board removals | Kyösti Mälkki |
2018-05-31 | Remove all AMD K8 boards | Kyösti Mälkki |
2018-05-29 | src/northbridge: Add and update license headers | Martin Roth |
2018-05-24 | AMD geode/lx: Remove generic_sdram.c include | Kyösti Mälkki |
2018-05-24 | Remove leftover AMD CIMX RD890 northbridge support | Kyösti Mälkki |
2018-05-24 | nb/amd/amdfam10: Get rid of device_t | Kyösti Mälkki |
2018-05-23 | nb/amd/pi: Get rid of device_t | Kyösti Mälkki |
2018-05-23 | nb/amd/agesa: Get rid of device_t | Kyösti Mälkki |
2018-05-21 | nb/amd/amdk8: Get rid of device_t | Elyes HAOUAS |
2018-05-20 | nb/amd/agesa/family14: Get rid of device_t | Elyes HAOUAS |
2018-05-20 | nb/amd/agesa/family12: Get rid of device_t | Elyes HAOUAS |
2018-05-14 | agesa/family16kb/northbridge: report acpi namespace | Kevin Cody-Little |
2018-05-09 | {device,drivers,lib,mb,nb}: Use only one space after 'if' | Elyes HAOUAS |
2018-05-08 | {mb,nb,soc}: Remove references to pci_bus_default_ops() | Nico Huber |
2018-05-04 | amd/mct/ddr3: Correctly configure CsMux67 | Patrick Georgi |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |