1. 1e2f7b9 x86: Call board_final_cleanup() in last_stage_init() by Bin Meng · 8 years ago
  2. e77b62e x86: Update microcode for secondary CPUs by Simon Glass · 9 years ago
  3. 2a605d4 x86: Rename PORT_RESET to IO_PORT_RESET by Simon Glass · 9 years ago
  4. 342727a x86: cpu: Add functions to return the family and stepping by Simon Glass · 9 years ago
  5. 6d24a1e x86: cpu: Make the vendor table const by Simon Glass · 9 years ago
  6. ac643e0 x86: Bring up northbridge, pch and lpc after the CPUs by Simon Glass · 9 years ago
  7. afd5d50 x86: Make x86_init_cpus() static by Simon Glass · 9 years ago
  8. 4932443 x86: Move i8254_init() to x86_cpu_init_f() by Bin Meng · 9 years ago
  9. 0f3176e x86: Remove MIN_PORT80_KCLOCKS_DELAY by Bin Meng · 9 years ago
  10. 19038e1 x86: Initialize GDT entry 1 to be the 32-bit CS as well by Bin Meng · 9 years ago
  11. f0c7d9c x86: Switch to using generic global_data setup by Simon Glass · 9 years ago
  12. 2db9374 x86: Move the GDT into global_data by Simon Glass · 9 years ago
  13. e49ccea x86: Handle running as EFI payload by Simon Glass · 9 years ago
  14. b6c9a20 x86: Use CR0 constants in CPU init by Simon Glass · 9 years ago
  15. c77b891 x86: Allow cpu-x86 driver to be probed for UP by Bin Meng · 9 years ago
  16. 8ba25ee x86: Change pci option rom area MTRR setting to cacheable by Bin Meng · 9 years ago
  17. b9da508 dm: x86: baytrail: Correct PCI region 3 when driver model is used by Simon Glass · 9 years ago
  18. 43dd22f x86: Setup fixed range MTRRs for legacy regions by Bin Meng · 9 years ago
  19. 61788e4 x86: Move lapic_setup() call into init_bsp() by Bin Meng · 9 years ago
  20. 6e6f4ce x86: Move MP initialization codes into a common place by Bin Meng · 9 years ago
  21. be3f06b x86: dm: Clean up cpu drivers by Bin Meng · 9 years ago
  22. 002610f x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · 9 years ago
  23. bcb0c61 x86: Allow CPUs to be set up after relocation by Simon Glass · 9 years ago
  24. 5284529 x86: Store the GDT pointer in global_data by Simon Glass · 9 years ago
  25. ff6a8f3 x86: Implement reset_cpu() correctly for modern CPUs by Simon Glass · 9 years ago
  26. 5e2400e x86: Write configuration tables in last_stage_init() by Bin Meng · 9 years ago
  27. ee2b243 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  28. 4949166 x86: Save mtrr support flag in global data by Bin Meng · 10 years ago
  29. e34aef1 x86: Add GDT descriptors for option ROMs by Simon Glass · 10 years ago
  30. a549f74 x86: Remove cpu_init_r() for x86 by Bin Meng · 10 years ago
  31. 4372a9e x86: Call cpu_init_interrupts() from interrupt_init() by Bin Meng · 10 years ago
  32. a49e3c7 x86: Make show_boot_progress() common by Simon Glass · 10 years ago
  33. 727c1a9 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
  34. 6cba6b9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · 10 years ago
  35. 52f952b x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  36. e1ffd81 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
  37. 8b37c76 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
  38. 200182a x86: Add support for starting 64-bit kernel by Simon Glass · 10 years ago
  39. 92cc94a x86: Display basic CPU information on boot by Simon Glass · 10 years ago
  40. 7bddac9 x86: Move paging functions into cpu.c by Simon Glass · 10 years ago
  41. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  42. 7949703 x86: Rationalise kernel booting logic and bootstage by Simon Glass · 11 years ago
  43. 8937140 x86: Add basic cache operations by Simon Glass · 12 years ago
  44. 5a35e6c x86: Move gd_addr into arch_global_data by Simon Glass · 12 years ago
  45. 0cecc3b x86: Set up the global data pointer in C instead of asm by Simon Glass · 12 years ago
  46. 095593c x86: Add basic cache operations by Stefan Reinauer · 12 years ago
  47. f30fc4d x86: Add a default implementation for cleanup_before_linux() by Gabe Black · 12 years ago
  48. 8d61625 x86: Put global data on the stack by Graeme Russ · 12 years ago
  49. e4fb611 x86: Forward declare gd_t by Graeme Russ · 12 years ago
  50. d653244 x86: Create weak init_cache() and default enable_caches() functions by Graeme Russ · 13 years ago
  51. 9e6c572 x86: Use fs for global data by Graeme Russ · 13 years ago
  52. 74bfbe1 x86: Rework Global Descriptor Table loading by Graeme Russ · 13 years ago
  53. 109ad14 x86: Remove GDR related magic numbers by Graeme Russ · 13 years ago
  54. 60a9b6b x86: Fix a few recently added bugs by Gabe Black · 13 years ago
  55. 717979f cosmetic: checkpatch cleanup of arch/x86/cpu/*.c by Graeme Russ · 13 years ago
  56. fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  57. fea2572 x86: Rename i386 to x86 by Graeme Russ · 13 years ago[Renamed (98%) from arch/i386/cpu/cpu.c]
  58. dbf7115 x86: Code cleanup by Graeme Russ · 13 years ago
  59. 0ea76e9 x86: Make cpu init functions weak by Graeme Russ · 14 years ago
  60. 0c24c9c x86: Add processor flags header from linux by Graeme Russ · 14 years ago
  61. c53fd2b x86: Move Global Descriptor Table defines to processor.h by Graeme Russ · 14 years ago
  62. 59c6d0e x86: Move loading of GTD to C code by Graeme Russ · 14 years ago
  63. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  64. e9a8828 i386: Move cpu/i386/* to arch/i386/cpu/* by Peter Tyser · 14 years ago[Renamed from cpu/i386/cpu.c]
  65. 1c409bc i386: Final Relocation by Graeme Russ · 15 years ago
  66. 0fc1b49 i386: Remove inline asm symbols from .dynsym by Graeme Russ · 15 years ago
  67. 564a998 i386: Rearrange Interupt Handling by Graeme Russ · 15 years ago
  68. abf0cd3 Rewrite i386 interrupt handling by Graeme Russ · 16 years ago
  69. 3f5f18d Moved generic (triple fault) reset code by Graeme Russ · 16 years ago
  70. 3ec924a Patch by Steven Scholz, 25 Oct 2004: by wdenk · 19 years ago
  71. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  72. 7a8e9bed * Patch by Marc Singer, 29 May 2003: by wdenk · 21 years ago
  73. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago