1. 7698d36 x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selected by Bin Meng · 10 years ago
  2. 8cb20cc x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig by Bin Meng · 10 years ago
  3. 3ba6a0f x86: Allow a hardcoded TSC frequency provided by Kconfig by Bin Meng · 10 years ago
  4. 5c564b0 x86: coreboot: Set up timer base correctly by Bin Meng · 10 years ago
  5. b2439ae x86: fsp: Drop get_hob_type() and get_hob_length() by Bin Meng · 10 years ago
  6. cb3b2e6 x86: Add an 'mtrr' command to list and adjust MTRRs by Simon Glass · 10 years ago
  7. c72f74e x86: ivybridge: Update microcode early in boot by Simon Glass · 10 years ago
  8. 801d70c x86: Disable CAR before relocation on platforms that need it by Simon Glass · 10 years ago
  9. 7b00896 x86: ivybridge: Add a way to turn off the CAR by Simon Glass · 10 years ago
  10. db55bd7 x86: Commit the current MTRRs before relocation by Simon Glass · 10 years ago
  11. aaafcd6 x86: ivybridge: Request MTRRs for DRAM regions by Simon Glass · 10 years ago
  12. 9818a00 x86: ivybridge: Set up an MTRR for the video frame buffer by Simon Glass · 10 years ago
  13. aff2523 x86: Add support for MTRRs by Simon Glass · 10 years ago
  14. 3a5659f x86: ivybridge: Drop support for ROM caching by Simon Glass · 10 years ago
  15. f4a6f0a x86: Tidy up VESA mode numbers by Simon Glass · 10 years ago
  16. 818f602 x86: Use cache, don't clear the display in video BIOS by Simon Glass · 10 years ago
  17. d19ee5c x86: ivybridge: Only run the Video BIOS when video is enabled by Simon Glass · 10 years ago
  18. 6c911c4 x86: Drop RAMTOP Kconfig by Simon Glass · 10 years ago
  19. bbd43d6 x86: Correct XIP_ROM_SIZE by Simon Glass · 10 years ago
  20. b21b208 x86: crownbay: Add pci devices in the dts file by Bin Meng · 10 years ago
  21. 1eb47ef x86: Use ePAPR defined properties for x86-uart by Bin Meng · 10 years ago
  22. 5f1459d ppc4xx: remove some CPCI405 variants by Matthias Fuchs · 10 years ago
  23. 5f8f629 ppc4xx: remove G2000 board by Matthias Fuchs · 10 years ago
  24. fc88a5b ppc4xx: remove WUH405 board by Matthias Fuchs · 10 years ago
  25. 807db88 ppc4xx: remove VOH405 board by Matthias Fuchs · 10 years ago
  26. d526330 ppc4xx: remove PMC405 board by Matthias Fuchs · 10 years ago
  27. dbe7bb0 ppc4xx: remove PCI405 board by Matthias Fuchs · 10 years ago
  28. cc6e715 ppc4xx: remove OCRTC board by Matthias Fuchs · 10 years ago
  29. e434d5d ppc4xx: remove HUB405 board by Matthias Fuchs · 10 years ago
  30. 843125d ppc4xx: remove HH405 board by Matthias Fuchs · 10 years ago
  31. 7ac9d47 ppc4xx: remove DU440 board by Matthias Fuchs · 10 years ago
  32. bc11407 ppc4xx: remove DU405 board by Matthias Fuchs · 10 years ago
  33. 9a4018e ppc4xx: remove DP405 board by Matthias Fuchs · 10 years ago
  34. 3705726 ppc4xx: remove CPCIISER4 board by Matthias Fuchs · 10 years ago
  35. 2404124 ppc4xx: remove CMS700 board by Matthias Fuchs · 10 years ago
  36. b5e7c84 ppc4xx: remove ASH405 board by Matthias Fuchs · 10 years ago
  37. 61b57c4 ppc4xx: remove AR405 board by Matthias Fuchs · 10 years ago
  38. 2b8a04e ppx4xx: remove APC405 board by Matthias Fuchs · 10 years ago
  39. cbdc662 m68k: remove TASREG board by Matthias Fuchs · 10 years ago
  40. 949dbc1 x86: Simplify the fsp hob access functions by Bin Meng · 10 years ago
  41. 8f9052f pci: Make pci apis usable before relocation by Bin Meng · 10 years ago
  42. fa5530b x86: Support pci bus scan in the early phase by Bin Meng · 10 years ago
  43. 4722c03 x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c by Bin Meng · 10 years ago
  44. 120c416 x86: Clean up the board dts files by Bin Meng · 10 years ago
  45. 9ca5a0c x86: Rename coreboot.dsti to serial.dtsi by Bin Meng · 10 years ago
  46. 57706e4 x86: Remove alex.dts in arch/x86/dts by Bin Meng · 10 years ago
  47. 4c8c485 arc: introduce "mdbtrick" target by Alexey Brodkin · 10 years ago
  48. 75d7a0d arm: build arch memset/memcpy in Thumb2 mode by Stefan Agner · 10 years ago
  49. f10d86d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  50. 906d6fe mx25: Fix boot hang by avoiding vector relocation by Fabio Estevam · 10 years ago
  51. 8ed5e4c mx25: Remove empty line after printing the reset cause by Fabio Estevam · 10 years ago
  52. b4ad44b ARM: UniPhier: add UART initialization routine for low-level debug by Masahiro Yamada · 10 years ago
  53. 2661dfd ARM: UniPhier: enable output of system bus by Masahiro Yamada · 10 years ago
  54. 5e165b2 ARM: UniPhier: fix SRAM size on support card by Masahiro Yamada · 10 years ago
  55. 653cda8 dt: socfpga: Replace num-chipselect with num-cs by Marek Vasut · 10 years ago
  56. 7411486 dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssi by Marek Vasut · 10 years ago
  57. fc07889 Merge branch 'misc' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  58. 9332274 cros-ec-keyboard: Synchronize DT binding from linux by Sjoerd Simons · 10 years ago
  59. 58927a9 keystone: set default pci mode to root complex by Karicheri, Muralidharan · 10 years ago
  60. 87791ad arm: omap: reset sata on boot by Dmitry Lifshitz · 10 years ago
  61. 8decf5d OMAP5+: sata/scsi: implement scsi_bus_reset() by Dmitry Lifshitz · 10 years ago
  62. 2509814 Revert "ARM: omap4: Update sdram setting for panda rev A6" by Nishanth Menon · 10 years ago
  63. 38e5a5a ARM: OMAP4: Panda: rework DMM logic by Nishanth Menon · 10 years ago
  64. b310792 omap-common/hwinit-common.c: timer_init() doesn't need to touch gd by Tom Rini · 10 years ago
  65. b352dde am33xx: Drop timer_init call from s_init by Tom Rini · 10 years ago
  66. 57b5e43 socfpga: Drop redundant save_boot_params by Tom Rini · 10 years ago
  67. 97a8196 ARM: bootm: do not add PSCI to fdt when booting in secure mode. by Ian Campbell · 10 years ago
  68. d622ac3 powerpc: mpc824x: remove MPC824X cpu support by Masahiro Yamada · 10 years ago
  69. 9067b30 mpc8260: remove atc board support by Masahiro Yamada · 10 years ago
  70. f7e1af8 mpc8260: remove CPU86, CPU87 board support by Masahiro Yamada · 10 years ago
  71. e2b1962 mpc8260: remove ep82xxm board support by Masahiro Yamada · 10 years ago
  72. 8eecbaf mpc8260: remove gw8260 board support by Masahiro Yamada · 10 years ago
  73. 87882f5 mpc8260: remove IPHASE4539 board support by Masahiro Yamada · 10 years ago
  74. d2fd1d6 mpc8260: remove muas3001 board support by Masahiro Yamada · 10 years ago
  75. dc0b2fb mpc8260: remove PM825, PM826, PM828 board support by Masahiro Yamada · 10 years ago
  76. b3a2bbe mpc8260: remove MPC8266ADS board support by Masahiro Yamada · 10 years ago
  77. cc90905 mpc8260: remove VoVPN-GW board support by Masahiro Yamada · 10 years ago
  78. 4ad015b mpc8260: remove ep8260 board support by Masahiro Yamada · 10 years ago
  79. 793116d mpc8260: remove ppmc8260 board support by Masahiro Yamada · 10 years ago
  80. b35c0ad mpc8260: remove sacsng board support by Masahiro Yamada · 10 years ago
  81. d19f6a6 powerpc: remove cogent_8xx, cogent_mpc8260 board support by Masahiro Yamada · 10 years ago
  82. af0e351 mpc8xx: remove ESTEEM192E board support by Masahiro Yamada · 10 years ago
  83. 5ec7110 mpc8xx: remove IP860 board support by Masahiro Yamada · 10 years ago
  84. ca620cd mpc8xx: remove IVMS8, IVML24 board support by Masahiro Yamada · 10 years ago
  85. acc2372 mpc8xx: remove lwmon board support by Masahiro Yamada · 10 years ago
  86. f017cd7 mpc8xx: remove NETVIA board support by Masahiro Yamada · 10 years ago
  87. 79cbecb mpc8xx: remove R360MPI board support by Masahiro Yamada · 10 years ago
  88. 8737fc7 mpc8xx: remove RRvision board support by Masahiro Yamada · 10 years ago
  89. 72ba368 mpc8xx: remove SPD823TS board support by Masahiro Yamada · 10 years ago
  90. 4317d07 mpc8xx: remove KUP4X, KUP4K board support by Masahiro Yamada · 10 years ago
  91. 3c5b20f mpc8xx: remove ELPT860 board support by Masahiro Yamada · 10 years ago
  92. ceaf499 powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support by Masahiro Yamada · 10 years ago
  93. 5d2a5ef mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 support by Masahiro Yamada · 10 years ago
  94. b4a0b40 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  95. a74a4a8 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  96. b93ab2e arm:mx6sx add QSPI support by Peng Fan · 10 years ago
  97. 6d76e2a Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  98. 5523cc2 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  99. f23041a Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  100. 87b27c7 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 10 years ago