summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-27GCC4.6: Squash warning in cfb_console.cMarek Vasut
2011-10-27GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut
2011-10-27GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut
2011-10-27GCC4.6: Squash warning in usb_storage.cMarek Vasut
2011-10-27GCC4.6: Squash warning in cmd_ide.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in common/usb.cMarek Vasut
2011-10-27GCC4.6: Add macros to mv_gen_reg.hMarek Vasut
2011-10-27GCC4.6: Squash error in cpc45/pd67290.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in PPChameleonEVB/flash.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in r360mpi/flash.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in pmc405de.cMarek Vasut
2011-10-27GCC4.6: Squash warning in cmd_pmc440.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in tqm834x.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in mpc8610hpcd.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in diu.cMarek Vasut
2011-10-27GCC4.6: Squash warning in mpc5121ads.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in mpc86xx/interrupts.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in ddr[123]_dimm_params.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in 4xx_pcie.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in 4xx_ibm_ddr2_autocalib.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in 44x_spd_ddr.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in denali_spd_ddr2.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in denali_data_eye.cMarek Vasut
2011-10-27PowerPC: Squash warning in mpc512x serial.cMarek Vasut
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger
2011-10-27disk: part_efi: fix **pgpt_pte == NULLDoug Anderson
2011-10-27cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson
2011-10-27README: improve documentation of network related CONFIG_ settingsWolfgang Denk
2011-10-27README: white-space cleanupWolfgang Denk
2011-10-27image: Fix inverted logic in architecture check.Thierry Reding
2011-10-27net: Export auto_load, use it in rarpSimon Glass
2011-10-27net: Change for loop to memset()Simon Glass
2011-10-27net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass
2011-10-27net: Make net_transfer() a static functionSimon Glass
2011-10-27net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass
2011-10-27fat: correct ATTR_VFAT checkJ. Vijayanand
2011-10-27fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk
2011-10-26FAT: Add FAT write featureDonggeun Kim
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass
2011-10-26fdt: add decode helper librarySimon Glass
2011-10-26fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE)Simon Glass
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass
2011-10-26fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)Simon Glass
2011-10-26net: tftpput: add tftpput commandSimon Glass
2011-10-26net: tftpput: implement tftp logicSimon Glass
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass
2011-10-26net: tftpput: Factor out start, restart and next block functionsSimon Glass
2011-10-26net: tftpput: move common code into separate functionsSimon Glass