diff options
Diffstat (limited to 'src/mainboard/technexion/tim5690/mainboard.c')
-rw-r--r-- | src/mainboard/technexion/tim5690/mainboard.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/technexion/tim5690/mainboard.c b/src/mainboard/technexion/tim5690/mainboard.c index 85b7428f43..ec819cb815 100644 --- a/src/mainboard/technexion/tim5690/mainboard.c +++ b/src/mainboard/technexion/tim5690/mainboard.c @@ -28,6 +28,7 @@ #include <../southbridge/amd/sb600/sb600.h> #include "chip.h" #include "tn_post_code.h" +//#include "speaker.h" // test buzzer #define ADT7461_ADDRESS 0x4C #define ARA_ADDRESS 0x0C /* Alert Response Address */ @@ -184,6 +185,12 @@ int add_mainboard_resources(struct lb_memory *mem) uma_memory_base, uma_memory_size); #endif technexion_post_code(LED_MESSAGE_FINISH); + // test buzzer + //speaker_on_delay(); + //speaker_off_delay(); + //speaker_on_delay(); + //speaker_off_nodelay(); + } struct chip_operations mainboard_ops = { |