Statistics
| Branch: | Revision:

root / hw / exynos4210_rtc.c @ a1bc20df

History | View | Annotate | Download (16.1 kB)

# Date Author Comment
a8170e5e 10/23/2012 04:58 pm Avi Kivity

Rename target_phys_addr_t to hwaddr

target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific). Replace it with a finger-friendly,...

4688870d 07/20/2012 04:18 pm Oleg Ogurtsov

hw/exynos4210_rtc.c: remove unnecessary code

Signed-off-by: Oleg Ogurtsov <>
Signed-off-by: Peter Maydell <>

64de1ecf 07/20/2012 04:16 pm Oleg Ogurtsov

hw/exynos4210_rtc.c: Fix calculating for value of year

Signed-off-by: Oleg Ogurtsov <>
Signed-off-by: Peter Maydell <>

7bdf43a7 07/04/2012 01:43 pm Oleg Ogurtsov

Exynos4: add RTC device

Signed-off-by: Oleg Ogurtsov <>
Signed-off-by: Peter Maydell <>