UefiCpuPkg: Remove duplicate libraries in INF files In CpuDxeRiscV64 driver, TimerLib appears twice in [LibraryClasses] section, so remove the duplicate one. In RegisterCpuFeaturesLib driver, UefiBootServicesTableLib appears twice in [LibraryClasses] section, so remove the duplicate one. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>