1. dae1153 x86: Update SPL for coreboot by Simon Glass · 4 years, 7 months ago
  2. 91fcd1d x86: Move work-around out of cpu_jump_to_64bit_uboot() by Simon Glass · 4 years, 7 months ago
  3. 8b8e754 x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 7 months ago
  4. d89c4a3 x86: fsp: Allow skipping init code when chain loading by Simon Glass · 4 years, 7 months ago
  5. 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
  6. 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
  7. 7fa8cf6 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 7 months ago
  8. 179fb82 x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 7 months ago
  9. 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
  10. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  11. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
  12. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 8 months ago
  13. 225cc8a x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 9 months ago
  14. a9ef111 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 9 months ago
  15. 92f9828 x86: Correct error return value in mrccache_get_region() by Simon Glass · 4 years, 10 months ago
  16. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  17. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  18. e8e014c x86: Don't include the BIOS emulator in TPL by Simon Glass · 5 years ago
  19. adee5ea x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 5 years ago
  20. 466c785 x86: fsp: Add FSP2 base support by Simon Glass · 5 years ago
  21. 58a23fb x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 5 years ago
  22. 8965ef2 x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 5 years ago
  23. 25271ae x86: Allow interrupt to happen once by Simon Glass · 5 years ago
  24. 8ccadee x86: Set up the MTRR for SDRAM by Simon Glass · 5 years ago
  25. 75545f7 x86: Set the DRAM banks to reflect real location by Simon Glass · 5 years ago
  26. 9de1027 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 5 years ago
  27. 6e1b956 x86: Don't export mrccache_update() by Simon Glass · 5 years ago
  28. b5b0aff x86: Add mrccache support for a 'variable' cache by Simon Glass · 5 years ago
  29. 91efff5 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  30. 1b9d815 x86: Tidy up error handling in mrccache_save() by Simon Glass · 5 years ago
  31. c3d0c23 x86: Add a new global_data member for the cache record by Simon Glass · 5 years ago
  32. 4e988f9 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 5 years ago
  33. 9d25f2e x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 5 years ago
  34. d553f97 x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 5 years ago
  35. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  36. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  37. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  38. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  39. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  40. 2d91068 x86: Quieten TPL's jump_to_image_no_args() by Simon Glass · 5 years ago
  41. 662c17d x86: Don't print CPU info in TPL by Simon Glass · 5 years ago
  42. 81f1462 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  43. 7b8a558 x86: tpl: Add a fake PCI bus by Simon Glass · 5 years ago
  44. 0b3c576 x86: spl: Support init of a PUNIT by Simon Glass · 5 years ago
  45. 040bef1 x86: Add a function to find the size of an mrccache record by Simon Glass · 5 years ago
  46. 11ba714 x86: Panic when SPL or TPL fail by Simon Glass · 5 years ago
  47. a72a7ab x86: Use mtrr_commit() with FSP2 by Simon Glass · 5 years ago
  48. d164213 x86: Allow the PCH and LPC uclasses to work with of-platdata by Simon Glass · 5 years ago
  49. 5c2aabf x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  50. 2562808 x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · 5 years ago
  51. 42bf3b9 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago
  52. 19da9c4 x86: spl: Reduce priority of the basic SPL image loader by Simon Glass · 5 years ago
  53. 39c6f9b x86: spl: Use hang() instead of a while() loop by Simon Glass · 5 years ago
  54. fffb220 x86: fsp: Add access to variable MRC data by Simon Glass · 5 years ago
  55. 80c726f x86: fsp: Move common support functions into a common file by Simon Glass · 5 years ago
  56. ac4df6f x86: Move common fsp functions into a common file by Simon Glass · 5 years ago
  57. ddb39b2 x86: fsp: Move common dram functions into a common file by Simon Glass · 5 years ago
  58. e464d6e x86: fsp: Tidy up comment style a little by Simon Glass · 5 years ago
  59. f755a45 x86: fsp: Use if() instead of #ifdef by Simon Glass · 5 years ago
  60. 1372414 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · 5 years ago
  61. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  62. d87a21d x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 5 years ago
  63. 47e3c2d x86: efi_loader: Use efi_add_conventional_memory_map() by Park, Aiden · 5 years ago
  64. 31d7b48 x86: Drop weak version board_get_usable_ram_top() by Bin Meng · 5 years ago
  65. 83c2e49 env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  66. 5195143 x86: Skip setting up MTRRs in slimbootloader by Park, Aiden · 5 years ago
  67. 538aec9 x86: Add a common HOB library by Park, Aiden · 5 years ago
  68. 0961cf7 x86: lib: fsp: Use EFI_GUID and efi_guid_t by Park, Aiden · 5 years ago
  69. 6e3cc36 x86: Add new slimbootloader CPU type by Park, Aiden · 5 years ago
  70. 607dbd1 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · 5 years ago
  71. ba610ea x86: Revert "Don't set up MTRRs in SPL" by Andy Shevchenko · 5 years ago
  72. 973c099 Fix spelling of available. by Vagrant Cascadian · 6 years ago
  73. 7cf5fe0 x86: Add a simple TPL implementation by Simon Glass · 6 years ago
  74. 8294e73 x86: Don't generate a bootstage report in SPL by Simon Glass · 6 years ago
  75. d056443 x86: Don't set up MTRRs in SPL by Simon Glass · 6 years ago
  76. fbef25f x86: mrccache: Add more debugging by Simon Glass · 6 years ago
  77. 48fd856 x86: Support saving MRC data from SPL by Simon Glass · 6 years ago
  78. cb770c5 x86: Update a stale comment about ifdtool by Simon Glass · 6 years ago
  79. b673e6e x86: Make sure i8254 is setup correctly before generating beeps by Bin Meng · 6 years ago
  80. bf9c8e3 x86: acpi: Not every platform has serial console a first device by Andy Shevchenko · 6 years ago
  81. 4d0c6ea sound: x86: Add beeping support in i8254 by Simon Glass · 6 years ago
  82. 7245476 x86: do not use i386 code for x86_64 memory functions by Heinrich Schuchardt · 6 years ago
  83. 896c164 dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · 6 years ago
  84. daaff93 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · 6 years ago
  85. 465c710 x86: Wrap calls to 8259 with CONFIG_I8259_PIC by Bin Meng · 6 years ago
  86. 4ca48c9 x86: acpi: Generate SPCR table by Andy Shevchenko · 6 years ago
  87. a7e8bb3 x86: detect unsupported relocation types by Heinrich Schuchardt · 6 years ago
  88. 833f2b5 x86/bootm: fix error handling in boot_prep_linux(...) by Hannes Schmelzer · 6 years ago
  89. d0de806 efi_loader: simplify ifdefs by Stephen Warren · 6 years ago
  90. e02e5b2 x86: cpu: add docstring to scu_ipc_command() by Georgii Staroselskii · 6 years ago
  91. 0805a76 x86: cpu: introduce scu_ipc_raw_command() by Georgii Staroselskii · 6 years ago
  92. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  93. 69ebf19 x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters by Bin Meng · 6 years ago
  94. 106dcfc x86: zimage: Support booting Linux kernel from an EFI payload by Bin Meng · 6 years ago
  95. 61c7678 x86: Include bss subsections in linker script by Alexander Graf · 6 years ago
  96. af915bf elf: Move x86 reloc defines to common elf.h by Alexander Graf · 6 years ago
  97. 4533519 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  98. 467f411 x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 6 years ago
  99. ac63025 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  100. 6e57714 x86: fsp: Eliminate the reset_cpu() call by Bin Meng · 6 years ago