1. fb8736d x86: Store the coreboot table address in global_data by Simon Glass · 4 years, 5 months ago
  2. d89f193 x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 5 months ago
  3. e6ad202 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 5 months ago
  4. faf08c7 acpi: Add an acpi command by Simon Glass · 4 years, 7 months ago
  5. 26561da x86: fsp: Allow remembering the location of FSP-S by Simon Glass · 5 years ago
  6. 91efff5 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  7. c3d0c23 x86: Add a new global_data member for the cache record by Simon Glass · 5 years ago
  8. f5bdce2 i2c: designware: Avoid using static data by Simon Glass · 5 years ago
  9. ed10a4f x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  10. faa8821 x86: Remove x86 specific GD flags as they are not referenced at all by Stefan Roese · 5 years ago
  11. 6e3cc36 x86: Add new slimbootloader CPU type by Park, Aiden · 5 years ago
  12. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  13. 471919d dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  14. 353f5cb x86: acpi: Fix Windows S3 resume failure by Bin Meng · 8 years ago
  15. 2ee5b85 x86: baytrail: Conditionally report S3 in the ACPI table by Bin Meng · 8 years ago
  16. ef61f77 x86: Store and display previous sleep state by Bin Meng · 8 years ago
  17. 37e706d x86: Move turbo_state to global_data by Simon Glass · 8 years ago
  18. f64d6f7 x86: Move pirq_routing_table to global_data by Simon Glass · 8 years ago
  19. 590aef7 x86: Support global_data on x86_64 by Simon Glass · 8 years ago
  20. 322ec3e x86: Prepare configuration tables in dedicated high memory region by Bin Meng · 9 years ago
  21. d21f34e x86: broadwell: Add support for SDRAM setup by Simon Glass · 9 years ago
  22. 712326e x86: tsc: Remove legacy timer codes by Bin Meng · 9 years ago
  23. 1ace7a3 x86: Remove MIN_PORT80_KCLOCKS_DELAY by Bin Meng · 9 years ago
  24. 9909bf3 x86: Move the GDT into global_data by Simon Glass · 9 years ago
  25. f95ad8c x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  26. 7f65c09 x86: Allow use of global_data with EFI by Simon Glass · 9 years ago
  27. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · 9 years ago
  28. 2027f2b x86: Store the GDT pointer in global_data by Simon Glass · 10 years ago
  29. 428dfa4 x86: Implement a cache for Memory Reference Code parameters by Simon Glass · 10 years ago
  30. 47eac04 x86: Save mtrr support flag in global data by Bin Meng · 10 years ago
  31. 7bf5b9e x86: Add support for MTRRs by Simon Glass · 10 years ago
  32. f1b81fc pci: Make pci apis usable before relocation by Bin Meng · 10 years ago
  33. 005f0af x86: Support Intel FSP initialization path in start.S by Bin Meng · 10 years ago
  34. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  35. 60af017 x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
  36. 30580fc x86: ivybridge: Add early init for PCH devices by Simon Glass · 10 years ago
  37. a54d981 x86: Support use of PCI before relocation by Simon Glass · 10 years ago
  38. aed37bf x86: Save TSC frequency in the global data by Bin Meng · 10 years ago
  39. 035c1d2 x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  40. 1f4476c x86: Save the BIST value on reset by Simon Glass · 10 years ago
  41. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  42. 42081ce x86: Support tracing function by Simon Glass · 11 years ago
  43. 347c05b x86: Support relocation of FDT on start-up by Simon Glass · 12 years ago
  44. 6fa6e4a x86: Permit bootstage and timer data to be used prior to relocation by Simon Glass · 12 years ago
  45. d388763 x86: Use generic global_data by Simon Glass · 12 years ago
  46. 5e0f808 x86: Remove reset_status, relocoff from global_data by Simon Glass · 12 years ago
  47. 2e4df99 x86: Move gd_addr into arch_global_data by Simon Glass · 12 years ago
  48. 4e48d8a x86: Remove gdt_addr from arch_global_data by Simon Glass · 12 years ago
  49. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  50. ef89932 x86: Add back cold- and warm-boot flags by Gabe Black · 12 years ago
  51. 2547dee x86: Add an fdt pointer to the global data structure by Gabe Black · 12 years ago
  52. 92927ec x86: Add some missing includes by Gabe Black · 12 years ago
  53. 007818a x86: Put global data on the stack by Graeme Russ · 12 years ago
  54. d29712e x86: Forward declare gd_t by Graeme Russ · 12 years ago
  55. 11aca5f x86: Change global data baudrate to int by Simon Glass · 12 years ago
  56. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  57. 3536896 x86: Use fs for global data by Graeme Russ · 13 years ago
  58. c6512ca sc520: Create arch asm-offsets by Graeme Russ · 13 years ago
  59. e8d6474 x86: Punt cold- and warm-boot flags by Graeme Russ · 13 years ago
  60. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  61. cbfce1d x86: Rename i386 to x86 by Graeme Russ · 14 years ago[Renamed from arch/i386/include/asm/global_data.h]
  62. 4b25982 x86: Split board_init_f() into init_fnc_t compatible functions by Graeme Russ · 14 years ago
  63. 4e0f55f x86: Move initial gd to fixed location by Graeme Russ · 14 years ago
  64. a3dde22 x86: Fix definition of global_data struct for asm-offsets.c by Graeme Russ · 14 years ago
  65. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  66. 5d3c37f x86: Implement fully relocatable image by Graeme Russ · 14 years ago
  67. 80ccbac x86: Set cold/warm boot flag by Graeme Russ · 14 years ago
  68. 5fb91cc x86: Place global data below stack before entering C by Graeme Russ · 14 years ago
  69. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  70. f710efd Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  71. 3cba3c1 Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago[Renamed from include/asm-i386/global_data.h]
  72. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  73. 2fe2a97 Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  74. 5de5621 Allow console input to be disabled by Mark Jackson · 16 years ago
  75. a36601e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · 16 years ago
  76. 35d81ce POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. by Yuri Tikhonov · 17 years ago
  77. bc439b0 POST: add POST_STOP flag by Yuri Tikhonov · 17 years ago
  78. d773efb The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. by Yuri Tikhonov · 17 years ago
  79. 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
  80. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  81. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago