1. 871a57b common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. by Miao Yan · 11 years ago
  2. ed072b9 sandbox: Make map_to_sysmem() use a constant pointer by Simon Glass · 11 years ago
  3. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  4. fc9ae1b exynos: Export timer_get_us() to get microsecond timer by Rajeshwari Shinde · 11 years ago
  5. f835c77 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  6. ba6a169 ARM: add SMP support for non-secure switch by Andre Przywara · 11 years ago
  7. d0b9616 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  8. e8232fe Add parentheses to ALLOC_ALIGN_BUFFER macro's by Mischa Jonker · 11 years ago
  9. 1bce2ae Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  10. aaf5e82 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 11 years ago
  11. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  12. e3c58b0 nds32: Enable the function of passing parameters to Linux by ken kuo · 11 years ago
  13. b2e16a8 Add trace library by Simon Glass · 11 years ago
  14. 063ae00 main: Separate out the two abortboot() functions by Simon Glass · 11 years ago
  15. d6ed322 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 11 years ago
  16. 13d0698 image: Add device tree setup to image library by Simon Glass · 11 years ago
  17. 4f4eab4 usb: common: Use a global definition for 'min3' by Vivek Gautam · 11 years ago
  18. e3288e1 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 11 years ago
  19. b91363c mpc512x: remove dead code by Anatolij Gustschin · 12 years ago
  20. d7ea4d4 disk/iso: Add Support for block sizes > 512 byte to ISO partition support by Egbert Eich · 11 years ago
  21. ae1768a disk/gpt: Fix GPT partition handling for blocksize != 512 by Egbert Eich · 11 years ago
  22. 76b8f79 Add getenv_hex() to return an environment variable as hex by Simon Glass · 11 years ago
  23. 781adb5 sandbox: Provide a way to map from host RAM to U-Boot RAM by Simon Glass · 11 years ago
  24. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago
  25. 5c6db12 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 11 years ago
  26. 959eaa7 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 11 years ago
  27. c2240d4 Adjust board_r.c for ppc by Simon Glass · 12 years ago
  28. 1938f4a Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  29. bfc5996 Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  30. 4213fc2 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  31. bda32ff Update print_buffer() to use const by Simon Glass · 12 years ago
  32. 15a33e4 Add option to display customised memory information by Simon Glass · 12 years ago
  33. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  34. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  35. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  36. c4fa493 Support setenv_ulong() and setenv_addr() for powerpc by Simon Glass · 12 years ago
  37. a821d08 ppc4xx: Remove AP1000 board support by Stefan Roese · 12 years ago
  38. 99bcad1 ppc4xx: Remove IOP480 support by Stefan Roese · 12 years ago
  39. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  40. 9aed508 COMMON: Add __stringify() function by Marek Vasut · 12 years ago
  41. 88d52c6 lib: add gzip lib function callback by Lei Wen · 12 years ago
  42. d51004a Add run_command_list() to run a list of commands by Simon Glass · 13 years ago
  43. 546910f common.h: Remove include compiler.h by Marek Vasut · 12 years ago
  44. de4d113 common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER by Marek Vasut · 12 years ago
  45. 99e139d net: use common rand()/srand() functions by Michael Walle · 12 years ago
  46. 9acf1ca lib: add rand() function by Michael Walle · 12 years ago
  47. 669df7e pxe: add support for parsing local syslinux files by Rob Herring · 12 years ago
  48. e034ea3 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · 12 years ago
  49. 4ef8d53 net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 12 years ago
  50. 8bd07c9 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 12 years ago
  51. 48522bb net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 12 years ago
  52. a35925b Add abs() macro to return absolute value by Simon Glass · 12 years ago
  53. 3786980 Move bootstage timer out of lib/time.c by Simon Glass · 12 years ago
  54. 3fa4977 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  55. 5ff5539 bootstage: Define an optional microsecond timer by Simon Glass · 13 years ago
  56. 097e178 bootstage: Create an initial header for boot progress integers by Simon Glass · 13 years ago
  57. 5307153 Stop using builtin_run_command() by Simon Glass · 13 years ago
  58. 009dde1 Rename run_command2() to run_command() by Simon Glass · 13 years ago
  59. f47360a Rename run_command() to builtin_run_command() by Simon Glass · 13 years ago
  60. 79714c1 Remove CMD_PXE's static on run_command() by Simon Glass · 13 years ago
  61. 8f5d468 davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  62. 9c34831 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  63. d0b8fee Revert "common.h: remove value from bool defines" by Wolfgang Denk · 13 years ago
  64. 914c9ee common.h: remove value from bool defines by Igor Grinberg · 13 years ago
  65. 9785c90 Move vsprintf functions into their own header by Simon Glass · 13 years ago
  66. 295d394 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  67. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  68. 88a85fb DEBUG: Fix debug macros by Marek Vasut · 13 years ago
  69. bbb0b12 fdt: Add support for embedded device tree (CONFIG_OF_EMBED) by Simon Glass · 13 years ago
  70. 1aec244 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  71. d67f10c Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  72. 3cce8a5 Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  73. 46a6d51 cache: add ALLOC_CACHE_ALIGN_BUFFER macro by Anton staaf · 13 years ago
  74. 4a9b413 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  75. 1e41f5a cache: include asm/cache.h for ARCH_DMA_MINALIGN definition by Anton Staaf · 13 years ago
  76. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  77. e708384 nds32: add NDS32 support into common header file by Macpaul Lin · 13 years ago
  78. 744d985 sandbox: Add architecture header files by Simon Glass · 13 years ago
  79. 06283a6 Add pxe command by Jason Hobbs · 13 years ago
  80. e11938e lib: add uuid_str_to_bin for use with bootp and PXE uuid by Jason Hobbs · 13 years ago
  81. b41bc5a common, menu: use abortboot for menu timeout by Jason Hobbs · 13 years ago
  82. 8d80d05 serial_exit: punt unused prototype by Mike Frysinger · 13 years ago
  83. 13e95e4 ppc: Include <asm/cache.h> in common.h by Stefan Roese · 13 years ago
  84. d29d17d powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver by York Sun · 13 years ago
  85. fbb9ecf powerpc/mp: add support for discontiguous cores by Timur Tabi · 13 years ago
  86. 21726a7 Add assert() for debug assertions by Simon Glass · 13 years ago
  87. 155cfb5 common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · 13 years ago
  88. cba4b18 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  89. f6c019c Unify timer_init() and cpu_init() prototypes by Wolfgang Denk · 13 years ago
  90. 84b5e80 Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  91. c00e17c common: move BUILD_BUG_ON define to common.h by Heiko Schocher · 13 years ago
  92. d2e8b91 panic: add noreturn attribute by Mike Frysinger · 13 years ago
  93. c3eb3fe env: allow people to force envcrc building by Mike Frysinger · 13 years ago
  94. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  95. a55d23c Remove volatile qualifier in get_ram_size() calls by Albert ARIBAUD · 13 years ago
  96. 2c451f7 armv7: cache maintenance operations for armv7 by Aneesh V · 13 years ago
  97. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  98. a7fd0d9 lib, vsprintf: introduce strict_strtoul by Heiko Schocher · 13 years ago
  99. 7c6db91 powerpc, mpc83xx: add missing functions to include/common.h by Heiko Schocher · 14 years ago
  100. fea2572 x86: Rename i386 to x86 by Graeme Russ · 13 years ago