| Commit message (Expand) | Author | Age | Lines |
* | Unify timer_init() and cpu_init() prototypes | Wolfgang Denk | 2011-08-01 | -0/+3 |
* | Constify getenv(), setenv() and hash code functions | Wolfgang Denk | 2011-07-30 | -4/+4 |
* | common: move BUILD_BUG_ON define to common.h | Heiko Schocher | 2011-07-27 | -0/+3 |
* | panic: add noreturn attribute | Mike Frysinger | 2011-07-26 | -1/+1 |
* | env: allow people to force envcrc building | Mike Frysinger | 2011-07-26 | -0/+5 |
* | Timer: Remove set_timer completely | Graeme Russ | 2011-07-26 | -1/+0 |
* | Remove volatile qualifier in get_ram_size() calls | Albert ARIBAUD | 2011-07-17 | -1/+1 |
* | armv7: cache maintenance operations for armv7 | Aneesh V | 2011-07-04 | -1/+4 |
* | ARM: drop unsupported 'trab' board | Wolfgang Denk | 2011-06-22 | -3/+0 |
* | lib, vsprintf: introduce strict_strtoul | Heiko Schocher | 2011-05-12 | -0/+1 |
* | powerpc, mpc83xx: add missing functions to include/common.h | Heiko Schocher | 2011-04-30 | -0/+5 |
* | x86: Rename i386 to x86 | Graeme Russ | 2011-04-13 | -3/+3 |
* | Fix min/max macros in include/common.h | Aaron Williams | 2011-04-12 | -2/+4 |
* | powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() | Kumar Gala | 2011-04-04 | -0/+4 |
* | strmhz: Make hz unsigned to support greater than 2146 MHz clock | Ed Swarthout | 2011-03-22 | -1/+1 |
* | env: re-add support for auto-completion | Mike Frysinger | 2011-01-09 | -0/+1 |
* | stdio: constify "name" arg in public api | Mike Frysinger | 2010-11-28 | -1/+1 |
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | -0/+1 |
* | Merge branch 'next' of /home/wd/git/u-boot/next | Wolfgang Denk | 2010-09-28 | -12/+15 |
|\ |
|
| * | Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature | Stefan Roese | 2010-09-23 | -8/+0 |
| * | ppc4xx: Use common NS16550 driver for PPC4xx UART | Stefan Roese | 2010-09-23 | -0/+1 |
| * | ppc4xx: Move ppc4xx headers to powerpc include directory | Stefan Roese | 2010-09-23 | -1/+1 |
| * | common: move TOTAL_MALLOC_LEN to include/common.h | Heiko Schocher | 2010-09-19 | -0/+9 |
| * | Remove support for CONFIG_HAS_UID and "forceenv" command | Wolfgang Denk | 2010-09-19 | -3/+0 |
| * | Add qsort - add support for sorting data arrays | Wolfgang Denk | 2010-09-19 | -0/+4 |
* | | POST cleanup. | Michael Zaidman | 2010-09-21 | -2/+3 |
|/ |
|
* | Rename getenv_r() into getenv_f() | Wolfgang Denk | 2010-08-04 | -1/+1 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -1/+1 |
* | Make *printf() return "int" instead of "void" | Wolfgang Denk | 2010-07-04 | -4/+4 |
* | serial: punt unused serial_addr() | Mike Frysinger | 2010-05-07 | -1/+0 |
* | allow print_size to print large numbers on 32-bit systems | Timur Tabi | 2010-05-05 | -1/+1 |
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -6/+6 |
* | Move lib_$ARCH directories to arch/$ARCH/lib | Peter Tyser | 2010-04-13 | -4/+4 |
* | ARM: Add support for EP93xx SoCs | Matthias Kaehlcke | 2010-02-12 | -1/+2 |
* | Add EP93xx ethernet driver | Matthias Kaehlcke | 2010-01-31 | -0/+5 |
* | Add support to disable cpu's in multicore processors | Kumar Gala | 2010-01-26 | -0/+1 |
* | cmd_eeprom: I2C updates | Heiko Schocher | 2010-01-18 | -0/+2 |
* | Make getenv_IPaddr() global | Dirk Behme | 2010-01-17 | -0/+7 |
* | move prototypes for gunzip() and zunzip() to common.h | Wolfgang Wegner | 2009-12-21 | -0/+5 |
* | common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL | Heiko Schocher | 2009-12-08 | -2/+0 |
* | Generic udelay() with watchdog support | Ingo van Lil | 2009-12-05 | -1/+4 |
* | TI DA8xx: Integrate DA830 EVM support into U-Boot | Sekhar Nori | 2009-11-27 | -0/+3 |
* | Add a unified s3c24x0 header file | kevin.morfitt@fearnside-systems.co.uk | 2009-11-27 | -2/+3 |
* | Revert "env: only build env_embedded and envcrc when needed" | Wolfgang Denk | 2009-10-27 | -5/+0 |
* | env: only build env_embedded and envcrc when needed | Mike Frysinger | 2009-10-18 | -0/+5 |
* | tools: mkimage: Fixed build warnings | Prafulla Wadaskar | 2009-09-10 | -3/+1 |
* | 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx | Poonam Aggrwal | 2009-08-28 | -0/+2 |
* | Fix include/common.h for boards with CONFIG_STATUS_LED | Wolfgang Denk | 2009-07-27 | -3/+3 |
* | Make include/common.h usable by assembler code | Wolfgang Denk | 2009-07-27 | -17/+20 |
* | AT91: factor out ROUND() macro | Wolfgang Denk | 2009-07-22 | -0/+1 |