- 34112e5 Merge remote-tracking branch 'mpc83xx/next' by Kim Phillips · 12 years ago
- a71eb8e VIDEO: better document the correct use of CONFIG_FB_ADDR by Wolfgang Denk · 12 years ago
- 6c52916 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- 2ec3706 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
- 141e011 serial/ns16550: add an option to avoid hanging on broken platforms by Javier Martinez Canillas · 12 years ago
- eacd14f Add option to display customised memory information by Simon Glass · 12 years ago
- e882201 arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · 12 years ago
- 28a9e33 Document the CONFIG_DISPLAY_BOARDINFO option by Simon Glass · 12 years ago
- 6b8d5fd arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · 12 years ago
- dcadd25 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- 2b36fbb powerpc/mpc83xx: add support for new SPL by Scott Wood · 12 years ago
- eb7bd97 spl: Change PAD_TO to CONFIG_SPL_PAD_TO by Scott Wood · 12 years ago
- 4b5545e spi: Add SPI flash test by Simon Glass · 12 years ago
- bafe41a Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
- b1d4c6e powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR by trem · 12 years ago
- 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
- a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
- 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
- 1b0d551 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
- 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
- 6664f20 edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
- 058bb8d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
- c889fb4 Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
- d1390c8 Add gettime command by Anton Staaf · 12 years ago
- b8d71e3 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
- 54df8ce x86: Build vga video code only if CONFIG_VIDEO_VGA is defined by Simon Glass · 12 years ago
- a2f3a93 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
- 974ed2f README: Explain how to generate the CHANGELOG file. by Robert P. J. Day · 12 years ago
- 76ce249 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
- 14f8246 x86: Allow excluding reset vector code from u-boot by Gabe Black · 12 years ago
- b062a51 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
- 4baf03d README: Reference nand monitor commands in U-Boot README by Karl O. Pinc · 12 years ago
- 36c440e spl/nand: config symbol documentation by Scott Wood · 12 years ago
- c352a0c spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC. by Scott Wood · 12 years ago
- c4f0d00 powerpc/mpc85xx/p1_p2_rdb_pc: new SPL support by Scott Wood · 12 years ago
- 7c81090 spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL by Scott Wood · 12 years ago
- f147eb7 spl: introduce CONFIG_SPL_TARGET by Scott Wood · 12 years ago
- e7ae2c42 Merge branch 'next' by Gerald Van Baren · 12 years ago
- af3e280 lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · 12 years ago
- 599a4df lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · 12 years ago
- d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
- 79926a4 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · 12 years ago
- e007094 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
- 9b9f90b Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
- e50a10e scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
- 4c8cc9b README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG by Tom Rini · 12 years ago
- 4a57da3 cfb_console: Add support for some ANSI terminal escape codes by Pali Rohár · 12 years ago
- 4f8662d fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
- 9032676 PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · 12 years ago
- 430c0dc Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
- 2394a0f powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1 by York Sun · 12 years ago
- 93fb872 README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 by Ashok · 12 years ago
- 7f8574c fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
- a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
- f31e411 tegra20: add USB ULPI init code by Lucas Stach · 12 years ago
- 59f3f52 Add a command to access the system timer by Joe Hershberger · 12 years ago
- 0fd32d7 Add a new "ini" command by Joe Hershberger · 12 years ago
- 96ccaf3 Allow runtime configuration of "zero-delay" check by Joe Hershberger · 12 years ago
- 4afd88e bootstage: Add bootstage command by Simon Glass · 12 years ago
- 0fa36a4 bootstage: Store boot timings in device tree by Simon Glass · 12 years ago
- a0189bb README: Add handy kermit primer by Karl O. Pinc · 12 years ago
- e4e248d common: add zip command support by Lei Wen · 12 years ago
- de99725 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago
- 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
- fe3b0c7 omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · 12 years ago
- e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
- 8b1f90a README: Cleanup description of supported partitions. by Karl O. Pinc · 12 years ago
- ce9a155 README: Update ver env var description by Benoît Thébaudeau · 12 years ago
- 61d47ca pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup done by Andrew Sharp · 12 years ago
- 963a7cf README: fix references to config_cmd_default.h by Stephen Warren · 12 years ago
- 8080696 powerpc/fsl-corenet: work around erratum A004510 by Scott Wood · 12 years ago
- 357bf5a powerpc/corenet_ds: Update README and README.srio-pcie-boot-corenet by Liu Gang · 12 years ago
- 147e390 net: nfs: make NFS_TIMEOUT configurable by Tetsuyuki Kobayashi · 12 years ago
- 1465d5f Add env vars describing U-Boot target board by Stephen Warren · 13 years ago
- a6a3062 PATCH 1/4][v4] doc:Add documentation for e500 external debugger support by Prabhakar Kushwaha · 13 years ago
- b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
- 8ca7fa0 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · 13 years ago
- b8e4080 ARM: enable Thumb build by Aneesh V · 13 years ago
- a0c2ae1 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
- 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 13 years ago
- 1e08458 powerpc/corenet_ds: Slave module for boot from SRIO by Liu Gang · 13 years ago
- 7172939 CMD: Fix typo CMD_FSL -> CMD_MFSL in readme by Marek Vasut · 13 years ago
- 5a7fb6f README: supported boards are in boards.cfg, not Makefile by Michael Jones · 13 years ago
- d8a49ca MIPS: fix endianess handling by Daniel Schwierzeck · 13 years ago
- dbe365f Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 13 years ago
- 28850d0 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · 13 years ago
- cf41a9b BOOT: Add "bootz" command to boot Linux zImage on ARM by Marek Vasut · 13 years ago
- 43dbcdf Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
- 5978cdb usb: Add support for txfifo threshold by Simon Glass · 13 years ago
- bdb1770 Enable high speed support for USB device framework and usbtty by Vipin KUMAR · 13 years ago
- 3685385 README: document more SPL config options by Tom Rini · 13 years ago
- b44c8ab cmd_fat: add FAT write command by Donggeun Kim · 13 years ago
- 89aa5c9 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
- 31a870e bootstage: Implement core microsecond boot time measurement by Simon Glass · 13 years ago
- 0ca9e98 common/image.c: align usage of fdt_high with initrd_high by Shawn Guo · 13 years ago
- a7469f1 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
- 97f5f8f README: Add description of SPI Flash (SF) command configuration by Eric Nelson · 13 years ago
- 48c2d6d arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGH by Christian Riesch · 13 years ago
- 8c83128 README: update (C) entry by Wolfgang Denk · 13 years ago
- c9830dc net: add Calxeda xgmac driver by Rob Herring · 13 years ago