Re: [U-Boot] [PATCH 24/33] sound: x86: Add beeping support in i8254

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Adjust the code to allow beeping at different frequencies, using a > calculated value for timer 2. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/i8254.h | 18 ++ > arch/x86/lib/i8254.c | 36

[U-Boot] [PATCH 24/33] sound: x86: Add beeping support in i8254

2019-01-21 Thread Simon Glass
Adjust the code to allow beeping at different frequencies, using a calculated value for timer 2. Signed-off-by: Simon Glass --- arch/x86/include/asm/i8254.h | 18 ++ arch/x86/lib/i8254.c | 36 2 files changed, 50 insertions(+), 4 dele