- a5ecbe6 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · 12 years ago
- 352ef3f flash: Add optional verify-after-write feature by Stefan Roese · 12 years ago
- 8960af8 cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README by Albert ARIBAUD · 12 years ago
- 6ebc346 ARM: fix CONFIG_SPL_MAX_SIZE semantics by Albert ARIBAUD · 12 years ago
- 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
- 6113d3f Makefile: Change CONFIG_SPL_PAD_TO to image offset by Benoît Thébaudeau · 12 years ago
- a430e91 mtd: nand: mxc_nand: Fix is_16bit_nand() by Fabio Estevam · 12 years ago
- 66bd184 mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT by Fabio Estevam · 12 years ago
- 785881f env: Add redundant env support to UBI env by Joe Hershberger · 12 years ago
- 2b74433 env: Add support for UBI environment by Joe Hershberger · 12 years ago
- 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 12 years ago
- 70c219c ubi: ubifs: Add documentation for README by Joe Hershberger · 12 years ago
- c663176 dfu: NAND specific routines for DFU operation by Pantelis Antoniou · 12 years ago
- ea2453d dfu: Support larger than memory transfers. by Pantelis Antoniou · 12 years ago
- b3ba6e9 README: Document current DFU CONFIG options by Tom Rini · 12 years ago
- fd2aeac omap3_beagle: Flush UART3 xmit on enable if TEMT is broken by Manfred Huber · 12 years ago
- 795659d README: document the requirements for CONFIG_SYS_HZ by Stephen Warren · 12 years ago
- 472d546 Consolidate bool type by York Sun · 12 years ago
- b6379e1 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
- c5d4752 ARM: implement erratum 716044 workaround by Stephen Warren · 12 years ago
- fc33705 Allow AM335x MPU core clock speed to be specified in the board config file by Mark Jackson · 12 years ago
- 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- 632efa7 Add CONFIG_SYS_SYM_OFFSETS to support offset symbols by Simon Glass · 12 years ago
- 5c1a7ea __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board by Simon Glass · 12 years ago
- 0678587 ARM: implement some Cortex-A9 errata workarounds by Stephen Warren · 12 years ago
- a268170 Feature Removal: disable "mtest" command by default by Wolfgang Denk · 12 years ago
- 76b40ab Merge u-boot/master into u-boot-ti/master by Tom Rini · 12 years ago
- c088048 lcd: implement a callback for splashimage by Nikita Kiryanov · 12 years ago
- 581bb41 lcd: add option for board specific splash screen preparation by Nikita Kiryanov · 12 years ago
- d304931 sandbox: Add 'sb' command to access filesystem features by Simon Glass · 12 years ago
- 4213fc2 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
- 8fdf1e0 imls: Add support to list images in NAND device by Vipin Kumar · 12 years ago
- 96dfc06 x86: Remove unused real mode code by Simon Glass · 12 years ago
- 588a13f x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR by Simon Glass · 12 years ago
- a6187dc Merge remote-tracking branch 'mpc83xx/next' by Kim Phillips · 12 years ago
- 44a53b5 VIDEO: better document the correct use of CONFIG_FB_ADDR by Wolfgang Denk · 12 years ago
- 7a8e739 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- 59ee45e Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
- 7de0fe1 serial/ns16550: add an option to avoid hanging on broken platforms by Javier Martinez Canillas · 12 years ago
- 15a33e4 Add option to display customised memory information by Simon Glass · 12 years ago
- e2e3e2b arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · 12 years ago
- b2b92f5 Document the CONFIG_DISPLAY_BOARDINFO option by Simon Glass · 12 years ago
- 06fd853 arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · 12 years ago
- da77a0e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- 06f60ae powerpc/mpc83xx: add support for new SPL by Scott Wood · 12 years ago
- 74752ba spl: Change PAD_TO to CONFIG_SPL_PAD_TO by Scott Wood · 12 years ago
- 2400727 spi: Add SPI flash test by Simon Glass · 12 years ago
- a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
- d8fb710 powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR by trem · 12 years ago
- 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
- fffad71 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
- 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
- 5e2b3e0 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
- 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
- 735987c edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
- bf36c5d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
- ff048ea Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
- 53fdc7e Add gettime command by Anton Staaf · 12 years ago
- fd4d564 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
- 058d59b x86: Build vga video code only if CONFIG_VIDEO_VGA is defined by Simon Glass · 12 years ago
- 40fef04 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
- adb9d85 README: Explain how to generate the CHANGELOG file. by Robert P. J. Day · 12 years ago
- 5b5ece9 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
- b16f521 x86: Allow excluding reset vector code from u-boot by Gabe Black · 12 years ago
- dfe1610 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
- 10635af README: Reference nand monitor commands in U-Boot README by Karl O. Pinc · 12 years ago
- 7d4b795 spl/nand: config symbol documentation by Scott Wood · 12 years ago
- 6f2f01b spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC. by Scott Wood · 12 years ago
- 94a45bb powerpc/mpc85xx/p1_p2_rdb_pc: new SPL support by Scott Wood · 12 years ago
- 4b91972 spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL by Scott Wood · 12 years ago
- ca2fca2 spl: introduce CONFIG_SPL_TARGET by Scott Wood · 12 years ago
- 2a7abdd Merge branch 'next' by Gerald Van Baren · 12 years ago
- 0d89efe lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · 12 years ago
- 676d319 lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · 12 years ago
- d95f6ec fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
- 45d7f52 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · 12 years ago
- 6acc7c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- a42c87f Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
- 447c031 scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
- 7e27f89 README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG by Tom Rini · 12 years ago
- 33a35bb cfb_console: Add support for some ANSI terminal escape codes by Pali Rohár · 12 years ago
- 03e2ecf fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
- 1b0757e PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · 12 years ago
- c7656ba Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
- ffd06e0 powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1 by York Sun · 12 years ago
- 3bb46d2 README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 by Ashok · 12 years ago
- 84cd932 fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
- bd23b22 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
- 6d365ea tegra20: add USB ULPI init code by Lucas Stach · 12 years ago
- da83bcd Add a command to access the system timer by Joe Hershberger · 12 years ago
- c167cc0 Add a new "ini" command by Joe Hershberger · 12 years ago
- 93d7212 Allow runtime configuration of "zero-delay" check by Joe Hershberger · 12 years ago
- 2eba38c bootstage: Add bootstage command by Simon Glass · 12 years ago
- 94fd131 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
- e53515a README: Add handy kermit primer by Karl O. Pinc · 12 years ago
- f2b96df common: add zip command support by Lei Wen · 12 years ago
- c57b953 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago
- 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
- 861a86f omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · 12 years ago
- 5675b50 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago