12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- 2007.05.22 [Jack Chang]
- 1. Add functions for audio headphone to know plugin or plug out.
- (#define GPIO_ForAudio_ISR 1)
- 2007.05.24 [Jack Chang]
- 1. Modify function for sis516 VIP VSync frequency.
-
- 2007.05.29 [Jack Chang]
- 1. Export GPIOOpenDrainWriteFun.
- 2. Modify timer function for audio head phone plug in/out.
-
- 2007.06.05 [Jack Chang]
- 1. Change SiS516VSync_GPIO_Index from 14 to 0.
- 2007.07.17
- 1. Modify GPIOWriteFun(). To pull high/low first, then to set out-put mode.
- (Original is set out-put mode first, then to pull high/low).
-
- 2. Modify GPIOOpenDrainWriteFun(). To pull high/low first, then to set open-drain mode.
- (Original is set open-drain mode first, then to pull high/low).
-
- 3. Add sis516 HW timer0 functions.
-
- 2007.07.18
- 1. Add "#define GPIO_ForRebootTest 0" in gpio.h to support reboot test. The default is '0'.
- 2007.07.19
- 1. Add sis516 HW timer1 functions.
- 2007.07.26
- 1. Change timer function name for reboot test.
- 2007.07.27
- 1. Plug & play HDMI will cause system power off. Code for GPIO 17 to workaround the issue.
- 2007.08.13
- 1. Export functions for PWM LED1 & LED2.
- 2007.08.15
- 1. Add a reboot test option for TestV2 M/B or SI118 M/B.
- 2007.08.20
- 1. Add customize functions for PWM LED1 & LED2.
- 2007.08.21
- 1. Add CallBackEDQSFun() to monitor DRAM temperature while system is busy.
- 2007.08.23
- 1. For HW RD request to Modify CallBackEDQSFun(). To adjust EDQS value times from 4 to 6.
- 2007.08.30
- 1. To start CallBackEDQSFun() with Linux Kernel Timer function.
- 2007.09.21
- 1. Modify Timer0 Register function. So far, it can register 10 functions for Timer0.
- 2007.09.11
- 1. To modify set initial value for CallBackEDQSFun(). To work with BootRom R1.11.0d.
-
- 2007.09.29
- 1. Fix press continue power key will cause power key can't work.
- 2007.10.22
- 1. Modify power off function for reboot test.
- 2007.10.25
- 1. Add StartTimer0Flag & StopTimer0Flag functions.
- 2008.01.25
- 1. Add LED customization for Power Saving ON/OFF.
- 2008.02.12
- 1. Off Timer0 function Debug Print message.
- 2008.02.20
- 1. Update Led Duty frequency setting.
- 2008.02.25
- 1. Modify for DebugPrint method.
- 2008.02.27
- 1. Add PWM_LED_SetPolarityToOne() & PWM_LED_SetPolarityToZero()
- 2008.03.05
- 1. For HannStar: Set LED 1 polarity to 1.
- 2008.03.10
- 1. Kolin power off to delay 400ms.
|