Commit Graph

643 Commits (bffeed0158bc5114a9542ff83c716e352841dcfb)

Author SHA1 Message Date
Bin Meng bffeed0158 x86: Initialize i8254 timer counter 1 9 years ago
Bin Meng 0a2ea02068 x86: Fix cosmetic issues in the i8254 and i8259 codes 9 years ago
Bin Meng 360c3013c8 x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS 9 years ago
Bin Meng 6c5052716e x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS 9 years ago
Tom Rini da58dec866 Various Makefiles: Add SPDX-License-Identifier tags 9 years ago
Fabio Estevam 6c2f758cee x86: Use the generic bitops headers 9 years ago
George McCollister e0ae64880b x86: Add support for Advantech SOM-6896 9 years ago
Bin Meng 3e45de6ed4 x86: ivybridge: Enable the MRC cache 9 years ago
Simon Glass fd8f4729ac x86: ivybridge: Measure the MRC code execution time 9 years ago
Simon Glass e9b3967c0c x86: ivybridge: Fix car_uninit() to correctly set run state 9 years ago
Simon Glass 9fbc5ccd79 x86: ivybridge: Check the RTC return value 9 years ago
Simon Glass 53327d3e61 x86: ivybridge: Use 'ret' instead of 'rcode' 9 years ago
Simon Glass 7b95252d82 x86: chromebook_link: Enable the debug UART 9 years ago
Simon Glass 60994a02a5 x86: Init the debug UART if enabled 9 years ago
Bin Meng ef1683d5c3 x86: Pass correct cpu_index to ap_init() 9 years ago
Bin Meng 06f16c4148 x86: galileo: Enable mrc cache 9 years ago
Bin Meng 2fc2b83a7d x86: quark: Implement mrc cache 9 years ago
Bin Meng c6c80d8b3e x86: ivybridge: Correct two typos for MRC 9 years ago
Bin Meng ec73da82a6 x86: Remove unused rw-mrc-cache properties in the link and panther dts files 9 years ago
Bin Meng 74e56d1953 x86: baytrail: Issue full system reset in reset_cpu() 9 years ago
Bin Meng 638a058941 x86: Enable mrc cache for bayleybay and minnowmax 9 years ago
Bin Meng 8b185041a9 x86: baytrail: Save mrc cache to spi flash 9 years ago
Bin Meng ff1e18af9d x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init() 9 years ago
Bin Meng 4b9f6a669e x86: Use struct mrc_region to describe a mrc region 9 years ago
Bin Meng 42913a1c7a x86: ivybridge: Use APIs provided in the mrccache lib 9 years ago
Bin Meng ed800961a0 x86: Add more common routines to manipulate mrc cache 9 years ago
Bin Meng bfa95c538b x86: Add various minor tidy-ups in mrccache codes 9 years ago
Bin Meng 2fe66dbcbc x86: Do sanity test on the cache record in mrccache_update() 9 years ago
Bin Meng f6220f1a86 x86: Move mrccache.[c|h] to a common place 9 years ago
Bin Meng e2d76e95d3 x86: Add ENABLE_MRC_CACHE Kconfig option 9 years ago
Bin Meng 010921ae7f x86: fsp: Add a hdr sub-command to show header information 9 years ago
Bin Meng 62716ebb75 x86: fsp: Make hob command a sub-command to fsp 9 years ago
Bin Meng b325cbb171 x86: fsp: Print GUID whenever applicable in the hob command output 9 years ago
Bin Meng fd755f084e x86: fsp: Compact the output of hob command 9 years ago
Bin Meng 721e992a8a x86: Add SMBIOS table support 9 years ago
Bin Meng 59ec719df6 x86: Move install_e820_map() out of zimage.c 9 years ago
Bin Meng 19038e1bb6 x86: Initialize GDT entry 1 to be the 32-bit CS as well 9 years ago
Bin Meng 1f124eba11 x86: Allow disabling IGD on Intel Queensbay 9 years ago
Bin Meng 5bf935925b x86: ivybridge: Remove the dead codes that programs pci bridge 9 years ago
Bin Meng 196193a4d4 x86: fsp: Report correct number of E820 table entries 9 years ago
Bin Meng c6d4705f41 x86: quark: Configure MTRR to enable cache 9 years ago
Bin Meng 5bf0f7f65d x86: galileo: Add PCIe root port IRQ routing 9 years ago
Bin Meng 554778c240 x86: quark: Initialize thermal sensor properly 9 years ago
Bin Meng 693b5f6c71 x86: quark: Lock HMBOUND register before jumping to kernel 9 years ago
Bin Meng 8e3683029e x86: quark: Convert to use clrbits, setbits, clrsetbits macros 9 years ago
Bin Meng d0b3e3bfbb x86: quark: Add clrbits, setbits, clrsetbits macros for message port access 9 years ago
Bin Meng 2afb62305e x86: quark: Add PCIe/USB static register programming after memory init 9 years ago
Bin Meng 5841c5b0a7 x86: Convert to use driver model eth on quark/galileo 9 years ago
Bin Meng b06862b9d8 x86: quark: Add USB PHY initialization support 9 years ago
Bin Meng 31b5aebd5e x86: Convert to use driver model pci on quark/galileo 9 years ago