diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-12-24 21:05:58 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-12-24 21:07:01 +0100 |
| commit | 20620e22bf2d363ef35e7560ed5cddc402aa8c02 (patch) | |
| tree | 18c23f4cdf984940817f416ace494c77f213aab0 /config/coreboot/kgpe-d16-udimm_2mb | |
| parent | b259f3493d31fd0dfa01611ddd29161e6b8c469e (diff) | |
this brings the following changes:
* 1f0baf7 Added testlist to boot options (#570)
* bd03d8a debug_memtest.sh: Extract offsets (also BSS) from code and binary (#562)
* 492ca4f Avoid glitch in runtime hours display when time is reset (#561)
* 79a670d Bump actions/checkout from 5 to 6 (#564)
* 778cf00 Minimal fixup for #405: the 32-bit x86 binary started freezing reliably and quickly after 6f4ec848c4e9291626236bca457baf7b95542325; in app/main.c::run_at(), change the way the jump to the new start_address is performed on 32-bit x86.
* 3a7a058 Recognise VT52/VT100/VT220 key escape sequences on serial console (#547)
* 6f4ec84 Help the code build with contemporary Clang & LLD. (#405)
* 6af76b8 Enable DDR5 Temperature polling
* ced9529 DDR5 DIMM Temperature Reporting (#497)
* 2b51351 added serial newline option (#528)
* ae9e085 Add support for AMD Zen5 Granite Ridge (GRG) ECC polling. (#545)
* 2350230 Unhide SMBUS device to allow SPD reading on early Intel's ICH SB (#544)
* ac7d092 Added various DRAM manufacturers from JEP106 list Manually reworked strings
* 6888b1d Add support for Intel Arrow Lake-H (SOC) Tested OK on NUC 15th Gen.
* a935afd Avoid unnecessary Frame Buffer updates (#543)
* 18a25d4 Bump actions/stale from 9 to 10 (#541)
* 2a58a7c Add USB hub quirk to support AMI virtual keyboard (issue #523) (#535)
* f19066d Update Intel i801 PCI device IDs list & Add support for MTL-P (#537)
* ed4947e Bump actions/checkout from 4 to 5 (#536)
* 1b5065b imc: Enable support for AMD Cezanne (Zen 3 APU) (#525)
* 106f9ee Add optional parameters to usbdebug boot option.
* 2f9b165 Add support for AMD Hawk Point FP7 (Phoenix)
* 07d84f4 loongarch: Supports 2K2000/3B6000M (#512)
* 4d08b14 Remove Ubuntu 20.04 from workflows due to deprecation
* a47b2bc Fix DDR5 SPD parsing issue for XMP 3.0 frequency On DDR5, limit XMP profile parsing to 2 to avoid conflict between XMP and EXPO Add a check to skip very low tCK values
* 3cb2cdd Updated README and adjusted Makefile for LoongArch64 (#499)
* a10664a Make paths more uniform across architectures; adjust the build system and Github workflows accordingly.
* 3b1d852 Change README.md to add recently added 'dark' mode
* 97de11f Add support for color schemes and implement a dark mode (#496)
* 9053696 Switch Address Tests from SEQ to ONE for Faster Error Detection on HCC CPUs (#485)
* e5c4800 Github workflow: test build on Ubuntu 24.04 as well. (#488)
* 37f8bae build64: Fix iso creation on LoongArch (#490)
* e285fbb Ignore PS/2 mouse events (issue #456) (#484)
* 71d061a Merge bootsect.S and setup.S into header.S (#467)
* b51c6e7 Add Thermaltake and SSTC Jedec IDs
* a65857b Early bump to v8.00
* 422212b system/hwquirks: Optimization Loongson 7A2000 EHCI quirk (#473)
* bdefff9 Fix LD error while linking LoongArch EFI binary (#457)
* 5a04629 Add a few RAM manufacturers in JEDEC DB
* 51b7848 hwquirks: Detect cache on VIA VP3/MVP3 (#356)
* d2ecbac Add PCI ID for the SMBus controller behind the VT8237S bridge. (#448)
* 9ef7eae Improve BadRAM pattern collection and add more condensed error reporting modes (#454)
* d551d92 temperature: Add support for AMD Excavator (#440)
* 52c6c64 Bump version to v7.20
* 46e3b43 Add support for latest AMD Zen5 CPU (Ryzen 9000) Change DDR5 SPD Bank switch method on AMD according to feedbacks from betatesters
* 0736cf2 efisetup: Ignore Unicode byte-order mark in command line (#421)
* 3ce7c3f loongarch: Add 64-bit PCIe memory space mapping and change the stable timer as the main timer (#450)
* a52ad6a system/loongarch: Fix a bug about the memory boundary. (#447)
* f34a85c Add support for Intel MTL & ARL CPUs (#441)
* 0a543a4 x86_64: preserve r8-11 over call to interrupt handler. (#430)
* 97922cc Add LoongArch support (#410)
* e38ad8e Mark EFI image .text section as writable.
* 771d6d4 Split SPD parsing and printing code from smbus.c to spd.c (#426)
* e99ce97 Add the 64-bit and 32-bit CC flag
* 8d966d9 Refactor the memrw functions to reduce the redundancy. (#415)
* fa583c9 app/main: Adjust the inline ASM to i386 only
* 2868910 boot: Export the startup64 symbol
* d84c8ee boot/peimage: Add LoongArch and RISC-V PE machine numbers.
* 5c12c1b Fix hexadecimal conversion in read_value().
* f52751d Fix read_value() to correctly scale value when shift parameter is negative.
* 3f86696 Add GPT partition support
* 778c7b4 Fix the behaviour of sort_pm_map() (issue #392)
* 53ca89f Add initial NUMA awareness support (#378)
* ded371e Note that BadRAM patterns exclude errors found in tests 0 and 7.
* 7b70c6e Fix typo in README.
* 20fca09 Add boot options to perform display rotation and set preferred screen resolution (#383)
* 2d3b14e Add detection for various JEDEC Manufacturers
* 9ac78de Bump actions/stale from 8 to 9 (#362)
* 5dde13b Preliminary ECC support for AMD Zen CPUs (#353)
* 9b9c65b Reduce padding and relocations (#355)
* 34eb818 Significantly optimize test_mov_inv_walk1() for size by moving the ternary operators related to inverse and pattern outside hot paths, which prevents generated code duplication and shortens one of the sides of duplicated loops. (#351)
* bda3776 Fix list item references in README (issue #352)
* 50f59d4 cpuinfo: Fix VIA Samuel 2 L2 cache (#341)
* 3813da8 Bump actions/checkout from 3 to 4 (#338)
* fc28267 Early Bump to v7.00 Requested by many betatesters due to the amount of changes since 6.20 release ECC support for a few platforms planned before v7.00 release
* 10782c2 Remove HOW_TO_DEBUG_WITH_GDB.md from root
* d892a68 Carry on after a unsafe read on a non-existent MSR (#310)
* 5559081 Move HOW_TO_DEBUG_WITH_GDB.md to doc/
* bcf8171 Script to debug memtest86plus (efi-version) with GDB in QEMU (#177)
* df803bf Fix memory error addresses displayed by badram reporting mode (#308).
* 03b6cbe Add IMC polling for AMD Rembrandt Refactor cpuinfo() for AMD Family 19h CPUs and add detection for AMD Chagall, Storm Peak, Rembrandt, Phoenix and Granite Ridge
* 43aab9d Fix GitHub Actions 404 Errors due to lack of apt-get update (#312)
* a1ef11c cpuinfo: Add support for Vortex86 (#290)
* de4f476 Fix various temperature-related issues on older Atom CPUs Also, remove the no_temperature var to keep only the enable_temperature flag Older Atom still have the enable_temperature flag hard-coded to false until further tests are done
* 0b251df Enable using custom objcopy during build. (#291)
* 9e39587 Add support for MMIO UART console (#300)
* acea409 Fix compiler used by "Build and tests" action (#292)
* 7aeac72 Add Memory Controller Registers polling to get current DRAM Timings/Frequency (#306)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/kgpe-d16-udimm_2mb')
0 files changed, 0 insertions, 0 deletions
