Commit Graph

668 Commits (aa02446406af194b7c79c2fae06073690e4fbba3)

Author SHA1 Message Date
Bin Meng aa02446406 x86: fsp: Simplify fsp_continue() 9 years ago
Bin Meng 789fa275b3 x86: Remove HAVE_ACPI_RESUME 9 years ago
Bin Meng d475d59020 x86: Remove CPU_INTEL_SOCKET_RPGA989 9 years ago
Bin Meng efe2d80cca x86: Clean up ivybridge/chrome Kconfig options 9 years ago
Bin Meng 9bf76c21e0 x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE 9 years ago
Bin Meng 4932443d26 x86: Move i8254_init() to x86_cpu_init_f() 9 years ago
Bin Meng c5c5c201fe x86: Fix PCI UART compatible string for crownbay and galileo 9 years ago
Simon Glass 3ba5f74a54 dm: pci: Disable PCI compatibility functions by default 9 years ago
Bin Meng 7030f27ef3 x86: tsc: Move tsc_timer.c to drivers/timer 9 years ago
Bin Meng 1d4c83c248 x86: tsc: Remove legacy timer codes 9 years ago
Bin Meng 80af39842e x86: Convert to use driver model timer 9 years ago
Bin Meng 4e51fc2351 x86: tsc: Add driver model timer support 9 years ago
Bin Meng 2f80fc5035 x86: tsc: Use notrace from <linux/compiler.h> 9 years ago
Bin Meng 0f3176ed68 x86: Remove MIN_PORT80_KCLOCKS_DELAY 9 years ago
Thomas Chou 81cd63a991 ns16550: unify serial_x86 9 years ago
Bin Meng b6ff6ce60c x86: qemu: Convert to use driver model keyboard 9 years ago
Bin Meng 60fe101873 x86: crownbay: Convert to use driver model keyboard 9 years ago
Simon Glass 6b44ae6b06 x86: Add an i8042 device for boards that have it 9 years ago
Bin Meng 902ca5bdf3 x86: Remove legacy pci codes 9 years ago
Bin Meng aedefb6f79 x86: qemu: Convert to use driver model pci 9 years ago
Bin Meng 487485956b x86: qemu: Move chipset-specific codes from pci.c to qemu.c 9 years ago
Bin Meng 20cbafa6fa x86: qemu: Remove call to vgabios execution 9 years ago
Bin Meng e5ffa4bb62 x86: queensbay: Really disable IGD 9 years ago
Bin Meng 1eb39a5093 x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to Kconfig 9 years ago
Bin Meng da3fe24759 x86: Rename pcat_ to i8254 and i8259 accordingly 9 years ago
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