aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2012-11-02scsi: Add function and env var to report number of scsi drivesStefan Reinauer
2012-11-02README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren
2012-10-28PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM)Wolfgang Denk
2012-10-22Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini
2012-10-22powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1York Sun
2012-10-22README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN9...Ashok
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black
2012-10-15Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini
2012-10-15tegra20: add USB ULPI init codeLucas Stach
2012-10-03Add a command to access the system timerJoe Hershberger
2012-10-03Add a new "ini" commandJoe Hershberger
2012-10-03Allow runtime configuration of "zero-delay" checkJoe Hershberger
2012-10-03bootstage: Add bootstage commandSimon Glass
2012-10-02bootstage: Store boot timings in device treeSimon Glass
2012-10-02README: Add handy kermit primerKarl O. Pinc
2012-09-29common: add zip command supportLei Wen
2012-09-27SPL: Add support for loading image from ram in SPL.Pavel Machek
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini
2012-09-27omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-02README: Cleanup description of supported partitions.Karl O. Pinc
2012-09-02README: Update ver env var descriptionBenoît Thébaudeau
2012-09-02pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup doneAndrew Sharp
2012-09-01README: fix references to config_cmd_default.hStephen Warren
2012-08-23powerpc/fsl-corenet: work around erratum A004510Scott Wood
2012-08-23powerpc/corenet_ds: Update README and README.srio-pcie-boot-corenetLiu Gang
2012-07-12net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi
2012-07-09Add env vars describing U-Boot target boardStephen Warren
2012-07-06PATCH 1/4][v4] doc:Add documentation for e500 external debugger supportPrabhakar Kushwaha
2012-05-23net: Add link-local addressing supportJoe Hershberger
2012-05-23net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger
2012-05-15ARM: enable Thumb buildAneesh V
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2012-04-24powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang
2012-04-24powerpc/corenet_ds: Slave module for boot from SRIOLiu Gang
2012-04-19CMD: Fix typo CMD_FSL -> CMD_MFSL in readmeMarek Vasut
2012-04-11README: supported boards are in boards.cfg, not MakefileMichael Jones
2012-04-02MIPS: fix endianess handlingDaniel Schwierzeck
2012-03-30Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk
2012-03-30BOOT: Add RAW ramdisk support to bootzMarek Vasut
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut
2012-03-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk
2012-03-29usb: Add support for txfifo thresholdSimon Glass
2012-03-28Enable high speed support for USB device framework and usbttyVipin KUMAR
2012-03-26README: document more SPL config optionsTom Rini
2012-03-26cmd_fat: add FAT write commandDonggeun Kim
2012-03-23Revert "Add board_pre_console_putc to deal with early console output"Simon Glass
2012-03-18bootstage: Implement core microsecond boot time measurementSimon Glass
2012-02-27common/image.c: align usage of fdt_high with initrd_highShawn Guo