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