1. ad11dbf x86: Gracefully disable the vesa driver when running from EFI by Simon Glass · 9 years ago
  2. eeae510 x86: qemu: Support operation as an EFI payload by Simon Glass · 9 years ago
  3. b430258 x86: baytrail: Support operation as an EFI payload by Simon Glass · 9 years ago
  4. 8e36650 x86: Add helper code for running from EFI by Simon Glass · 9 years ago
  5. e49ccea x86: Handle running as EFI payload by Simon Glass · 9 years ago
  6. f1a0baf efi: Add a command to display the memory map by Simon Glass · 9 years ago
  7. 16c220d efi: Add functions for decoding the EFI tables by Simon Glass · 9 years ago
  8. 42fde305 x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  9. 96a8d40 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  10. 6f92ed8 x86: Add a way to call 32-bit code from 64-bit mode by Simon Glass · 9 years ago
  11. 7dfe8bd x86: Add an enum for some commonly-used GDT bits by Simon Glass · 9 years ago
  12. b997abd x86: Support building the EFI stub by Simon Glass · 9 years ago
  13. 476476e efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
  14. 465a67c x86: Add relocation and link script for a 64-bit EFI application by Simon Glass · 9 years ago
  15. cd326a3 x86: Add definitions for the x86-efi board and plumb it in by Ben Stoltz · 9 years ago
  16. a42bfe0 x86: Allow relocation code to build without text base by Simon Glass · 9 years ago
  17. d6c099c x86: dts: Add a device tree file for EFI by Simon Glass · 9 years ago
  18. 3e9aa32 x86: Add EFI board code by Ben Stoltz · 9 years ago
  19. 3dcdd17 x86: Add support for U-Boot as an EFI application by Ben Stoltz · 9 years ago
  20. ed3b4d3 x86: Add asm/elf.h for x86-specific ELF definitions by Simon Glass · 9 years ago
  21. 981dca6 x86: Support skipping relocation for EFI by Simon Glass · 9 years ago
  22. 08aeb8b efi: Support building a u-boot-app.efi executable by Simon Glass · 9 years ago
  23. 3f1c046 x86: Set up toolchain flags for running as EFI application by Ben Stoltz · 9 years ago
  24. 484cce0 efi: Drop CONFIG_SYS_TEXT_BASE for EFI by Ben Stoltz · 9 years ago
  25. 275854b efi: Add a serial driver by Simon Glass · 9 years ago
  26. f05ad9b Add a way to skip relocation by Simon Glass · 9 years ago
  27. 7bea527 x86: Update README to explain booting Ubuntu on Minnowmax by Simon Glass · 9 years ago
  28. 82bc22a x86: minnowmax: Drop the old PCI settings by Simon Glass · 9 years ago
  29. 7fd078c x86: dts: Fix typo in intel,irq-router.txt by Simon Glass · 9 years ago
  30. 1f2be4c x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file by Simon Glass · 9 years ago
  31. dcfe4a5 x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · 9 years ago
  32. ca4435e x86: Move Chrome OS options to defconfig by Simon Glass · 9 years ago
  33. 3f416f3 dm: Add a return value comment to device_get_child() by Simon Glass · 9 years ago
  34. 4bad2e7 pci: Indicate prefetchable memory allocate when debugging by Simon Glass · 9 years ago
  35. 5f48d79 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  36. f134ed7 efi: Display the correct initcall pre-relocation values by Simon Glass · 9 years ago
  37. 9b21749 efi: Avoid using non-existent text base by Ben Stoltz · 9 years ago
  38. 867a6ac efi: Add start-up library code by Simon Glass · 9 years ago
  39. 8f3b969 x86: Allow use of global_data with EFI by Simon Glass · 9 years ago
  40. 53292ad pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · 9 years ago
  41. da4b159 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · 9 years ago
  42. 8aba36d x86: Tidy up a few minor issues with interrupts by Simon Glass · 9 years ago
  43. 8b09791 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  44. 0bc74ab x86: Tidy up the 64-bit calling code by Simon Glass · 9 years ago
  45. 0d9edd2 x86: Drop unused copy_fdt_to_ram() by Simon Glass · 9 years ago
  46. 83ec7de x86: Tidy up global_data flags by Simon Glass · 9 years ago
  47. b0b403d Reserve the top 16 flag bits for architecture-specific use by Simon Glass · 9 years ago
  48. b6c9a20 x86: Use CR0 constants in CPU init by Simon Glass · 9 years ago
  49. da3a95d x86: Add various minor tidy-ups to the 32-bit startup code by Simon Glass · 9 years ago
  50. 5598fac Bring in __aligned_u64 and friends to linux/types.h by Simon Glass · 9 years ago
  51. e020c88 Allow objcopy to work without filling gaps with 0xff by Simon Glass · 9 years ago
  52. 5efa281 elf: Add a few definitions for 64-bit relocation by Simon Glass · 9 years ago
  53. 753812c dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · 9 years ago
  54. 2fda14a dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  55. 3834f41 Support removing default assembler flags by Simon Glass · 9 years ago
  56. 58b6ad6 common: command add '\n' for debug msg by Peng Fan · 9 years ago
  57. 3bd926c lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · 9 years ago
  58. 31dd0a9 common: Print nothing in the __weak checkboard() by Bin Meng · 9 years ago
  59. 0112432 gitignore: Add defconfig and fdtgrep by Bin Meng · 9 years ago
  60. fe3fbd3 x86: bayleybay: Configure PCI IRQ by Bin Meng · 9 years ago
  61. 9b911be x86: Add Intel Bayley Bay board support by Bin Meng · 9 years ago
  62. 2774ff7 x86: Add microcode for BayTrail-I B0 stepping by Bin Meng · 9 years ago
  63. 3e79a4a x86: baytrail: Update UPD setting for FSP Gold4 release by Bin Meng · 9 years ago
  64. 456ee90 x86: minnowmax: Remove smsc47x superio codes by Bin Meng · 9 years ago
  65. 1e7a047 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · 9 years ago
  66. a2eb65f x86: qemu: Add MP initialization by Bin Meng · 9 years ago
  67. 417576c x86: Add a 'pause' instruction in __udelay() for QEMU target by Miao Yan · 9 years ago
  68. 947eb43 doc: dm: Update pci-info.txt for pci support by Bin Meng · 9 years ago
  69. df189d9 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · 9 years ago
  70. e22b1a5 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  71. 8889e98 configs: ti_armv7_keystone2: replace addr_uboot with loadaddr by Vitaly Andrianov · 9 years ago
  72. e16b604 armv8/ls2085ardb: Add USB support for ls2085ardb by Nikhil Badola · 9 years ago
  73. 94e8cd8 armv8/ls2085aqds: Add USB support for ls2085aqds by Nikhil Badola · 9 years ago
  74. f7ff0e5 armv8/lsch3/config: Define USB XHCI controller base address for LS2085A by Nikhil Badola · 9 years ago
  75. ca7fb12 armv8/lsch3/config: Define CONFIG_SYS_CACHELINE_SIZE for LS2085A by Nikhil Badola · 9 years ago
  76. 5684842 drivers/ddr/fsl: Adjust bstopre value by York Sun · 9 years ago
  77. 14d5547 drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helper by horia.geanta@freescale.com · 9 years ago
  78. 3ef2412 drivers/crypto/fsl: fix snooping for write transactions by horia.geanta@freescale.com · 9 years ago
  79. e5d08b4 drivers/crypto/fsl: fix "era" property value on LE platforms by horia.geanta@freescale.com · 9 years ago
  80. 01cafce drivers/pci/layerscape: Add EP mode support by Minghuan Lian · 9 years ago
  81. ed5b580 drivers/pci: Add function to find an extended capability by Minghuan Lian · 9 years ago
  82. 87457d1 drivers/fsl-mc: flib changes for mc 8.0.0 by Prabhakar Kushwaha · 9 years ago
  83. c406551 drivers/crypto/fsl: enable raw data instead of von Neumann data by Alex Porosanu · 9 years ago
  84. 17649e1 drivers/crypto/fsl: change starting entropy delay value by Alex Porosanu · 9 years ago
  85. 026a3f1 drivers/crypto/fsl: disable RNG oscillator maximum frequency check by Alex Porosanu · 9 years ago
  86. 6a17365 armv7/ls1021a/etsec: Enable Tx Data and TxBD snooping by Alison Wang · 9 years ago
  87. 8f0c7cb armv7/ls1021a: allow OCRAM access permission as R/W in SPL by Alison Wang · 9 years ago
  88. 6f0586e armv7/ls102xa: Fix non-boot cpus cannot correctly fall in spin table by Wang Dongsheng · 9 years ago
  89. 933db81 armv7/ls1021atwr: program the regulator for deep sleep by chenhui zhao · 9 years ago
  90. 99e1bd4 armv7/ls1021atwr: added deep sleep support in uboot by Tang Yuantian · 9 years ago
  91. 562583d armv7/lS1021atwr: Enable bootscript for secure boot by gaurav rana · 9 years ago
  92. 0e0224e driver/qe: use strncpy instead of strcpy by Zhao Qiang · 9 years ago
  93. e94a8fd drivers/qe: transform parameter to compatible type by Zhao Qiang · 9 years ago
  94. 5b72524 armv7/ls1021a: Reserve secure code into RAM instead of OCRAM by Zhuoyu Zhang · 10 years ago
  95. c109dd0 Prepare v2015.10-rc1 by Tom Rini · 9 years ago
  96. e3d50d4 fsl_esdhc.c: Always make check_and_invalidate_dcache_range available by Tom Rini · 9 years ago
  97. 7a1af7a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  98. f85764c arm: mx6: tqma6: fix build for WRU-IV baseboard by Stefano Babic · 9 years ago
  99. f0ff57b imx: mx6ul_14x14_evk add basic board support by Peng Fan · 9 years ago
  100. 6f4b65e imx: imx6_spl add mx6ul support by Peng Fan · 9 years ago