aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2012-12-11Add hash command to perform hashing using various algorithmsSimon Glass
2012-12-11Add a command to read raw blocks from a partitionKenneth Waters
2012-12-11Add gettime commandAnton Staaf
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2012-12-06x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black
2012-12-06README: Explain how to generate the CHANGELOG file.Robert P. J. Day
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black
2012-11-28x86: Allow excluding reset vector code from u-bootGabe Black
2012-11-26Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini
2012-11-26README: Reference nand monitor commands in U-Boot READMEKarl O. Pinc
2012-11-26spl/nand: config symbol documentationScott Wood
2012-11-26spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.Scott Wood
2012-11-26powerpc/mpc85xx/p1_p2_rdb_pc: new SPL supportScott Wood
2012-11-26spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood
2012-11-26spl: introduce CONFIG_SPL_TARGETScott Wood
2012-11-19Merge branch 'next'Gerald Van Baren
2012-11-12fdt: Add option to default to most compatible conf in a fit imageGabe Black
2012-11-07lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-11-03Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD
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-30cfb_console: Add support for some ANSI terminal escape codesPali Rohár
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