1. 47b8e52 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 11 years ago
  2. 38d240d Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  3. 374e837 input: Finish simplifing key_matrix_decode_fdt() by Stephen Warren · 11 years ago
  4. 397bfd4 checkpatch.pl: Add 'printf' to logFunctions by Tom Rini · 11 years ago
  5. edfcf85 am33xx/omap4+: Move SRAM_SCRATCH_SPACE_ADDR to <asm/arch/omap.h> by Tom Rini · 11 years ago
  6. ea697ae ARM: bcm2835: add simplefb DT node during bootz/m by Stephen Warren · 11 years ago
  7. 6a195d2 lcd: add functions to set up simplefb device tree by Stephen Warren · 11 years ago
  8. eecf9e2 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  9. 1318d00 Merge branch 'tpm' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  10. 4596dcc am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c by Tom Rini · 11 years ago
  11. 320d974 am33xx: Correct NON_SECURE_SRAM_START/END by Tom Rini · 11 years ago
  12. 0ac6db2 omap-common/hwinit-common.c: Mark omap_rev_string as static by Tom Rini · 11 years ago
  13. 99bd544 fdt: allow bootdelay to be specified via device tree by Stephen Warren · 12 years ago
  14. df637fa input: simplify key_matrix_decode_fdt() by Stephen Warren · 12 years ago
  15. e573617 input: fix unaligned access in key_matrix_decode_fdt() by Stephen Warren · 12 years ago
  16. b8521b7 common: board_f: Do not call board_postclk_init twice by Masahiro Yamada · 12 years ago
  17. 67cd4a6 disk: Fix possible out-of-bounds access in part_efi.c by Marek Vasut · 12 years ago
  18. 301e803 sandbox: image: Create a test for loading FIT images by Simon Glass · 12 years ago
  19. 13167da bootstage: Remove unused entries related to kernel/ramdisk/fdt load by Simon Glass · 12 years ago
  20. c6ac13b sandbox: image: Adjust FIT image printing to work with sandbox by Simon Glass · 12 years ago
  21. 4651800 image: Use fit_image_load() to load kernel by Simon Glass · 12 years ago
  22. aed161e sandbox: Adjust bootm command to work with sandbox by Simon Glass · 12 years ago
  23. 53f375f image: Use fit_image_load() to load FDT by Simon Glass · 12 years ago
  24. a51ec63 image: Use fit_image_load() to load ramdisk by Simon Glass · 12 years ago
  25. 782cfbb image: Introduce fit_image_load() to load images from FITs by Simon Glass · 12 years ago
  26. 2434c66 mkimage: Add map_sysmem() and IH_ARCH_DEFAULT to simplfy building by Simon Glass · 12 years ago
  27. a2cc9bf bootstage: Introduce sub-IDs for use with image loading by Simon Glass · 12 years ago
  28. d34d186 main: Add debug_bootkeys to avoid #ifdefs by Simon Glass · 12 years ago
  29. 3e40887 main: Add debug_parser() to avoid #ifdefs by Simon Glass · 12 years ago
  30. fbcdf32 main: Correct header order by Simon Glass · 12 years ago
  31. 4933381 main: Fix typos and checkpatch warnings in command line reading by Simon Glass · 12 years ago
  32. f2abca8 main: Use get/setenv_ulong() by Simon Glass · 12 years ago
  33. bc2b4c2 main: Move boot_delay code into its own function by Simon Glass · 12 years ago
  34. 063ae00 main: Separate out the two abortboot() functions by Simon Glass · 12 years ago
  35. ea5427e net: Add prototype for update_tftp by Simon Glass · 12 years ago
  36. 6236fd7 at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263 by Simon Glass · 12 years ago
  37. 4bfd000 bug, nand, am33xx: nand->ecc.strength not set in board_nand_init() by Sergey Lapin · 11 years ago
  38. 1b393db tpm: Reorganize the I2C TPM driver by Tom Wai-Hong Tam · 12 years ago
  39. ec34fa5 tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Vincent Palatin · 12 years ago
  40. 5bdf46b x86: config: Reflect the name changes of LPC TPM configs by Tom Wai-Hong Tam · 12 years ago
  41. 90899cc tpm: Rename generic_lpc_tpm to tpm_tis_lpc by Che-liang Chiou · 12 years ago
  42. d6639d1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  43. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  44. 3da0e57 arm: factorize relocate_code routine by Albert ARIBAUD · 12 years ago
  45. fa6c741 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 12 years ago
  46. 91607ac tx25: copy SPL directly, not using relocate_code. by Albert ARIBAUD · 12 years ago
  47. 3acb324 mx31pdk: copy SPL directly, not using relocate_code. by Albert ARIBAUD · 12 years ago
  48. a19b0dd Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  49. 60985bb tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build by Axel Lin · 12 years ago
  50. 578e637 ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit by Axel Lin · 12 years ago
  51. 20583d0 ARM: tegra: support SKU 7 of Tegra20 by Stephen Warren · 12 years ago
  52. 840167c ARM: tegra: support SKU 1 of Tegra114 by Stephen Warren · 12 years ago
  53. 9972db5 tegra: always build u-boot-nodtb-tegra.bin by Stephen Warren · 12 years ago
  54. a51f7de Tegra: clk: always use find_best_divider() for periph clocks by Allen Martin · 12 years ago
  55. d56273d Tegra: Remove unused/non-existent spl linker script reference by Tom Warren · 12 years ago
  56. dcfe863 Tegra: T30: Beaver: Fix board/board_name env vars, s/b beaver, not cardhu by Tom Warren · 12 years ago
  57. a71d45d powerpc/mpc85xx: Clear L1 D-cache lock by York Sun · 12 years ago
  58. 39bdaff SECURE BOOT - Removed deletion of TLB entries code by Ruchika Gupta · 12 years ago
  59. 6eaeba2 powerpc/b4860qds: Add LAW Target ID and Create LAW entry for Maple by Shaveta Leekha · 12 years ago
  60. e14cdc0 powerpc/p5040: fix mdio mux for 10G port by Shaohui Xie · 12 years ago
  61. 8fa0102 powerpc/B4: Merge B4420 and B4860 in config_mpc85xx.h by Poonam Aggrwal · 12 years ago
  62. 1bfb9f1 sf: spansion: Add support for S25FL128S by Xie Xiaobo · 12 years ago
  63. f9539a9 powerpc/p2041: fix serdes reference clock frequency display for PC board by Shaohui Xie · 12 years ago
  64. 0fecbba powerpc/b4860: fix for Serdes connectivity to SFP's by Shaveta Leekha · 12 years ago
  65. 037e19b powerpc/t4240qds: fix PHY reset timeout issue by Shengzhou Liu · 12 years ago
  66. e1379b0 powerpc/t4qds: Add SW7[4] in the DIP switch display by York Sun · 12 years ago
  67. 16d88f4 Enable XAUI interface for B4860QDS by Suresh Gupta · 12 years ago
  68. 49e946c board/t4240qds, b4860qds: LAW/TLB for DCSR set to size 32M by Stephen George · 12 years ago
  69. 94025b1 powerpc/p5040: enable PBL tool support by Shaohui Xie · 12 years ago
  70. f413881 powerpc/t4qds: use clock measurement for sysclk and ddr clock by Ed Swarthout · 12 years ago
  71. 428ea86 powerpc/qixis: add clock measurement registers by Ed Swarthout · 12 years ago
  72. 1b294b7 powerpc/mpc8xxx: Allow DDR overclock by York Sun · 12 years ago
  73. f698143 powerpc/chassis2: Change core numbering scheme by York Sun · 12 years ago
  74. 5f208d1 powerpc/mpc8xxx: Add T1040 and variant SoCs by York Sun · 12 years ago
  75. 3d2972f powerpc/T4160: Merge T4160 and T4240 in config_mpc85xx.h by York Sun · 12 years ago
  76. ee2e0fc powerpc/p5040: enable NAND, SD, SPI boot support by Shaohui Xie · 12 years ago
  77. 9cd95ac Add e6500 L2 replacement policy selection by James Yang · 12 years ago
  78. c79fd50 T4240/ramboot: enable PBL tool for T4240 by Shaohui Xie · 12 years ago
  79. 0aadf4a powerpc/t4240qds: Add VDD override by York Sun · 12 years ago
  80. 0c9ab43 powerpc/mpc85xx: check if core is disabled for showing status by York Sun · 12 years ago
  81. d54097b net/phy: fix select line for TN80xx by Shaohui Xie · 12 years ago
  82. c416faf Enable L2 cache parity/ECC error checking by James Yang · 12 years ago
  83. 9cefbd6 powerpc/t4240qds: Add board detail for bdinfo command by York Sun · 12 years ago
  84. e793946 common: Update cmd_bdinfo for PPC by York Sun · 12 years ago
  85. 53237af cmd_mem: fix cp command by Masahiro Yamada · 12 years ago
  86. c28cbfa ext4: assign get_fs()->dev_desc before using it by Stephen Warren · 12 years ago
  87. fd72569 arm: Enable -ffunction-sections / -fdata-sections / --gc-sections by Tom Rini · 12 years ago
  88. 0ad6c34 ARM: Add Seagate GoFlex Home support by Suriyan Ramasami · 12 years ago
  89. d21c3af ARM: vexpress: enable bootz and hush parser for all VExpress boards by Andre Przywara · 12 years ago
  90. 3d3ae85 ARM: vexpress: add support for Versatile Express Cortex-A15-TC2 by Andre Przywara · 12 years ago
  91. cd4f46e ARM: vexpress: create A5 specific board config by Ryan Harkin · 12 years ago
  92. 9b58a3f ARM: vexpress: refactoring of Versatile Express CA9x4 support by Ryan Harkin · 12 years ago
  93. 24c185c cfi_flash: return NULL for invalid base address input by Masahiro Yamada · 12 years ago
  94. e2e273a cosmetic: cfi_flash: delete a space after an unary operator by Masahiro Yamada · 12 years ago
  95. aedadf1 cfi_flash: Fix unaligned accesses to cfi_qry structure by Andrew Gabbasov · 12 years ago
  96. a1b81ab nand/fsl_ifc: Convert to self-init by Prabhakar Kushwaha · 12 years ago
  97. 453db36 mtd: nand: use ssize_t instead of size_t to prevent infinite loop by htbegin · 12 years ago
  98. 070fd8e mtd: nand: fix the partial page write condition by htbegin · 12 years ago
  99. e834402 nand: adjust erase/read/write partition/chip size for bad blocks by Harvey Chapman · 12 years ago
  100. 98d9d92 nand/fsl_elbc: detect page size at runtime by Scott Wood · 12 years ago