1. d1cd045 x86: Emit post codes in startup code for Chromebooks by Simon Glass · 10 years ago
  2. fce7b27 x86: Build a .rom file which can be flashed to an x86 machine by Simon Glass · 10 years ago
  3. 8ef0757 x86: Add chromebook_link board by Simon Glass · 10 years ago
  4. c03c951 x86: ifdtool: Allow creation of an empty ROM by Simon Glass · 10 years ago
  5. 5c1b685 x86: Allow timer calibration to work on ivybridge by Simon Glass · 10 years ago
  6. a5eb04d x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  7. 727c1a9 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
  8. 003504b x86: Remove unnecessary find_fdt(), prepare_fdt() functions by Simon Glass · 10 years ago
  9. 21b9b14 x86: Add processor functions to halt and get stack pointer by Simon Glass · 10 years ago
  10. 880a3cc x86: config: Move common x86 configs to a common file by Simon Glass · 10 years ago
  11. cd392fe x86: Add ifdtool for working with Intel Flash Descriptor ROM images by Simon Glass · 10 years ago
  12. e5901c9 dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
  13. 469a579 dm: serial: Move current serial port pointer to global_data by Simon Glass · 10 years ago
  14. a9f04d4 fdt: Add a function to decode a variable-sized u32 array by Simon Glass · 10 years ago
  15. 768e0f5 Move early malloc() to before arch_cpu_init() by Simon Glass · 10 years ago
  16. 6cba6b9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · 10 years ago
  17. 258b135 x86: Save TSC frequency in the global data by Bin Meng · 10 years ago
  18. 80de049 x86: Add quick TSC calibration via PIT by Bin Meng · 10 years ago
  19. 076bb44 x86: Do TSC MSR calibration only for known/supported CPUs by Bin Meng · 10 years ago
  20. 52f952b x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  21. f67cd51 x86: Save the BIST value on reset by Simon Glass · 10 years ago
  22. e1ffd81 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
  23. 8b37c76 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
  24. 07387d1 x86: Use the standard dram_init() function by Simon Glass · 10 years ago
  25. 76f90f3 x86: Tidy up global descriptor table setup by Simon Glass · 10 years ago
  26. 3c00695 x86: Invalidate TLB as early as possible by Simon Glass · 10 years ago
  27. 85d8732 x86: Remove board_init16() call which is not used by Simon Glass · 10 years ago
  28. bc48806 x86: Remove REALMODE_BASE which is no longer used by Simon Glass · 10 years ago
  29. 933cdbb fdt: Try to use fdt_address_cells()/fdt_size_cells() by Simon Glass · 10 years ago
  30. 2640387 fdt: Add a function to decode a named memory region by Simon Glass · 10 years ago
  31. 41f09bb fdt: Change fdt_pack_reg() to static and fix types by Simon Glass · 10 years ago
  32. c654b51 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  33. 6f4dbc2 fdt: Tidy up error handling in image_setup_libfdt() by Simon Glass · 10 years ago
  34. f3cc44f fdt: Enhance flashmap function to deal with region properties by Simon Glass · 10 years ago
  35. 7648983 fdt: Use the correct return types for fdtdec_decode_region() by Simon Glass · 10 years ago
  36. a9e8e29 fdt: Export the fdt_find_or_add_subnode() function by Simon Glass · 10 years ago
  37. 4ba98dc fdt: Report failure of ft_board_setup() by Simon Glass · 10 years ago
  38. e895a4b fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  39. 111396c linux/kernel.h: add typechecking to roundup macro by Masahiro Yamada · 10 years ago
  40. 48c7ea3 linux/kernel.h: import more macros by Masahiro Yamada · 10 years ago
  41. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  42. 9e57a1c include/common.h: remove DIV_ROUND definition by Masahiro Yamada · 10 years ago
  43. 4515992 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
  44. 3fd968e ARM: remove CONFIG_ARM1136 defines by Masahiro Yamada · 10 years ago
  45. 5d7b131 ARM: remove CONFIG_ARM926EJS defines by Masahiro Yamada · 10 years ago
  46. f216844 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · 10 years ago
  47. 7c8f61f ARM: remove CONFIG_ARM1176 defines by Masahiro Yamada · 10 years ago
  48. 3fcfe80 ARM: remove CONFIG_ARMV7 defines by Masahiro Yamada · 10 years ago
  49. 593243d imx: imx6q/dlsabreauto: Add PMIC Pfuze100 support by Ye.Li · 10 years ago
  50. 1f98e31 imx: mx6sxsabresd: Use the pfuze common init function by Ye.Li · 10 years ago
  51. f0fabb7 imx: mx6sabresd: Use the pfuze common init function by Ye.Li · 10 years ago
  52. 5051ff5 imx: mx6sabre common: Factorize the Pfuze init function by Ye.Li · 10 years ago
  53. 36523e9 power: pfuze100: Update definitions for buck regulators by Ye.Li · 10 years ago
  54. d0fbca2 imx: mx6sxsabresd: Add board support for USDHC2 and USDHC3 by Ye.Li · 10 years ago
  55. a3d6e38 mmc: fsl_esdhc: Update esdhc driver for iMX6SX by Ye.Li · 10 years ago
  56. ae80eec mx6sabresd: Access SRC_SBMR1 register via structure by Fabio Estevam · 10 years ago
  57. b6d7810 tqma6: use imx_ddr_size by Markus Niebel · 10 years ago
  58. fd53ec5 tqma6: add warning on failed setup_i2c by Markus Niebel · 10 years ago
  59. 8cc65d3 tqma6: add missing include by Markus Niebel · 10 years ago
  60. 5283546 tqma6: (cosmetic) remove CONFIG_FLASH_SECTOR_SIZE by Markus Niebel · 10 years ago
  61. 31b9023 mx6sabresd: Add mx6sabresd_spl_defconfig to MAINTAINERS entry by Fabio Estevam · 10 years ago
  62. d7bc7e6 mx6sxsabresd: Simplify the return value of setup_fec() by Fabio Estevam · 10 years ago
  63. da5019e mx6slevk: Simplify the return value of setup_fec() by Fabio Estevam · 10 years ago
  64. c9c41d0 mx6sabresd: State that only mx6q is supported in SPL by Fabio Estevam · 10 years ago
  65. 1769502 mx53loco: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  66. 05beb8e wandboard: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  67. 3cb4b71 tools/msximage.c: fix warning about nptr possibly uninitialized by Albert ARIBAUD · 10 years ago
  68. cdbdde3 mx6qsabreauto: Add parallel NOR flash support by Fabio Estevam · 10 years ago
  69. 573960a mx6: add weim registers by Fabio Estevam · 10 years ago
  70. 32c81ea imx: consolidate set_chipselect_size function by Fabio Estevam · 10 years ago
  71. 53b7f18 mx6: Use a common SPL configuration file by Fabio Estevam · 10 years ago
  72. 7d29acd novena: Move the DCD settings to spl code by Fabio Estevam · 10 years ago
  73. e25fbe3 gw_ventana: Move the DCD settings to spl code by Fabio Estevam · 10 years ago
  74. 6e9b6bb mx6sabresd: Move the DCD settings to spl code by Fabio Estevam · 10 years ago
  75. db544b9 imx: fix exception vectors relocation in imx27 by Albert ARIBAUD · 10 years ago
  76. 28970ef cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S by Albert ARIBAUD · 10 years ago
  77. adc5a66 imx: mx6slevk: Change default mmcdev to USDHC2 device by Ye.Li · 10 years ago
  78. 0509553 imx:mx6sxsabresd fix pfuz probe failed by Peng Fan · 10 years ago
  79. 7a13995 ARM: mxs: tools: Add support for boot progress display flag by Alexey Ignatov · 10 years ago
  80. 4d70b34 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
  81. c44d3cd Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  82. f10834e Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  83. 3b4b9a3 mmc: fsl_esdhc: fix f_max retrieval during init by Markus Niebel · 10 years ago
  84. c35f869 net/fm: add 2.5G SGMII support by Shengzhou Liu · 10 years ago
  85. 3ce21c8 powerpc/t2080qds: fix for 1000BASE-KX by Shaohui Xie · 10 years ago
  86. 0c6de88 usb: ehci: do not set the LSB of Current qTD pointer by Masahiro Yamada · 10 years ago
  87. 5632d15 u_qe: add u_qe_upload_firmware for u_qe by Zhao Qiang · 10 years ago
  88. d8222db arm: ls102xa: Fixed a register definition error by Tang Yuantian · 10 years ago
  89. eaa859e qe: add qe support for ls1021a-twr board by Zhao Qiang · 10 years ago
  90. 63e75fd qe: add qe support to ls1021aqds by Zhao Qiang · 10 years ago
  91. 93d3320 qe: add u-qe support to arm board by Zhao Qiang · 10 years ago
  92. f0644da powerpc/t2080qds: fixup dtb for 10g-kr by shaohui xie · 10 years ago
  93. 6c3c575 config: MPC837X : Add complete USB EHCI support by Nikhil Badola · 10 years ago
  94. 1b5c2b5 powerpc/t4rdb: Fix CPLD timing by Chunhe Lan · 10 years ago
  95. e9caf76 board/t2080qds: add readme for t2080qds by Shengzhou Liu · 10 years ago
  96. 5eabbae P1023RDB: Update default environment by Chunhe Lan · 10 years ago
  97. 5fc3494 powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage by Stefan Roese · 10 years ago
  98. c07e8da powerpc: mpc52xx: a3m071/a4m2k: Convert to generic board by Stefan Roese · 10 years ago
  99. 746a36a powerpc: mpc52xx: a4m072: Convert to generic board by Stefan Roese · 10 years ago
  100. 50dcf89 mpc83xx: Add gdsys hrcon board by Dirk Eibach · 10 years ago