]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Rename pcat_ to i8254 and i8259 accordingly
authorBin Meng <bmeng.cn@gmail.com>
Fri, 23 Oct 2015 02:13:30 +0000 (19:13 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 13 Nov 2015 14:46:18 +0000 (06:46 -0800)
commitda3fe247591e17dead357f05f69124c54aa13a01
treeb508cd98120839f343e77980f4c02f8c5b151e0f
parentbffeed0158bc5114a9542ff83c716e352841dcfb
x86: Rename pcat_ to i8254 and i8259 accordingly

Rename pcat_timer.c to i8254.c and pcat_interrupts.c to i8259.c,
to match their header file names (i8254.h and i8259.h).

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/interrupts.c
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/Makefile
arch/x86/lib/i8254.c [moved from arch/x86/lib/pcat_timer.c with 97% similarity]
arch/x86/lib/i8259.c [moved from arch/x86/lib/pcat_interrupts.c with 100% similarity]
arch/x86/lib/tsc_timer.c
include/configs/x86-common.h