Files
u-boot/drivers/net
Jim Liu 59ec495f6c net: designware: Fix get_timer value overflow
get_timer returns a ulong value representing system time in ms.
On a 64-bit system, this ulong value is 64 bits long. However,
the driver stores it in a 32-bit unsigned integer, which overflows
after 49 days up time, causing the driver to get an incorrect time.

Replace the unsigned int variable with a ulong type to properly store
the value returned by get_timer.

Signed-off-by: Stanley Chu <yschu@nuvoton.com>
Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
2025-08-18 14:08:57 +02:00
..
2025-05-05 14:16:50 -06:00
2025-05-05 14:16:50 -06:00
2025-08-01 09:30:47 +02:00
2024-07-22 10:53:05 -06:00
2025-08-01 09:30:47 +02:00
2025-06-18 08:05:04 -06:00
2025-05-04 20:25:03 +02:00
2025-08-06 16:52:27 +02:00
2025-07-10 19:26:55 +02:00
2024-01-29 22:35:02 -05:00