1. 2547dee x86: Add an fdt pointer to the global data structure by Gabe Black · 12 years ago
  2. 76ce249 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
  3. bc30b21 x86: coreboot: Decode additional coreboot sysinfo tags by Simon Glass · 12 years ago
  4. 9a03c91 x86: coreboot: Drop sysinfo.c by Stefan Reinauer · 12 years ago
  5. 57c5574 x86: coreboot: Implement recursively scanning PCI busses by Gabe Black · 12 years ago
  6. 67bb7b0 x86: coreboot: Tell u-boot about PCI bus 0 when initializing by Gabe Black · 12 years ago
  7. 565456b x86: coreboot: Move non-board specific files to coreboot arch directory by Stefan Reinauer · 12 years ago
  8. 92927ec x86: Add some missing includes by Gabe Black · 12 years ago
  9. 14f8246 x86: Allow excluding reset vector code from u-boot by Gabe Black · 12 years ago
  10. bc47409 x86: Add initial memory barrier macros by Simon Glass · 12 years ago
  11. 5c9bb12 x86: Add ilog2 to bitops by Graeme Russ · 12 years ago
  12. af359ac x86: Remove duplicate PCI init by Graeme Russ · 12 years ago
  13. 007818a x86: Put global data on the stack by Graeme Russ · 12 years ago
  14. d29712e x86: Forward declare gd_t by Graeme Russ · 12 years ago
  15. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  16. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  17. 11aca5f x86: Change global data baudrate to int by Simon Glass · 12 years ago
  18. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  19. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  20. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  21. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  22. 74a023c sc520: fix build warning about unused temp var by Mike Frysinger · 13 years ago
  23. 3fb4f9e x86: Convert board_init_f_r to a processing loop by Graeme Russ · 13 years ago
  24. a875dda x86: Split init functions out of board.c by Graeme Russ · 13 years ago
  25. 6ae6dd8 x86: Move relocation code out of board.c by Graeme Russ · 13 years ago
  26. 81d90dd x86: Move setup_pcat_compatibility() out of board.c by Graeme Russ · 13 years ago
  27. ac52e47 x86: Move do_go_exec() out of board.c by Graeme Russ · 13 years ago
  28. 6dda131 CHECKPATCH: arch/x86/lib/* by Graeme Russ · 13 years ago
  29. af3f2c8 x86: Tweak IDT and GDT for alignment and readability by Graeme Russ · 13 years ago
  30. 5a29a4f x86: Allow cache before copy to RAM by Graeme Russ · 13 years ago
  31. 6e25600 x86: Create weak init_cache() and default enable_caches() functions by Graeme Russ · 13 years ago
  32. 5101d5c x86: Set GD_FLG_RELOC after entering in-RAM copy of U-Boot by Graeme Russ · 13 years ago
  33. 3536896 x86: Use fs for global data by Graeme Russ · 13 years ago
  34. 6aa071f x86: Rework relocation calculations by Graeme Russ · 13 years ago
  35. d7755b4 x86: Simplify Flash-to-RAM code execution transition by Graeme Russ · 13 years ago
  36. 14d3761 x86: Rework Global Descriptor Table loading by Graeme Russ · 13 years ago
  37. 391bb95 x86: Remove GDR related magic numbers by Graeme Russ · 13 years ago
  38. 9954080 x86: Speed up copy-to-RAM and clear BSS operations by Graeme Russ · 13 years ago
  39. 1dd0b70 x86: Import glibc memcpy implementation by Graeme Russ · 13 years ago
  40. 69b49ee x86: Add support for specifying an initrd with the zboot command by Gabe Black · 13 years ago
  41. 540c262 x86: Refactor the zboot innards so they can be reused with a vboot image by Gabe Black · 13 years ago
  42. 84231af x86: Add infrastructure to extract an e820 table from the coreboot tables by Gabe Black · 13 years ago
  43. c67a948 x86: Add support for booting Linux using the 32 bit boot protocol by Gabe Black · 13 years ago
  44. 1cf5121 x86: Clean up the x86 zimage code in preparation to extend it by Gabe Black · 13 years ago
  45. 9fd7a1f x86: Import code from coreboot's libpayload to parse the coreboot table by Gabe Black · 13 years ago
  46. 27a4d07 x86: Initial commit for running as a coreboot payload by Gabe Black · 13 years ago
  47. 1662cf1 x86: Wrap small helper functions from libgcc to avoid an ABI mismatch by Gabe Black · 13 years ago
  48. 0e49905 x86: Import the glibc memset implementation by Gabe Black · 13 years ago
  49. 6ed1888 x86: Fix a few recently added bugs by Gabe Black · 13 years ago
  50. 3530c07 x86: Don't relocate symbols which point to things that aren't relocated by Gabe Black · 13 years ago
  51. e029b75 x86: Fix how the location of the realmode and bios blobs are calculated by Gabe Black · 13 years ago
  52. c379b5d x86: Misc cleanups by Graeme Russ · 13 years ago
  53. 703ede5 x86: Misc PCI touchups by Graeme Russ · 13 years ago
  54. 2768d85 x86: Ensure IDT and GDT remain 16-byte aligned post relocation by Graeme Russ · 13 years ago
  55. 19fc0d5 x86: Provide more configuration granularity by Graeme Russ · 13 years ago
  56. 786c395 x86: Add multiboot header by Graeme Russ · 13 years ago
  57. c6512ca sc520: Create arch asm-offsets by Graeme Russ · 13 years ago
  58. e8d6474 x86: Punt cold- and warm-boot flags by Graeme Russ · 13 years ago
  59. 883c603 cosmetic: checkpatch cleanup of arch/x86/lib/*.c by Graeme Russ · 13 years ago
  60. 55bed24 cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c by Graeme Russ · 13 years ago
  61. fdee8b1 cosmetic: checkpatch cleanup of arch/x86/cpu/*.c by Graeme Russ · 13 years ago
  62. 5e0e287 x86: Call hang() on unrecoverable exception by Graeme Russ · 13 years ago
  63. 9209ed5 Reduce build times by Wolfgang Denk · 13 years ago
  64. 46207f4 x86: Fix a compiler warning in arch/x86/lib/realmode.c by Gabe Black · 13 years ago
  65. 7056c61 x86: Remove the prototype for the unused function board_init by Gabe Black · 13 years ago
  66. 0d992d0 x86: Rename include/asm/ic to include/asm/arch-sc520 by Graeme Russ · 13 years ago
  67. 19c114a x86: turn off cache: set control register properly by Ondrej Kupka · 13 years ago
  68. 32ef00a x86: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  69. 49d351b x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  70. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  71. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  72. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  73. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  74. 75fc434 Unify timer_init() and cpu_init() prototypes by Wolfgang Denk · 13 years ago
  75. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
  76. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  77. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  78. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  79. 80f7021 Minor coding style cleanup. by Wolfgang Denk · 14 years ago
  80. 34c6dd2 Handle most LDSCRIPT setting centrally by Scott Wood · 14 years ago
  81. 6ec4559 sc520: Move reset to stand-alone file by Graeme Russ · 14 years ago
  82. cbfce1d x86: Rename i386 to x86 by Graeme Russ · 14 years ago