1. 5bdad9f riscv: Add some comments to start.S by Sean Anderson · Mon Sep 21 07:51:41 2020 -0400
  2. 2c4c7d1 riscv: Ensure gp is NULL or points to valid data by Sean Anderson · Mon Sep 21 07:51:40 2020 -0400
  3. 934b24a riscv: Consolidate fences into AMOs for available_harts_lock by Sean Anderson · Mon Sep 21 07:51:39 2020 -0400
  4. dd1cd70 riscv: Clear pending IPIs on initialization by Sean Anderson · Mon Sep 21 07:51:38 2020 -0400
  5. ff184fe riscv: Use a valid bit to ignore already-pending IPIs by Sean Anderson · Mon Sep 21 07:51:37 2020 -0400
  6. cfb0809 riscv: Match memory barriers between send_ipi_many and handle_ipi by Sean Anderson · Mon Sep 21 07:51:36 2020 -0400
  7. e8de08b Revert "riscv: Clear pending interrupts before enabling IPIs" by Sean Anderson · Mon Sep 21 07:51:35 2020 -0400
  8. 3d999194 riscv: Update SiFive device tree for new CLINT driver by Sean Anderson · Mon Sep 28 10:52:29 2020 -0400
  9. c6d0ef8 riscv: Update Kendryte device tree for new CLINT driver by Sean Anderson · Mon Sep 28 10:52:28 2020 -0400
  10. 272ab20 riscv: Rework Sifive CLINT as UCLASS_TIMER driver by Sean Anderson · Mon Sep 28 10:52:26 2020 -0400
  11. 28bfc32 riscv: Clean up initialization in Andes PLIC by Sean Anderson · Mon Sep 28 10:52:25 2020 -0400
  12. 87e6ce5 riscv: Rework Andes PLMT as a UCLASS_TIMER driver by Sean Anderson · Mon Sep 28 10:52:24 2020 -0400
  13. 79d3bba timer: Add a test for timer_timebase_fallback by Sean Anderson · Mon Sep 28 10:52:23 2020 -0400
  14. 9baaaef riscv: Rework riscv timer driver to only support S-mode by Sean Anderson · Mon Sep 28 10:52:21 2020 -0400
  15. 38738d9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Fri Sep 25 09:04:01 2020 -0400
  16. b676492 x86: edison: Generate an image suitable for xFSTK by Simon Glass · Sun Sep 06 10:35:34 2020 -0600
  17. 9612c12 x86: Use multiple images by Simon Glass · Sun Sep 06 10:35:31 2020 -0600
  18. fbf120c x86: Add support for more than 8 MTRRs by Simon Glass · Tue Sep 22 14:54:51 2020 -0600
  19. fe6d294 x86: hob: Try to show a name instead of a GUID by Simon Glass · Tue Sep 22 14:54:49 2020 -0600
  20. 2a75e4f x86: coral: Update config and device tree for ACPI by Simon Glass · Tue Sep 22 12:45:42 2020 -0600
  21. 154dc3e x86: Add a way to add to the e820 memory table by Simon Glass · Tue Sep 22 12:45:40 2020 -0600
  22. 549995d x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() by Simon Glass · Tue Sep 22 12:45:38 2020 -0600
  23. ec7c2b6 x86: fsp: Add more debugging for silicon init by Simon Glass · Tue Sep 22 12:45:37 2020 -0600
  24. c6f96a4 x86: apl: Check low-level init in FSP-S pre-init by Simon Glass · Tue Sep 22 12:45:36 2020 -0600
  25. 2326a8b x86: acpi: Set the log category for x86 table generation by Simon Glass · Tue Sep 22 12:45:34 2020 -0600
  26. 2802628 acpi: tpm: Add a TPM1 table by Simon Glass · Tue Sep 22 12:45:33 2020 -0600
  27. 272a703 acpi: tpm: Add a TPM2 table by Simon Glass · Tue Sep 22 12:45:32 2020 -0600
  28. fcae547 x86: Correct handling of MADT table CPUs by Simon Glass · Tue Sep 22 12:45:31 2020 -0600
  29. f4112b0 x86: Add a header guard to asm/acpi_table.h by Simon Glass · Tue Sep 22 12:45:30 2020 -0600
  30. dd23446 x86: Correct the assembly guard in e820.h by Simon Glass · Tue Sep 22 12:45:29 2020 -0600
  31. ad7bb30 x86: Notify the FSP of the 'end firmware' event by Simon Glass · Tue Sep 22 12:45:28 2020 -0600
  32. 6b88e88 x86: Sort the MTRR table by Simon Glass · Tue Sep 22 12:45:27 2020 -0600
  33. 2d8b3c6 x86: cpu: Report address width from cpu_get_info() by Simon Glass · Tue Sep 22 12:45:26 2020 -0600
  34. 34a9262 x86: fsp: Update the FSP API with the end-firmware method by Simon Glass · Tue Sep 22 12:45:25 2020 -0600
  35. f77b9e2 x86: apl: Drop unnecessary code in PMC driver by Simon Glass · Tue Sep 22 12:45:23 2020 -0600
  36. fff5dab x86: apl: Generate ACPI table for LPC by Simon Glass · Tue Sep 22 12:45:22 2020 -0600
  37. 1eba121 x86: apl: Generate CPU tables by Simon Glass · Tue Sep 22 12:45:21 2020 -0600
  38. c3d589e x86: apl: Add support for hostbridge ACPI generation by Simon Glass · Tue Sep 22 12:45:20 2020 -0600
  39. b16dbec x86: apl: Generate required ACPI tables by Simon Glass · Tue Sep 22 12:45:19 2020 -0600
  40. a18e96e x86: apl: Allow reading hostbridge base addresses by Simon Glass · Tue Sep 22 12:45:17 2020 -0600
  41. 87cf8d2 x86: acpi: Add support for additional Intel tables by Simon Glass · Tue Sep 22 12:45:16 2020 -0600
  42. c32fbb6 x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · Tue Sep 22 12:45:15 2020 -0600
  43. d73344b x86: acpi: Add common Intel ACPI tables by Simon Glass · Tue Sep 22 12:45:14 2020 -0600
  44. 9bd4e9d x86: acpi: Add PCT and PTC tables by Simon Glass · Tue Sep 22 12:45:12 2020 -0600
  45. 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · Tue Sep 22 12:45:10 2020 -0600
  46. 4ffe8b0 x86: acpi: Support generation of the HPET table by Simon Glass · Tue Sep 22 12:45:09 2020 -0600
  47. ac779e3 x86: Add a few common Intel CPU functions by Simon Glass · Tue Sep 22 12:45:08 2020 -0600
  48. 973daf2 x86: apl: Update iomap for ACPI by Simon Glass · Tue Sep 22 12:45:07 2020 -0600
  49. ff71114 x86: apl: Add power-management definitions by Simon Glass · Tue Sep 22 12:45:06 2020 -0600
  50. fedb532 x86: Add some definitions for SMM by Simon Glass · Tue Sep 22 12:45:05 2020 -0600
  51. 4c69a5f x86: acpi: Add a common routine to write WiFi info by Simon Glass · Tue Sep 22 12:45:04 2020 -0600
  52. 057427c x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · Tue Sep 22 12:45:03 2020 -0600
  53. d81ade4 x86: Add wake sources for the acpi_gpe driver by Simon Glass · Tue Sep 22 12:45:02 2020 -0600
  54. 91f2f19 x86: acpi: Expand the GNVS by Simon Glass · Tue Sep 22 12:44:54 2020 -0600
  55. 6fe570a x86: acpi: Support external GNVS tables by Simon Glass · Tue Sep 22 12:44:53 2020 -0600
  56. 9893180 x86: Add a common global NVS structure by Simon Glass · Tue Sep 22 12:44:52 2020 -0600
  57. 741ce46 x86: Add a config for the systemagent PCIEX regions size by Simon Glass · Tue Sep 22 12:44:51 2020 -0600
  58. ca75c3f x86: acpi: Add DPTF asl files by Simon Glass · Tue Sep 22 12:44:49 2020 -0600
  59. e42bff5 x86: acpi: apl: Add asl files for Apollo Lake by Simon Glass · Tue Sep 22 12:44:48 2020 -0600
  60. c052918 x86: acpi: Add base asl files for common x86 devices by Simon Glass · Tue Sep 22 12:44:47 2020 -0600
  61. 6e8f7e9 x86: acpi: Add cros_ec tables by Simon Glass · Tue Sep 22 12:44:46 2020 -0600
  62. 12d93ab x86: zboot: Allow overriding the command line by Simon Glass · Sat Sep 05 14:50:51 2020 -0600
  63. aad0d76 x86: zboot: Add an option to dump the setup information by Simon Glass · Sat Sep 05 14:50:50 2020 -0600
  64. c55ce68 x86: zboot: Allow setting a separate setup base address by Simon Glass · Sat Sep 05 14:50:49 2020 -0600
  65. 58a9046 x86: zboot: Set environment variables for image locations by Simon Glass · Sat Sep 05 14:50:48 2020 -0600
  66. 3063483 x86: zboot: Add an 'setup' subcommand by Simon Glass · Sat Sep 05 14:50:47 2020 -0600
  67. 24d26f7 x86: zboot: Add an 'load' subcommand by Simon Glass · Sat Sep 05 14:50:46 2020 -0600
  68. 83dd29e x86: zboot: Add an 'info' subcommand by Simon Glass · Sat Sep 05 14:50:45 2020 -0600
  69. 1931b19 x86: zboot: Add a 'go' subcommand by Simon Glass · Sat Sep 05 14:50:44 2020 -0600
  70. d9b3c98 x86: zboot: Set up a sub-command structure by Simon Glass · Sat Sep 05 14:50:43 2020 -0600
  71. 0db800c x86: zimage: Disable interrupts just before booting by Simon Glass · Sat Sep 05 14:50:42 2020 -0600
  72. d67ff03 x86: zboot: Correct image type by Simon Glass · Sat Sep 05 14:50:41 2020 -0600
  73. df30d41 x86: zboot: Move kernel-version code into a function by Simon Glass · Sat Sep 05 14:50:40 2020 -0600
  74. 3a17717 x86: zimage: Avoid using #ifdef by Simon Glass · Sat Sep 05 14:50:39 2020 -0600
  75. 48800f4 x86: zimage: Use a state struct to hold the state by Simon Glass · Sat Sep 05 14:50:38 2020 -0600
  76. 6d5738d x86: Update the bootparam header by Simon Glass · Sat Sep 05 14:50:37 2020 -0600
  77. 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 24 08:33:47 2020 -0400
  78. be20319 board/freescale: Remove P5020DS board support by Priyanka Jain · Mon Sep 21 11:56:44 2020 +0530
  79. e97fbb7 board/freescale: Remove P1024RDB board support by Priyanka Jain · Mon Sep 21 11:56:41 2020 +0530
  80. 5a7834a board/freescale: Remove P1021RDB board support by Priyanka Jain · Mon Sep 21 15:36:25 2020 +0530
  81. b1d2441 board/freescale: Remove P1020MBG board support by Priyanka Jain · Mon Sep 21 11:56:39 2020 +0530
  82. 769c3ce board/freescale: Remove P1020UTM board support by Priyanka Jain · Mon Sep 21 11:56:38 2020 +0530
  83. dbd83d0 board/freescale: Remove P1025RDB board support by Priyanka Jain · Mon Sep 21 15:35:16 2020 +0530
  84. 2312405 board/freescale: Remove p1023rdb board support by Priyanka Jain · Mon Sep 21 11:56:35 2020 +0530
  85. d1bce13 dts: powerpc: p2020rdb: Add eTSEC DT nodes by Hou Zhiqiang · Mon Sep 21 15:16:23 2020 +0530
  86. e39b70a dts: powerpc: p1010rdb: Add eTSEC DT nodes by Hou Zhiqiang · Mon Sep 21 15:13:22 2020 +0530
  87. 8eb8a9f dts: powerpc: p1020rdb: Add eTSEC DT nodes by Hou Zhiqiang · Mon Sep 21 14:59:05 2020 +0530
  88. 4f93434 mpc8xxx: Don't compile board_eth_init() for DM_ETH by Hou Zhiqiang · Mon Sep 21 15:08:45 2020 +0530
  89. 43c8b3e dts: P1010RDB: Add eSPI slave DT nodes by Hou Zhiqiang · Thu Jun 04 23:17:04 2020 +0800
  90. 10620b0 dts: P1010: Add eSPI controller DT node by Hou Zhiqiang · Thu Jun 04 23:17:03 2020 +0800
  91. 78860bd dts: T4240RDB: Add ESPI slave device node by Xiaowei Bao · Thu Jun 04 23:17:01 2020 +0800
  92. 80ad4c4 dts: T4240: Add ESPI DT nodes by Xiaowei Bao · Thu Jun 04 23:17:00 2020 +0800
  93. 258f369 dts: T2080RDB: Add ESPI slave device node by Xiaowei Bao · Thu Jun 04 23:16:58 2020 +0800
  94. 5eb8e49 dts: T1042D4RDB: Add ESPI slave device node by Xiaowei Bao · Thu Jun 04 23:16:56 2020 +0800
  95. 1fff180 dts: T104x: Add ESPI DT nodes by Xiaowei Bao · Thu Jun 04 23:16:55 2020 +0800
  96. 9860950 dts: T1024RDB: Add ESPI slave device node by Xiaowei Bao · Mon Sep 21 12:43:20 2020 +0530
  97. 14dccbc dts: T102x: Add ESPI DT nodes by Xiaowei Bao · Thu Jun 04 23:16:52 2020 +0800
  98. 7698da8 dts: P5040DS: Add ESPI slave device node by Xiaowei Bao · Mon Sep 21 12:41:17 2020 +0530
  99. 75decdb dts: P5040: Add ESPI DT nodes by Xiaowei Bao · Thu Jun 04 23:16:49 2020 +0800
  100. 45da56f dts: P4080DS: Add ESPI slave device node by Xiaowei Bao · Mon Sep 21 12:29:04 2020 +0530