1. d51004a Add run_command_list() to run a list of commands by Simon Glass · 12 years ago
  2. 546910f common.h: Remove include compiler.h by Marek Vasut · 12 years ago
  3. de4d113 common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER by Marek Vasut · 12 years ago
  4. 99e139d net: use common rand()/srand() functions by Michael Walle · 12 years ago
  5. 9acf1ca lib: add rand() function by Michael Walle · 12 years ago
  6. 669df7e pxe: add support for parsing local syslinux files by Rob Herring · 12 years ago
  7. e034ea3 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · 12 years ago
  8. 4ef8d53 net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 12 years ago
  9. 8bd07c9 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 12 years ago
  10. 48522bb net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 12 years ago
  11. a35925b Add abs() macro to return absolute value by Simon Glass · 12 years ago
  12. 3786980 Move bootstage timer out of lib/time.c by Simon Glass · 12 years ago
  13. 3fa4977 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  14. 5ff5539 bootstage: Define an optional microsecond timer by Simon Glass · 13 years ago
  15. 097e178 bootstage: Create an initial header for boot progress integers by Simon Glass · 13 years ago
  16. 5307153 Stop using builtin_run_command() by Simon Glass · 13 years ago
  17. 009dde1 Rename run_command2() to run_command() by Simon Glass · 13 years ago
  18. f47360a Rename run_command() to builtin_run_command() by Simon Glass · 13 years ago
  19. 79714c1 Remove CMD_PXE's static on run_command() by Simon Glass · 13 years ago
  20. 8f5d468 davinci: add support for printing clock frequency by Hadli, Manjunath · 13 years ago
  21. 9c34831 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  22. d0b8fee Revert "common.h: remove value from bool defines" by Wolfgang Denk · 13 years ago
  23. 914c9ee common.h: remove value from bool defines by Igor Grinberg · 13 years ago
  24. 9785c90 Move vsprintf functions into their own header by Simon Glass · 13 years ago
  25. 295d394 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  26. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  27. 88a85fb DEBUG: Fix debug macros by Marek Vasut · 13 years ago
  28. bbb0b12 fdt: Add support for embedded device tree (CONFIG_OF_EMBED) by Simon Glass · 13 years ago
  29. 1aec244 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  30. d67f10c Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  31. 3cce8a5 Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  32. 46a6d51 cache: add ALLOC_CACHE_ALIGN_BUFFER macro by Anton staaf · 13 years ago
  33. 4a9b413 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  34. 1e41f5a cache: include asm/cache.h for ARCH_DMA_MINALIGN definition by Anton Staaf · 13 years ago
  35. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  36. e708384 nds32: add NDS32 support into common header file by Macpaul Lin · 13 years ago
  37. 744d985 sandbox: Add architecture header files by Simon Glass · 13 years ago
  38. 06283a6 Add pxe command by Jason Hobbs · 13 years ago
  39. e11938e lib: add uuid_str_to_bin for use with bootp and PXE uuid by Jason Hobbs · 13 years ago
  40. b41bc5a common, menu: use abortboot for menu timeout by Jason Hobbs · 13 years ago
  41. 8d80d05 serial_exit: punt unused prototype by Mike Frysinger · 13 years ago
  42. 13e95e4 ppc: Include <asm/cache.h> in common.h by Stefan Roese · 13 years ago
  43. d29d17d powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver by York Sun · 13 years ago
  44. fbb9ecf powerpc/mp: add support for discontiguous cores by Timur Tabi · 13 years ago
  45. 21726a7 Add assert() for debug assertions by Simon Glass · 13 years ago
  46. 155cfb5 common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · 13 years ago
  47. cba4b18 arm: do not force d-cache enable on all boards by Aneesh V · 13 years ago
  48. f6c019c Unify timer_init() and cpu_init() prototypes by Wolfgang Denk · 13 years ago
  49. 84b5e80 Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  50. c00e17c common: move BUILD_BUG_ON define to common.h by Heiko Schocher · 13 years ago
  51. d2e8b91 panic: add noreturn attribute by Mike Frysinger · 13 years ago
  52. c3eb3fe env: allow people to force envcrc building by Mike Frysinger · 13 years ago
  53. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  54. a55d23c Remove volatile qualifier in get_ram_size() calls by Albert ARIBAUD · 13 years ago
  55. 2c451f7 armv7: cache maintenance operations for armv7 by Aneesh V · 13 years ago
  56. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  57. a7fd0d9 lib, vsprintf: introduce strict_strtoul by Heiko Schocher · 13 years ago
  58. 7c6db91 powerpc, mpc83xx: add missing functions to include/common.h by Heiko Schocher · 14 years ago
  59. fea2572 x86: Rename i386 to x86 by Graeme Russ · 13 years ago
  60. 1472af3 Fix min/max macros in include/common.h by Aaron Williams · 14 years ago
  61. 5df4b0a powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() by Kumar Gala · 14 years ago
  62. 55f7934 strmhz: Make hz unsigned to support greater than 2146 MHz clock by Ed Swarthout · 14 years ago
  63. 560d424 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  64. d7be305 stdio: constify "name" arg in public api by Mike Frysinger · 14 years ago
  65. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  66. 2e6e177 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  67. 2495664 Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  68. 550650d ppc4xx: Use common NS16550 driver for PPC4xx UART by Stefan Roese · 14 years ago
  69. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  70. 800eb09 POST cleanup. by Michael Zaidman · 14 years ago
  71. 3fbeeea common: move TOTAL_MALLOC_LEN to include/common.h by Heiko Schocher · 14 years ago
  72. 6d014ad Remove support for CONFIG_HAS_UID and "forceenv" command by Wolfgang Denk · 14 years ago
  73. 54c6977 Add qsort - add support for sorting data arrays by Wolfgang Denk · 14 years ago
  74. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  75. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  76. d9c2725 Make *printf() return "int" instead of "void" by Wolfgang Denk · 14 years ago
  77. 5794619 serial: punt unused serial_addr() by Mike Frysinger · 14 years ago
  78. 4b42c90 allow print_size to print large numbers on 32-bit systems by Timur Tabi · 14 years ago
  79. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 14 years ago
  80. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago
  81. fcfb632 ARM: Add support for EP93xx SoCs by Matthias Kaehlcke · 15 years ago
  82. 594d57d Add EP93xx ethernet driver by Matthias Kaehlcke · 15 years ago
  83. 4194b36 Add support to disable cpu's in multicore processors by Kumar Gala · 15 years ago
  84. 548738b cmd_eeprom: I2C updates by Heiko Schocher · 15 years ago
  85. 6a45e38 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  86. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  87. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  88. 3eb90ba Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  89. 2819e13 TI DA8xx: Integrate DA830 EVM support into U-Boot by Sekhar Nori · 15 years ago
  90. ac67804 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  91. a747a7f Revert "env: only build env_embedded and envcrc when needed" by Wolfgang Denk · 15 years ago
  92. 6dab6ad env: only build env_embedded and envcrc when needed by Mike Frysinger · 15 years ago
  93. 449609f tools: mkimage: Fixed build warnings by Prafulla Wadaskar · 15 years ago
  94. 0e87098 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx by Poonam Aggrwal · 15 years ago
  95. fb364be Fix include/common.h for boards with CONFIG_STATUS_LED by Wolfgang Denk · 15 years ago
  96. fcd3c87 Make include/common.h usable by assembler code by Wolfgang Denk · 15 years ago
  97. 70ebf31 AT91: factor out ROUND() macro by Wolfgang Denk · 15 years ago
  98. c71103f ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs by Matthias Fuchs · 15 years ago
  99. efbf14e all platforms: make show_boot_progress() work again by Heiko Schocher · 16 years ago
  100. 8d460a5 S3C24x0: extract interrupts from timer by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago