1. 3756a37 nds32: Enable the function of passing parameters to Linux by ken kuo · 11 years ago
  2. c44b800 Add trace library by Simon Glass · 11 years ago
  3. e71c1e6 main: Separate out the two abortboot() functions by Simon Glass · 12 years ago
  4. 406f681 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 12 years ago
  5. 9ca3742 image: Add device tree setup to image library by Simon Glass · 12 years ago
  6. 131533c usb: common: Use a global definition for 'min3' by Vivek Gautam · 12 years ago
  7. 3ab6a5a Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 12 years ago
  8. 4c0c7bb mpc512x: remove dead code by Anatolij Gustschin · 12 years ago
  9. 9b2ecea disk/iso: Add Support for block sizes > 512 byte to ISO partition support by Egbert Eich · 12 years ago
  10. 071e423 disk/gpt: Fix GPT partition handling for blocksize != 512 by Egbert Eich · 12 years ago
  11. abbd512 Add getenv_hex() to return an environment variable as hex by Simon Glass · 12 years ago
  12. e23d293 sandbox: Provide a way to map from host RAM to U-Boot RAM by Simon Glass · 12 years ago
  13. c154ecc arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 12 years ago
  14. a043661 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 12 years ago
  15. 9039c10 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 12 years ago
  16. 5af29bd Adjust board_r.c for ppc by Simon Glass · 12 years ago
  17. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  18. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  19. 17dabf0 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  20. d963b72 Update print_buffer() to use const by Simon Glass · 12 years ago
  21. eacd14f Add option to display customised memory information by Simon Glass · 12 years ago
  22. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  23. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  24. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  25. 99ab379 Support setenv_ulong() and setenv_addr() for powerpc by Simon Glass · 12 years ago
  26. d47f07e ppc4xx: Remove AP1000 board support by Stefan Roese · 12 years ago
  27. 32ca04a ppc4xx: Remove IOP480 support by Stefan Roese · 12 years ago
  28. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  29. a3f1634 COMMON: Add __stringify() function by Marek Vasut · 12 years ago
  30. 7592d1b lib: add gzip lib function callback by Lei Wen · 12 years ago
  31. a6642e0 Add run_command_list() to run a list of commands by Simon Glass · 13 years ago
  32. f4bfbb7 common.h: Remove include compiler.h by Marek Vasut · 12 years ago
  33. 1988f18 common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER by Marek Vasut · 12 years ago
  34. b90b97a net: use common rand()/srand() functions by Michael Walle · 12 years ago
  35. d96bd01 lib: add rand() function by Michael Walle · 12 years ago
  36. eee675f pxe: add support for parsing local syslinux files by Rob Herring · 13 years ago
  37. 2fbdb74 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · 12 years ago
  38. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 13 years ago
  39. 7be5b04 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 13 years ago
  40. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 13 years ago
  41. eae8e7e Add abs() macro to return absolute value by Simon Glass · 13 years ago
  42. fd0b644 Move bootstage timer out of lib/time.c by Simon Glass · 13 years ago
  43. 89aa5c9 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  44. 4d7372f bootstage: Define an optional microsecond timer by Simon Glass · 13 years ago
  45. 8445d00 bootstage: Create an initial header for boot progress integers by Simon Glass · 13 years ago
  46. bf8c5b0 Stop using builtin_run_command() by Simon Glass · 13 years ago
  47. 8161d04 Rename run_command2() to run_command() by Simon Glass · 13 years ago
  48. c023a89 Rename run_command() to builtin_run_command() by Simon Glass · 13 years ago
  49. 388d223 Remove CMD_PXE's static on run_command() by Simon Glass · 13 years ago
  50. 0dfccbe davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  51. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  52. bcbd521 Revert "common.h: remove value from bool defines" by Wolfgang Denk · 13 years ago
  53. f778260 common.h: remove value from bool defines by Igor Grinberg · 13 years ago
  54. f7ae6806 Move vsprintf functions into their own header by Simon Glass · 13 years ago
  55. 7420ca1 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  56. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  57. 2c5910c DEBUG: Fix debug macros by Marek Vasut · 13 years ago
  58. 38d6b8d fdt: Add support for embedded device tree (CONFIG_OF_EMBED) by Simon Glass · 13 years ago
  59. 34f5229 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  60. b8e926e Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  61. 931948a Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  62. fb683db cache: add ALLOC_CACHE_ALIGN_BUFFER macro by Anton staaf · 13 years ago
  63. bf690f8 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  64. cda2e48 cache: include asm/cache.h for ARCH_DMA_MINALIGN definition by Anton Staaf · 13 years ago
  65. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  66. 3258ffa nds32: add NDS32 support into common header file by Macpaul Lin · 13 years ago
  67. b4a905e sandbox: Add architecture header files by Simon Glass · 13 years ago
  68. 0e3a593 Add pxe command by Jason Hobbs · 13 years ago
  69. 6e39cce lib: add uuid_str_to_bin for use with bootp and PXE uuid by Jason Hobbs · 13 years ago
  70. 65febe6 common, menu: use abortboot for menu timeout by Jason Hobbs · 13 years ago
  71. 4b55d9a serial_exit: punt unused prototype by Mike Frysinger · 13 years ago
  72. d4b46ac ppc: Include <asm/cache.h> in common.h by Stefan Roese · 13 years ago
  73. e12ce98 powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver by York Sun · 13 years ago
  74. 4728942 powerpc/mp: add support for discontiguous cores by Timur Tabi · 13 years ago
  75. 02aa9e6 Add assert() for debug assertions by Simon Glass · 13 years ago
  76. 07a036a common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · 13 years ago
  77. fffbb97 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  78. 75fc434 Unify timer_init() and cpu_init() prototypes by Wolfgang Denk · 13 years ago
  79. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  80. fa6bf74 common: move BUILD_BUG_ON define to common.h by Heiko Schocher · 13 years ago
  81. 9a6b7e6 panic: add noreturn attribute by Mike Frysinger · 13 years ago
  82. 63b8f12 env: allow people to force envcrc building by Mike Frysinger · 13 years ago
  83. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  84. a960673 Remove volatile qualifier in get_ram_size() calls by Albert ARIBAUD · 13 years ago
  85. 960f5c0 armv7: cache maintenance operations for armv7 by Aneesh V · 13 years ago
  86. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · 14 years ago
  87. 8d4f35a lib, vsprintf: introduce strict_strtoul by Heiko Schocher · 14 years ago
  88. 97c7456 powerpc, mpc83xx: add missing functions to include/common.h by Heiko Schocher · 14 years ago
  89. cbfce1d x86: Rename i386 to x86 by Graeme Russ · 14 years ago
  90. a147bb1 Fix min/max macros in include/common.h by Aaron Williams · 14 years ago
  91. b78c7bf powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() by Kumar Gala · 14 years ago
  92. d065acb strmhz: Make hz unsigned to support greater than 2146 MHz clock by Ed Swarthout · 14 years ago
  93. 8d88232 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  94. e3d5572 stdio: constify "name" arg in public api by Mike Frysinger · 14 years ago
  95. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  96. 7b899b5 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  97. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  98. 3ddce57 ppc4xx: Use common NS16550 driver for PPC4xx UART by Stefan Roese · 14 years ago
  99. 247e9d7 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  100. f969a68 POST cleanup. by Michael Zaidman · 14 years ago