coreboot/src
Michał Żygowski adf042f6c6 lib/rtc: Fix off-by-one error in February day count in leap year
The month argument passed to rtc_month_days is 0-based, not 1-based.
This results in the RTC being reverted to the build date constantly
on 29th February 2024.

Change-Id: If451e3e3471fef0d429e255cf297050a525ca1a2
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80790
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com>
2024-02-29 13:07:02 +00:00
..
acpi arch/x86/ioapic: use uintptr_t for IOAPIC base address 2024-02-23 15:13:37 +00:00
arch Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other files 2024-02-27 20:35:11 +00:00
commonlib treewide: Move list.h to commonlib 2024-02-24 11:49:46 +00:00
console arch to cpu: Add SPDX license headers to Kconfig files 2024-02-18 01:58:52 +00:00
cpu cpu/x86/(sipi|smm): Pass on CR3 from ramstage 2024-02-28 12:12:59 +00:00
device device/pciexp_device.c: Fix setting Max Payload Size 2024-02-27 20:23:12 +00:00
drivers drivers/vpd: Add API to read "feature_device_info" VPD 2024-02-28 11:05:42 +00:00
ec ec, lib, security, sb: Add SPDX license headers to Kconfig files 2024-02-18 02:00:21 +00:00
include include/device/azalia_device.h: Merge location1 and location2 2024-02-29 03:13:08 +00:00
lib lib/rtc: Fix off-by-one error in February day count in leap year 2024-02-29 13:07:02 +00:00
mainboard mb/lenovo: Add ThinkCentre M700/M900 Tiny board (Skylake/Kaby Lake) 2024-02-29 09:20:43 +00:00
northbridge arch/x86/ioapic: use uintptr_t for IOAPIC base address 2024-02-23 15:13:37 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other files 2024-02-27 20:35:11 +00:00
soc soc/intel/xeon_sp/util: Locate PCU by PCI device ID 2024-02-28 17:30:57 +00:00
southbridge util/amdfwtool: build amdfwtool only for all tools or AMD CPUs 2024-02-26 14:50:18 +00:00
superio superio/ite: Add IT8629E 2024-02-26 12:59:19 +00:00
vendorcode vc/amd/opensil/genoa_poc/mpio/chip: fix typo in pcie_aspm enum name 2024-02-23 16:44:01 +00:00
Kconfig Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other files 2024-02-27 20:35:11 +00:00