1. 2db9374 x86: Move the GDT into global_data by Simon Glass · 9 years ago
  2. 42fde305 x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  3. 8f3b969 x86: Allow use of global_data with EFI by Simon Glass · 9 years ago
  4. 83ec7de x86: Tidy up global_data flags by Simon Glass · 9 years ago
  5. 5284529 x86: Store the GDT pointer in global_data by Simon Glass · 10 years ago
  6. 191c008 x86: Implement a cache for Memory Reference Code parameters by Simon Glass · 10 years ago
  7. 4949166 x86: Save mtrr support flag in global data by Bin Meng · 10 years ago
  8. aff2523 x86: Add support for MTRRs by Simon Glass · 10 years ago
  9. 8f9052f pci: Make pci apis usable before relocation by Bin Meng · 10 years ago
  10. bceb9f0 x86: Support Intel FSP initialization path in start.S by Bin Meng · 10 years ago
  11. 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  12. 1b4f25f x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
  13. 8e0df06 x86: ivybridge: Add early init for PCH devices by Simon Glass · 10 years ago
  14. 7430f10 x86: Support use of PCI before relocation by Simon Glass · 10 years ago
  15. 258b135 x86: Save TSC frequency in the global data by Bin Meng · 10 years ago
  16. 52f952b x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  17. f67cd51 x86: Save the BIST value on reset by Simon Glass · 10 years ago
  18. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  19. d8819f9 x86: Support tracing function by Simon Glass · 11 years ago
  20. f697d52 x86: Support relocation of FDT on start-up by Simon Glass · 12 years ago
  21. bc2df1a x86: Permit bootstage and timer data to be used prior to relocation by Simon Glass · 12 years ago
  22. 43cff66 x86: Use generic global_data by Simon Glass · 12 years ago
  23. 6cb49c1 x86: Remove reset_status, relocoff from global_data by Simon Glass · 12 years ago
  24. 5a35e6c x86: Move gd_addr into arch_global_data by Simon Glass · 12 years ago
  25. df4aa62 x86: Remove gdt_addr from arch_global_data by Simon Glass · 12 years ago
  26. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  27. 91d82a2 x86: Add back cold- and warm-boot flags by Gabe Black · 12 years ago
  28. 028a562 x86: Add an fdt pointer to the global data structure by Gabe Black · 12 years ago
  29. c953fbe x86: Add some missing includes by Gabe Black · 12 years ago
  30. 8d61625 x86: Put global data on the stack by Graeme Russ · 12 years ago
  31. e4fb611 x86: Forward declare gd_t by Graeme Russ · 12 years ago
  32. 55f97c1 x86: Change global data baudrate to int by Simon Glass · 12 years ago
  33. 47fde91 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  34. 9e6c572 x86: Use fs for global data by Graeme Russ · 13 years ago
  35. 311b1a2 sc520: Create arch asm-offsets by Graeme Russ · 13 years ago
  36. facc9e7 x86: Punt cold- and warm-boot flags by Graeme Russ · 13 years ago
  37. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  38. fea2572 x86: Rename i386 to x86 by Graeme Russ · 14 years ago[Renamed from arch/i386/include/asm/global_data.h]
  39. 71a5404 x86: Split board_init_f() into init_fnc_t compatible functions by Graeme Russ · 14 years ago
  40. 2e2613d x86: Move initial gd to fixed location by Graeme Russ · 14 years ago
  41. de47cbe x86: Fix definition of global_data struct for asm-offsets.c by Graeme Russ · 14 years ago
  42. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  43. c868af3 x86: Implement fully relocatable image by Graeme Russ · 14 years ago
  44. c81b26b x86: Set cold/warm boot flag by Graeme Russ · 14 years ago
  45. 161b358 x86: Place global data below stack before entering C by Graeme Russ · 14 years ago
  46. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  47. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  48. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago[Renamed from include/asm-i386/global_data.h]
  49. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  50. 3ef96de Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  51. f5c3ba7 Allow console input to be disabled by Mark Jackson · 16 years ago
  52. b57ca3e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · 16 years ago
  53. 0e15ddd 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
  54. 28a3850 POST: add POST_STOP flag by Yuri Tikhonov · 17 years ago
  55. b428f6a 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
  56. f72da34 Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago LABEL_2003_10_10_1200
  57. 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  58. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago LABEL_2002_11_18_0115