1. e799485 x86: broadwell: Add reference code support by Simon Glass · 9 years ago
  2. 08cb742 x86: broadwell: Add an LPC driver by Simon Glass · 9 years ago
  3. da3363d x86: broadwell: Add a northbridge driver by Simon Glass · 9 years ago
  4. d2c29d9 x86: broadwell: Add a SATA driver by Simon Glass · 9 years ago
  5. b24f5c4 x86: broadwell: Add a pinctrl driver by Simon Glass · 9 years ago
  6. 1e6f4e5 x86: broadwell: Add a PCH driver by Simon Glass · 9 years ago
  7. 2f3f477 x86: Add basic support for broadwell by Simon Glass · 9 years ago
  8. 0adf8d3 x86: Add support for running Intel reference code by Simon Glass · 9 years ago
  9. 779653b x86: Drop all the old pin configuration code by Simon Glass · 9 years ago
  10. 7ac99be x86: Add an ICH6 pin configuration driver by Simon Glass · 9 years ago
  11. 0a10f44 x86: link: Add pin configuration to the device tree by Simon Glass · 9 years ago
  12. e77b62e x86: Update microcode for secondary CPUs by Simon Glass · 9 years ago
  13. 6499277 x86: ivybridge: Show microcode version for each core by Simon Glass · 9 years ago
  14. 6bcb675 x86: Record the CPU details when starting each core by Simon Glass · 9 years ago
  15. f7d35bc x86: Move common MRC Kconfig options to the common file by Simon Glass · 9 years ago
  16. 005174d x86: Allow I/O functions to use pointers by Simon Glass · 9 years ago
  17. 30928c1 x86: Add macros to clear and set I/O bits by Simon Glass · 9 years ago
  18. b70e742 x86: ivybridge: Drop sandybridge_early_init() by Simon Glass · 9 years ago
  19. 8b900a4 x86: Move Intel Management Engine code to a common place by Simon Glass · 9 years ago
  20. 2a605d4 x86: Rename PORT_RESET to IO_PORT_RESET by Simon Glass · 9 years ago
  21. 50dd3da x86: Move common CPU code to its own place by Simon Glass · 9 years ago
  22. 8c30b57 x86: Move common LPC code to its own place by Simon Glass · 9 years ago
  23. bb096b9 x86: Add the root-complex block to common intel registers by Simon Glass · 9 years ago
  24. 06d336c x86: Create a common header for Intel register access by Simon Glass · 9 years ago
  25. 9e66506 x86: Move microcode code to a common location by Simon Glass · 9 years ago
  26. 1223d73 x86: Move cache-as-RAM code into a common location by Simon Glass · 9 years ago
  27. 342727a x86: cpu: Add functions to return the family and stepping by Simon Glass · 9 years ago
  28. 5a34957 x86: broadwell: Add a few microcode files by Simon Glass · 9 years ago
  29. d116b53 x86: Add comments to the SIPI vector by Simon Glass · 9 years ago
  30. 2254e34 x86: Tidy up mp_init to reduce duplication by Simon Glass · 9 years ago
  31. fde4677 x86: Correct duplicate POST values by Simon Glass · 9 years ago
  32. d6d50db x86: gpio: Correct GPIO setup ordering by Simon Glass · 9 years ago
  33. 963a811 x86: dts: link: Add board ID GPIOs by Simon Glass · 9 years ago
  34. a86d454 x86: dts: link: Move SPD info into the memory controller by Simon Glass · 9 years ago
  35. e9822d4 x86: link: Add required GPIO properties by Simon Glass · 9 years ago
  36. 8bf08b4 x86: Add some more common MSR indexes by Simon Glass · 9 years ago
  37. 6d24a1e x86: cpu: Make the vendor table const by Simon Glass · 9 years ago
  38. 3cf2371 x86: Support booting SeaBIOS by Bin Meng · 9 years ago
  39. 26f9a9b x86: Implement functions for writing coreboot table by Bin Meng · 9 years ago
  40. ff94c21 x86: Support writing configuration tables in high area by Bin Meng · 9 years ago
  41. ef4d0a5 x86: Simplify codes in write_tables() by Bin Meng · 9 years ago
  42. 358bb3f x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
  43. 897e1dc x86: Use a macro for ROM table alignment by Bin Meng · 9 years ago
  44. a5221b5 x86: Change to use start/end address pair in write_tables() by Bin Meng · 9 years ago
  45. f2d0690 x86: Clean up coreboot_tables.h by Bin Meng · 9 years ago
  46. 1329020 x86: Move sysinfo related to sysinfo.h by Bin Meng · 9 years ago
  47. f1d6fda x86: Move asm/arch-coreboot/tables.h to a common place by Bin Meng · 9 years ago
  48. f8a4826 spl: arm: Make sure to include all of the u_boot_list entries by Tom Rini · 9 years ago
  49. f5af082 arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XX by Tom Rini · 9 years ago
  50. 80485af ARM: keystone2: Only link cmd_ddr3.o on non-SPL builds by Tom Rini · 9 years ago
  51. 534bc70 ARM: keystone2: Switch to using the poweroff command by Tom Rini · 9 years ago
  52. aadd336 ARM: keystone2: Split monitor code / command code by Tom Rini · 9 years ago
  53. 3eb80d1 ARM: DRA7: DDR: Enable SR in Power Management Control by Nishanth Menon · 9 years ago
  54. cc4a474 arm: Allow EFI payload code to take exceptions by Alexander Graf · 9 years ago
  55. 6498291 arm64: Allow EFI payload code to take exceptions by Alexander Graf · 9 years ago
  56. 4c2cc7c arm64: Allow exceptions to return by Alexander Graf · 9 years ago
  57. 50149ea efi_loader: Add runtime services by Alexander Graf · 9 years ago
  58. 19503c3 arm64: Only allow dcache disabled in SPL builds by Alexander Graf · 9 years ago
  59. 7985cdf arm64: Remove non-full-va map code by Alexander Graf · 9 years ago
  60. b30291a tegra: Replace home grown mmu code with generic table approach by Alexander Graf · 9 years ago
  61. 96519f3 zymqmp: Replace home grown mmu code with generic table approach by Alexander Graf · 9 years ago
  62. d473f0c thunderx: Move mmu table into board file by Alexander Graf · 9 years ago
  63. 5e2ec77 arm64: Make full va map code more dynamic by Alexander Graf · 9 years ago
  64. 9bb367a arm64: Disable TTBR1 maps in EL1 by Alexander Graf · 9 years ago
  65. 0691484 thunderx: Calculate TCR dynamically by Alexander Graf · 9 years ago
  66. 69847dd omap4: Check warm reset for reboot mode validity by Paul Kocialkowski · 9 years ago
  67. faec3f9 omap4: Reboot mode support by Paul Kocialkowski · 9 years ago
  68. 6e495a4 omap4: Properly enable USB PHY clocks by Paul Kocialkowski · 9 years ago
  69. 5e56b0a omap-common: clocks-common: Setup USB DPLL when MUSB is in use by Paul Kocialkowski · 9 years ago
  70. ae51b57 Amazon Kindle Fire (first generation) codename kc1 support by Paul Kocialkowski · 9 years ago
  71. 14689ad omap4: Move i2c clocks enable to enable_basic_clocks by Paul Kocialkowski · 9 years ago
  72. 437086b omap4: Remove duplicate CM_L3INIT_USBPHY_CLKCTRL reference and whitespace by Paul Kocialkowski · 9 years ago
  73. 3832e54 omap-common: Remove deprecated arch_cpu_init code by Paul Kocialkowski · 9 years ago
  74. 3ef56e6 omap-common: Rename set_muxconf_regs_essential to set_muxconf_regs by Paul Kocialkowski · 9 years ago
  75. ed5ddeb omap4: Export jedec sdram timings by Paul Kocialkowski · 9 years ago
  76. 96703ac omap4: Export elpidia sdram timings by Paul Kocialkowski · 9 years ago
  77. 7cb998b omap4: Export elpidia sdram device details by Paul Kocialkowski · 9 years ago
  78. 90ca5df omap3: Use a define for reboot reason offset by Paul Kocialkowski · 9 years ago
  79. c5412b0 omap3: String-based reboot mode handling by Paul Kocialkowski · 9 years ago
  80. 4d339a9 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  81. 88033d7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  82. 0ea6cc1 arm64: define _image_binary_end to fix SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  83. a763883 ARM: DRA7: Move emif settings to board specific files by Lokesh Vutla · 9 years ago
  84. 25afe55 ARM: DRA7: Enable EEPROM support by Lokesh Vutla · 9 years ago
  85. 2f6ed3b ARM: Various: Future-proof serial platdata by Adam Ford · 9 years ago
  86. e850ed8 ARM: OMAP4+: Allow arch specfic code to use early DM by Lokesh Vutla · 9 years ago
  87. 29c20ba ARM: DRA7: emif: Enable interleaving for higher address space by Lokesh Vutla · 9 years ago
  88. e3ce3aa ARM: DRA7: emif: Check for enable bits before updating leveling output by Lokesh Vutla · 9 years ago
  89. 4571c51 ARM: DRA7: emif: Fix DDR init sequence during warm reset by Lokesh Vutla · 9 years ago
  90. de09547 ARM: DRA7: emif: Fix updating of refresh ctrl shadow by Lokesh Vutla · 9 years ago
  91. 8efc243 ARM: keystone2: use detected ddr3a size by Vitaly Andrianov · 9 years ago
  92. d9a76e7 ARM: keystone2: use SPD info to configure K2HK and K2E DDR3 by Vitaly Andrianov · 9 years ago
  93. ef76ebb ARM: keystone2: K2G: Add support for different arm/device speeds by Lokesh Vutla · 9 years ago
  94. 5cd1f6b ARM: keystone2: Allow for board specific speed definitions by Lokesh Vutla · 9 years ago
  95. f2a8279 ARM: keystone2: K2G: power-off DSP during boot by Suman Anna · 9 years ago
  96. 4ed8b2c ARM: keystone2: Use macro for DSP GEM power domain by Suman Anna · 9 years ago
  97. 2ac07f7 arm: Add support for LEGO MINDSTORMS EV3 by David Lechner · 9 years ago
  98. 606e4ac ARM: dts: k2g: Add support for PMMC by Nishanth Menon · 9 years ago
  99. ec00b2e ARM: keystone2: psc: introduce function to hold and release module in reset. by Nishanth Menon · 9 years ago
  100. 7ca12b9 ARM: keystone2: psc-defs: use adequate () for macros by Nishanth Menon · 9 years ago