1. f95ad8c x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  2. ce62a25 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  3. bae81c7 x86: Add a way to call 32-bit code from 64-bit mode by Simon Glass · 9 years ago
  4. d360b2f x86: Add an enum for some commonly-used GDT bits by Simon Glass · 9 years ago
  5. 9e72e64 x86: Support building the EFI stub by Simon Glass · 9 years ago
  6. 63f581f efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
  7. 672e82c x86: Add relocation and link script for a 64-bit EFI application by Simon Glass · 9 years ago
  8. b7d47db x86: Add definitions for the x86-efi board and plumb it in by Ben Stoltz · 9 years ago
  9. 32ad3c0 x86: Allow relocation code to build without text base by Simon Glass · 9 years ago
  10. 8aea77a x86: dts: Add a device tree file for EFI by Simon Glass · 9 years ago
  11. 19c23fd x86: Add EFI board code by Ben Stoltz · 9 years ago
  12. ab76a47 x86: Add support for U-Boot as an EFI application by Ben Stoltz · 9 years ago
  13. f2bf7ad x86: Add asm/elf.h for x86-specific ELF definitions by Simon Glass · 9 years ago
  14. c615773 x86: Support skipping relocation for EFI by Simon Glass · 9 years ago
  15. 57c5d36 efi: Support building a u-boot-app.efi executable by Simon Glass · 9 years ago
  16. c24aae5 x86: Set up toolchain flags for running as EFI application by Ben Stoltz · 9 years ago
  17. b7e4124 efi: Drop CONFIG_SYS_TEXT_BASE for EFI by Ben Stoltz · 9 years ago
  18. 5a991bd efi: Add a serial driver by Simon Glass · 9 years ago
  19. 00dd17a Add a way to skip relocation by Simon Glass · 9 years ago
  20. c05168f x86: Update README to explain booting Ubuntu on Minnowmax by Simon Glass · 9 years ago
  21. 171833e x86: minnowmax: Drop the old PCI settings by Simon Glass · 9 years ago
  22. 3c5eeb9 x86: dts: Fix typo in intel,irq-router.txt by Simon Glass · 9 years ago
  23. cec16f5 x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file by Simon Glass · 9 years ago
  24. 1c32bdb x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · 9 years ago
  25. dfb7c6c x86: Move Chrome OS options to defconfig by Simon Glass · 9 years ago
  26. 147a560 dm: Add a return value comment to device_get_child() by Simon Glass · 9 years ago
  27. a292d2a pci: Indicate prefetchable memory allocate when debugging by Simon Glass · 9 years ago
  28. 84f5733 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  29. a459d66 efi: Display the correct initcall pre-relocation values by Simon Glass · 9 years ago
  30. 1930e8d efi: Avoid using non-existent text base by Ben Stoltz · 9 years ago
  31. 9539e69 efi: Add start-up library code by Simon Glass · 9 years ago
  32. 7f65c09 x86: Allow use of global_data with EFI by Simon Glass · 9 years ago
  33. 2b9acba pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · 9 years ago
  34. 927c104 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · 9 years ago
  35. c4b9ef8 x86: Tidy up a few minor issues with interrupts by Simon Glass · 9 years ago
  36. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  37. f2d1a11 x86: Tidy up the 64-bit calling code by Simon Glass · 9 years ago
  38. 1ec83e8 x86: Drop unused copy_fdt_to_ram() by Simon Glass · 9 years ago
  39. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · 9 years ago
  40. feb0027 Reserve the top 16 flag bits for architecture-specific use by Simon Glass · 9 years ago
  41. cecf90e x86: Use CR0 constants in CPU init by Simon Glass · 9 years ago
  42. 611f749 x86: Add various minor tidy-ups to the 32-bit startup code by Simon Glass · 9 years ago
  43. a922cb4 Bring in __aligned_u64 and friends to linux/types.h by Simon Glass · 9 years ago
  44. 68ae3f8 Allow objcopy to work without filling gaps with 0xff by Simon Glass · 9 years ago
  45. 3ed7dda elf: Add a few definitions for 64-bit relocation by Simon Glass · 9 years ago
  46. 6664077 dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · 9 years ago
  47. 46766df dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  48. 68b27d3 Support removing default assembler flags by Simon Glass · 9 years ago
  49. d6c09ba common: command add '\n' for debug msg by Peng Fan · 9 years ago
  50. 6cd571b lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · 9 years ago
  51. 6bd4484 common: Print nothing in the __weak checkboard() by Bin Meng · 9 years ago
  52. 6b94c42 gitignore: Add defconfig and fdtgrep by Bin Meng · 9 years ago
  53. 947391c x86: bayleybay: Configure PCI IRQ by Bin Meng · 9 years ago
  54. e1c4935 x86: Add Intel Bayley Bay board support by Bin Meng · 9 years ago
  55. 6a3de7c x86: Add microcode for BayTrail-I B0 stepping by Bin Meng · 9 years ago
  56. a43c5d9 x86: baytrail: Update UPD setting for FSP Gold4 release by Bin Meng · 9 years ago
  57. 82977a8 x86: minnowmax: Remove smsc47x superio codes by Bin Meng · 9 years ago
  58. e751844 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · 9 years ago
  59. 6647f57 x86: qemu: Add MP initialization by Bin Meng · 9 years ago
  60. b9f3277 x86: Add a 'pause' instruction in __udelay() for QEMU target by Miao Yan · 9 years ago
  61. 8571ea5 doc: dm: Update pci-info.txt for pci support by Bin Meng · 9 years ago
  62. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · 9 years ago
  63. f78abfb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  64. 200eecd configs: ti_armv7_keystone2: replace addr_uboot with loadaddr by Vitaly Andrianov · 9 years ago
  65. 817c1f0 armv8/ls2085ardb: Add USB support for ls2085ardb by Nikhil Badola · 9 years ago
  66. 0393333 armv8/ls2085aqds: Add USB support for ls2085aqds by Nikhil Badola · 9 years ago
  67. 2b53ade armv8/lsch3/config: Define USB XHCI controller base address for LS2085A by Nikhil Badola · 9 years ago
  68. 883f720 armv8/lsch3/config: Define CONFIG_SYS_CACHELINE_SIZE for LS2085A by Nikhil Badola · 9 years ago
  69. 999273f drivers/ddr/fsl: Adjust bstopre value by York Sun · 9 years ago
  70. 9b39fa2 drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helper by horia.geanta@freescale.com · 9 years ago
  71. 66e26aa drivers/crypto/fsl: fix snooping for write transactions by horia.geanta@freescale.com · 9 years ago
  72. 5016de2 drivers/crypto/fsl: fix "era" property value on LE platforms by horia.geanta@freescale.com · 9 years ago
  73. 5d7d24b drivers/pci/layerscape: Add EP mode support by Minghuan Lian · 9 years ago
  74. c5bc6aa drivers/pci: Add function to find an extended capability by Minghuan Lian · 9 years ago
  75. 9564df6 drivers/fsl-mc: flib changes for mc 8.0.0 by Prabhakar Kushwaha · 9 years ago
  76. befb5cb drivers/crypto/fsl: enable raw data instead of von Neumann data by Alex Porosanu · 10 years ago
  77. 5a0d763 drivers/crypto/fsl: change starting entropy delay value by Alex Porosanu · 10 years ago
  78. f8d6a7f drivers/crypto/fsl: disable RNG oscillator maximum frequency check by Alex Porosanu · 10 years ago
  79. 158cff0 armv7/ls1021a/etsec: Enable Tx Data and TxBD snooping by Alison Wang · 9 years ago
  80. 5dec9d7 armv7/ls1021a: allow OCRAM access permission as R/W in SPL by Alison Wang · 9 years ago
  81. 0b5034c armv7/ls102xa: Fix non-boot cpus cannot correctly fall in spin table by Wang Dongsheng · 9 years ago
  82. 08a01d4 armv7/ls1021atwr: program the regulator for deep sleep by chenhui zhao · 10 years ago
  83. 8b160bc armv7/ls1021atwr: added deep sleep support in uboot by Tang Yuantian · 10 years ago
  84. 3093be7 armv7/lS1021atwr: Enable bootscript for secure boot by gaurav rana · 10 years ago
  85. d64f1a4 driver/qe: use strncpy instead of strcpy by Zhao Qiang · 10 years ago
  86. 7879a49 drivers/qe: transform parameter to compatible type by Zhao Qiang · 10 years ago
  87. 065bab8 armv7/ls1021a: Reserve secure code into RAM instead of OCRAM by Zhuoyu Zhang · 10 years ago
  88. 3e120f6 Prepare v2015.10-rc1 by Tom Rini · 9 years ago
  89. 4a43fe9 fsl_esdhc.c: Always make check_and_invalidate_dcache_range available by Tom Rini · 9 years ago
  90. 65022b3 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  91. 73f3ccb arm: mx6: tqma6: fix build for WRU-IV baseboard by Stefano Babic · 9 years ago
  92. dbf316a imx: mx6ul_14x14_evk add basic board support by Peng Fan · 9 years ago
  93. 96605db imx: imx6_spl add mx6ul support by Peng Fan · 9 years ago
  94. 98f11a1 imx:mx6ul add dram spl configuration and header file by Peng Fan · 9 years ago
  95. 3df187a mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL by Peng Fan · 9 years ago
  96. f5dd87e mxc: gpio add i.MX6UL support by Peng Fan · 9 years ago
  97. 80b2415 imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL by Peng Fan · 9 years ago
  98. cf333da imx: mx6ul update soc related settings by Peng Fan · 9 years ago
  99. 6ac4a43 imx: mx6ul select SYS_L2CACHE_OFF by Peng Fan · 9 years ago
  100. 40a6ed1 imx:mx6ul add clock support by Peng Fan · 9 years ago