1. 2fb5cc2 x86: cpu: Mark a few functions static by Andy Shevchenko · 3 months ago
  2. c222dda x86: cpu: Use default print_cpuinfo() for all by Andy Shevchenko · 3 months ago
  3. b84d2f2 x86: Make default_print_cpuinfo be a weak alias for print_cpuinfo by Tom Rini · 12 months ago
  4. bef9fdb arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  5. b81e31a bootstash: Do not provide a default address for all by Tom Rini · 6 months ago
  6. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  7. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  8. e51478b x86: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  9. 91caa3b event: Use an event to replace last_stage_init() by Simon Glass · 1 year, 5 months ago
  10. 7a187a8 x86: Adjust search range for sysinfo table by Simon Glass · 1 year, 9 months ago
  11. 58e2a35 x86: cosmetic: Fix a typo in the reserve_arch() comments by Bin Meng · 2 years, 2 months ago
  12. b55881d bootstage: Add SPL support by Marek Vasut · 3 years, 3 months ago
  13. cb80ff2 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 9 months ago
  14. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
  15. 38e498c x86: Allow writing tables to fail by Simon Glass · 4 years, 2 months ago
  16. 7c73cea x86: Notify the FSP of the 'end firmware' event by Simon Glass · 4 years, 4 months ago
  17. 99a573f x86: mp: Park CPUs before running the OS by Simon Glass · 4 years, 6 months ago
  18. 8bccbc5 x86: cpu: Remove unnecessary #ifdefs by Simon Glass · 4 years, 6 months ago
  19. 4021ee6 x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 6 months ago
  20. b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 6 months ago
  21. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 6 months ago
  22. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  23. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 8 months ago
  24. 7ec0e7b x86: Move coreboot-table detection to common 32/64-bit code by Simon Glass · 4 years, 9 months ago
  25. 526aabe x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 9 months ago
  26. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 9 months ago
  27. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 9 months ago
  28. 35a3f87 common: Move ll_boot_init() to init.h by Simon Glass · 5 years ago
  29. caca13f x86: Drop unnecessary cpu code for TPL by Simon Glass · 5 years ago
  30. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  31. 49a0f8c x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  32. 474a62b x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 7 years ago
  33. a0609a8 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 7 years ago
  34. b37b7b2 x86: Switch to use DM sysreset driver by Bin Meng · 7 years ago
  35. 1ab2c01 x86: efi-x86_payload: Enable usb keyboard during boot by Bin Meng · 7 years ago
  36. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  37. 39670c3 x86: don't compare pointers to 0 by Heinrich Schuchardt · 7 years ago
  38. 5ae5aa9 x86: acpi: Fix Windows S3 resume failure by Bin Meng · 8 years ago
  39. 0f4e258 x86: acpi: Refactor acpi_resume() by Bin Meng · 8 years ago
  40. bffd798 x86: Adjust board_final_cleanup() order by Bin Meng · 8 years ago
  41. ba65808 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · 8 years ago
  42. 3a34cae x86: acpi: Resume OS if resume vector is found by Bin Meng · 8 years ago
  43. b727961 x86: Store and display previous sleep state by Bin Meng · 8 years ago
  44. be059e8 x86: Move the i386 code into its own directory by Simon Glass · 8 years ago
  45. d30b310 x86: Correct address casts in cpu code by Simon Glass · 8 years ago
  46. d8906c1 x86: Probe pinctrl driver in cpu_init_r() by Bin Meng · 9 years ago
  47. d19c907 x86: Reserve configuration tables in high memory by Bin Meng · 9 years ago
  48. 0c2b7ee x86: Unify reserve_arch() for all x86 boards by Bin Meng · 9 years ago
  49. 1e2f7b9 x86: Call board_final_cleanup() in last_stage_init() by Bin Meng · 9 years ago
  50. e77b62e x86: Update microcode for secondary CPUs by Simon Glass · 9 years ago
  51. 2a605d4 x86: Rename PORT_RESET to IO_PORT_RESET by Simon Glass · 9 years ago
  52. 342727a x86: cpu: Add functions to return the family and stepping by Simon Glass · 9 years ago
  53. 6d24a1e x86: cpu: Make the vendor table const by Simon Glass · 9 years ago
  54. ac643e0 x86: Bring up northbridge, pch and lpc after the CPUs by Simon Glass · 9 years ago
  55. afd5d50 x86: Make x86_init_cpus() static by Simon Glass · 9 years ago
  56. 4932443 x86: Move i8254_init() to x86_cpu_init_f() by Bin Meng · 9 years ago
  57. 0f3176e x86: Remove MIN_PORT80_KCLOCKS_DELAY by Bin Meng · 9 years ago
  58. 19038e1 x86: Initialize GDT entry 1 to be the 32-bit CS as well by Bin Meng · 9 years ago
  59. f0c7d9c x86: Switch to using generic global_data setup by Simon Glass · 9 years ago
  60. 2db9374 x86: Move the GDT into global_data by Simon Glass · 9 years ago
  61. e49ccea x86: Handle running as EFI payload by Simon Glass · 9 years ago
  62. b6c9a20 x86: Use CR0 constants in CPU init by Simon Glass · 9 years ago
  63. c77b891 x86: Allow cpu-x86 driver to be probed for UP by Bin Meng · 9 years ago
  64. 8ba25ee x86: Change pci option rom area MTRR setting to cacheable by Bin Meng · 10 years ago
  65. b9da508 dm: x86: baytrail: Correct PCI region 3 when driver model is used by Simon Glass · 10 years ago
  66. 43dd22f x86: Setup fixed range MTRRs for legacy regions by Bin Meng · 10 years ago
  67. 61788e4 x86: Move lapic_setup() call into init_bsp() by Bin Meng · 10 years ago
  68. 6e6f4ce x86: Move MP initialization codes into a common place by Bin Meng · 10 years ago
  69. be3f06b x86: dm: Clean up cpu drivers by Bin Meng · 10 years ago
  70. 002610f x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · 10 years ago
  71. bcb0c61 x86: Allow CPUs to be set up after relocation by Simon Glass · 10 years ago
  72. 5284529 x86: Store the GDT pointer in global_data by Simon Glass · 10 years ago
  73. ff6a8f3 x86: Implement reset_cpu() correctly for modern CPUs by Simon Glass · 10 years ago
  74. 5e2400e x86: Write configuration tables in last_stage_init() by Bin Meng · 10 years ago
  75. ee2b243 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  76. 4949166 x86: Save mtrr support flag in global data by Bin Meng · 10 years ago
  77. e34aef1 x86: Add GDT descriptors for option ROMs by Simon Glass · 10 years ago
  78. a549f74 x86: Remove cpu_init_r() for x86 by Bin Meng · 10 years ago
  79. 4372a9e x86: Call cpu_init_interrupts() from interrupt_init() by Bin Meng · 10 years ago
  80. a49e3c7 x86: Make show_boot_progress() common by Simon Glass · 10 years ago
  81. 727c1a9 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
  82. 6cba6b9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · 10 years ago
  83. 52f952b x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  84. e1ffd81 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
  85. 8b37c76 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
  86. 200182a x86: Add support for starting 64-bit kernel by Simon Glass · 10 years ago
  87. 92cc94a x86: Display basic CPU information on boot by Simon Glass · 10 years ago
  88. 7bddac9 x86: Move paging functions into cpu.c by Simon Glass · 10 years ago
  89. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
  90. 7949703 x86: Rationalise kernel booting logic and bootstage by Simon Glass · 12 years ago
  91. 8937140 x86: Add basic cache operations by Simon Glass · 12 years ago
  92. 5a35e6c x86: Move gd_addr into arch_global_data by Simon Glass · 12 years ago
  93. 0cecc3b x86: Set up the global data pointer in C instead of asm by Simon Glass · 12 years ago
  94. 095593c x86: Add basic cache operations by Stefan Reinauer · 12 years ago
  95. f30fc4d x86: Add a default implementation for cleanup_before_linux() by Gabe Black · 12 years ago
  96. 8d61625 x86: Put global data on the stack by Graeme Russ · 12 years ago
  97. e4fb611 x86: Forward declare gd_t by Graeme Russ · 12 years ago
  98. d653244 x86: Create weak init_cache() and default enable_caches() functions by Graeme Russ · 13 years ago
  99. 9e6c572 x86: Use fs for global data by Graeme Russ · 13 years ago
  100. 74bfbe1 x86: Rework Global Descriptor Table loading by Graeme Russ · 13 years ago