u-boot/arch/x86
Bin Meng 7d0a53a40c x86: Make sure i8254 is setup correctly before generating beeps
The i8254 timer control IO port (0x43) should be setup correctly
by using PIT counter 2 to generate beeps, however in U-Boot other
codes like TSC driver utilizes PIT for TSC frequency calibration
and configures the counter 2 to a different mode that does not
beep. Fix this by always ensuring the PIT counter 2 is correctly
initialized so that the i8254 beeper driver works as expected.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2019-03-11 22:55:01 +08:00
..
cpu x86: broadwell: Add support for serial I/O devices 2019-02-20 15:27:10 +08:00
dts x86: edison: Add the rest of UARTs present on board 2019-03-10 08:17:00 +08:00
include/asm x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier 2019-03-10 08:17:00 +08:00
lib x86: Make sure i8254 is setup correctly before generating beeps 2019-03-11 22:55:01 +08:00
config.mk x86: efi: app: Generate Microsoft PE format compliant image 2018-12-02 21:59:36 +01:00
Kconfig x86: kconfig: Allow board defconfig file to disable 8259 and APIC 2018-12-10 10:14:34 +08:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00