1. 91d82a2 x86: Add back cold- and warm-boot flags by Gabe Black · 12 years ago
  2. 112a575 x86: Override calculate_relocation_address to use the e820 map by Gabe Black · 12 years ago
  3. d65297b x86: Make calculate_relocation_address an overridable function by Gabe Black · 12 years ago
  4. 842d338 x86: Make the upper bound on relocated symbols closed instead of open by Gabe Black · 12 years ago
  5. 32f9873 x86: Reorder x86's post relocation memory layout by Gabe Black · 12 years ago
  6. 8313315 x86: Initialise SPI if enabled by Gabe Black · 12 years ago
  7. ac31a7b x86: Implement arch_phys_memset so that it can wipe memory above 4GB by Gabe Black · 12 years ago
  8. 40fef04 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
  9. ec516c4 x86: Increase the size of the phys_size_t and phys_addr_t types by Gabe Black · 12 years ago
  10. 0c39290 x86: Fix off-by-one error in do_elf_reloc_fixups() by Duncan Laurie · 12 years ago
  11. 984d8b0 x86: Ignore memory >4GB when parsing Coreboot tables by Duncan Laurie · 12 years ago
  12. 34d6057 x86: Enable CONFIG_CMD_ZBOOT for coreboot by Simon Glass · 12 years ago
  13. 1484311 x86: Fix indirect jmp warning in zimage.c by Simon Glass · 12 years ago
  14. 17de114 x86: Clean up MTRR 7 right before jumping to the kernel by Stefan Reinauer · 12 years ago
  15. 98568f0 x86: Import MSR/MTRR code from Linux by Graeme Russ · 12 years ago
  16. 61e0ea9 x86: Provide a function to clean up just before booting a zimage by Stefan Reinauer · 12 years ago
  17. 095593c x86: Add basic cache operations by Stefan Reinauer · 12 years ago
  18. 9a7da18 x86: Fill in the dram info using the e820 map on coreboot/x86 by Gabe Black · 12 years ago
  19. 3cdc18a x86: Add a CBMEM timestamp generated right before the kernel startup. by Vadim Bendebury · 12 years ago
  20. 6dbe0cc x86: Enable coreboot timestamp facility support in u-boot. by Vadim Bendebury · 12 years ago
  21. 2f899e0 x86: Add function to read time stamp counter by Vadim Bendebury · 12 years ago
  22. 57be917 x86: gpio: Add additional GPIO banks to the ICH6 driver by Bill Richardson · 12 years ago
  23. a7e6d54 x86: Enable ICH6 GPIO controller for coreboot by Simon Glass · 12 years ago
  24. 55ae10f x86: gpio: Add GPIO driver for Intel ICH6 and later. by Bill Richardson · 12 years ago
  25. 468ebf1 4xx: Fix PCI memory mapping on CPCI405 boards by Matthias Fuchs · 12 years ago
  26. fb3d2b8 Makefile: Add target for combined spl/u-boot.bin & u-boot.img by Stefan Roese · 12 years ago
  27. b40bda6 Makefile: Add possibility to set entry-point for u-boot.img by Stefan Roese · 12 years ago
  28. 13b4f63 mpc5200: Add a3m071 board support by Stefan Roese · 12 years ago
  29. 083f2e0 mpc5200: Add SPL support by Stefan Roese · 12 years ago
  30. d3aa8b8 env: Enable getenv_f() for SPL_BUILD by Stefan Roese · 12 years ago
  31. ea8256f SPL: Port SPL framework to powerpc by Stefan Roese · 12 years ago
  32. 966b11c powerpc: Extract EPAPR_MAGIC constants into processor.h by Stefan Roese · 12 years ago
  33. ce12a8c Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  34. 339c511 x86: Don't spam POST80 codes with slow IO functions by Stefan Reinauer · 12 years ago
  35. a78d494 x86: Define CONFIG_SYS_VSNPRINTF for coreboot by Simon Glass · 12 years ago
  36. 5b1be1b x86: Fix typo in pcat_timer.c by Stefan Reinauer · 12 years ago
  37. 687c108 x86: Include types.h explicitly in the i386 version of io.h by Gabe Black · 12 years ago
  38. 452b80e x86: Add a dummy implementation for timer_get_us by Gabe Black · 12 years ago
  39. f30fc4d x86: Add a default implementation for cleanup_before_linux() by Gabe Black · 12 years ago
  40. 9ad4736 x86: Add a minimal device tree for alex x86 by Gabe Black · 12 years ago
  41. 028a562 x86: Add an fdt pointer to the global data structure by Gabe Black · 12 years ago
  42. 17c40ad x86: video: Add coreboot framebuffer support by Stefan Reinauer · 12 years ago
  43. 893db59 x86: Remove coreboot start16 code by Simon Glass · 12 years ago
  44. 5b5ece9 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
  45. 420a2ca x86: Select stdio devices for coreboot by Simon Glass · 12 years ago
  46. b012bc9 x86: Add console command to display CBMEM console buffer by Vadim Bendebury · 12 years ago
  47. 98ab435 x86: Add CBMEM console driver for coreboot by Vadim Bendebury · 12 years ago
  48. 402ed00 x86: coreboot: Decode additional coreboot sysinfo tags by Simon Glass · 12 years ago
  49. 93c1735 x86: coreboot: Drop sysinfo.c by Stefan Reinauer · 12 years ago
  50. b04eb34 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 12 years ago
  51. f3269ad include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s by Nobuhiro Iwamatsu · 12 years ago
  52. 7c791b3 serial: serial_sh: bugfix: autoboot fails if serial console is not connected by Tetsuyuki Kobayashi · 12 years ago
  53. 867da0d sh: fix trigger_address_error() by Yoshihiro Shimoda · 12 years ago
  54. b8715d8 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  55. f39612d fdt: Correct global_data condition in main by Simon Glass · 12 years ago
  56. e57d9d1 Merge branch 'master' of git://www.denx.de/git/u-boot-x86 by Tom Rini · 12 years ago
  57. d02a568 x86: coreboot: Enable LPC TPM by Simon Glass · 12 years ago
  58. cd23e69 x86: Remove coreboot start16 code by Simon Glass · 12 years ago
  59. 82e73f0 x86: coreboot: Implement recursively scanning PCI busses by Gabe Black · 12 years ago
  60. 422322f x86: coreboot: Modify u-boot code to allow building coreboot payload by Vadim Bendebury · 12 years ago
  61. 452f50f x86: coreboot: Tell u-boot about PCI bus 0 when initializing by Gabe Black · 12 years ago
  62. badcb34 x86: coreboot: Move non-board specific files to coreboot arch directory by Stefan Reinauer · 12 years ago
  63. c953fbe x86: Add some missing includes by Gabe Black · 12 years ago
  64. b16f521 x86: Allow excluding reset vector code from u-boot by Gabe Black · 12 years ago
  65. 8a487a4 x86: Add initial memory barrier macros by Simon Glass · 12 years ago
  66. 8abebe3 x86: Add ilog2 to bitops by Graeme Russ · 12 years ago
  67. c73c6de x86: Remove duplicate PCI init by Graeme Russ · 12 years ago
  68. 8d61625 x86: Put global data on the stack by Graeme Russ · 12 years ago
  69. e4fb611 x86: Forward declare gd_t by Graeme Russ · 12 years ago
  70. a86fcff Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
  71. d41b3cc Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  72. afbfdf5 powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLE by York Sun · 12 years ago
  73. b25f6de powerpc/85xx: update the work-around for P4080 erratum SERDES-9 by Timur Tabi · 12 years ago
  74. c0a4e6b powerpc/p4080ds: fix PCI-e x8 link training down failure by Yuanquan Chen · 12 years ago
  75. 9760b27 powerpc/corenet_ds: move SATA config to board configuration by Zang Roy-R61911 · 12 years ago
  76. d607b96 powerpc/85xx: implement check for erratum A-004580 work-around by Timur Tabi · 12 years ago
  77. 345d6ef powerpc/mpc8xxx: take fdt_fixup_crypto_node() off the checkstack list by Kim Phillips · 12 years ago
  78. 2a5fcb8 powerpc/mpc85xx: Temporary fix for spin table backward compatibility by York Sun · 12 years ago
  79. ca1b0b8 powerpc/P2041RDB: Fix Flash address LAW address by York Sun · 12 years ago
  80. 765ad3c powerpc/corenet_ds: Update DDR timing for single-rank DIMMs by York Sun · 12 years ago
  81. 0118033 powerpc/85xx: implement check for erratum A-004849 work-around by Timur Tabi · 12 years ago
  82. d31e53b powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board by Timur Tabi · 12 years ago
  83. 1956e43 powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del CONFIG_SYS_FSL_ELBC_MULTIBIT_ECC by Timur Tabi · 12 years ago
  84. 021382c powerpc/qoriq: Move FMAN microcode location by York Sun · 12 years ago
  85. 7798f6d mmc: Properly determine maximum supported bus width by Andy Fleming · 12 years ago
  86. e76cd5d 8xxx: Change all 8*xx_DDR addresses to 8xxx by Andy Fleming · 12 years ago
  87. ed80c93 mmc: Fix incorrect handling of 'read' & 'write' commands by Taylor Hutt · 12 years ago
  88. 1981539 mmc: tegra: use bounce buffer APIs by Stephen Warren · 12 years ago
  89. 84d35b2 common: rework bouncebuf implementation by Stephen Warren · 12 years ago
  90. 4ea7a09 bouncebuf: remove dummy implementation by Stephen Warren · 12 years ago
  91. 640fb60 Replace CONFIG_MMC_BOUNCE_BUFFER with CONFIG_BOUNCE_BUFFER in configs by Stephen Warren · 12 years ago
  92. 688c2d1 mmc: add no simultaenous power and vdd by Mela Custodio · 12 years ago
  93. b7e3129 mmc: at91sam9x5: support to save environment in mmc by Wu, Josh · 12 years ago
  94. babce5f mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID by Taylor Hutt · 12 years ago
  95. d0ebbb8 EXYNOS: mmc: support DesignWare Controller for Samsung-SoC by Jaehoon Chung · 12 years ago
  96. 66dc452 Remove obsolete header file by Pantelis Antoniou · 12 years ago
  97. dfe1610 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  98. 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  99. 8156f732 nand: Fix nand_erase_opts() offset check by Benoît Thébaudeau · 12 years ago
  100. bd74280 nand: Clean up nand_util by Benoît Thébaudeau · 12 years ago