summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard2009-01-171-1/+1
* usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD2008-12-201-0/+4
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-161-1/+1
* env_sf: support embedded environmentsMike Frysinger2008-12-161-5/+36
* cmd_mem: Remove unused variablePeter Tyser2008-12-141-1/+0
* Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD2008-12-131-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk2008-12-131-1/+13
|\
| * UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initializationStefan Roese2008-12-101-0/+1
| * UBI: Fix size parsing in "ubi create"Stefan Roese2008-12-091-1/+1
| * UBI: Enable re-initializing of the "ubi part" commandStefan Roese2008-12-091-0/+11
* | jffs2: add sector_size field to part_info structureIlya Yanok2008-12-091-3/+17
|/
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2008-12-091-8/+12
|\
| * net: Fix download command parsingPeter Tyser2008-12-041-8/+12
* | jffs2: rename devices_init () in common/jffs2.cHeiko Schocher2008-12-081-7/+7
* | common/cmd_ide.c: Corrected endian order printing for compact flash serial nu...Richard Retanubun2008-12-071-3/+4
* | IOMUX: Add console multiplexing support.Gary Jennejohn2008-12-074-1/+337
* | strings: use puts() rather than printf()Mike Frysinger2008-12-071-1/+2
* | cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parametersNiklaus Giger2008-12-071-47/+30
* | lcd: Let the board code show board-specific info cleanupPeter Tyser2008-12-071-1/+0
* | FPGA: move fpga drivers to drivers/fpgaJean-Christophe PLAGNIOL-VILLARD2008-12-0510-3715/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2008-12-052-299/+337
|\
| * Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi2008-11-281-9/+0
| * USB style patch, 80 chars strictMichael Trimarchi2008-11-282-294/+341
* | OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese2008-12-021-0/+1
|/
* UBI: Add proof-of-concept CFI flash supportPiotr Ziecik2008-11-241-1/+9
* UBI: Change parsing of size in commands to default to hexStefan Roese2008-11-241-32/+4
* UBI: Add UBI command supportKyungmin Park2008-11-192-0/+629
* common/Makefile: create others group for non core, environment and command filesJean-Christophe PLAGNIOL-VILLARD2008-11-021-2/+5
* Consolidate MAX/MIN definitionsAndy Fleming2008-11-022-8/+0
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-021-6/+0
* fdt_resize(): ensure minimum paddingPeter Korsgaard2008-10-301-2/+5
* NAND: Align right column of the shorthelp with other commands.Scott Wood2008-10-291-1/+1
* bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala2008-10-291-0/+20
* bootm: Add subcommandsKumar Gala2008-10-291-1/+167
* bootm: Move to using a function pointer table for the boot os functionKumar Gala2008-10-291-37/+31
* Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2008-10-281-80/+20
|\
| * lcd: Let the board code show board-specific infoHaavard Skinnemoen2008-10-271-79/+5
| * lcd: Set lcd_is_enabled before clearing the screenHaavard Skinnemoen2008-10-251-1/+1
| * lcd: Implement lcd_printf()Haavard Skinnemoen2008-10-251-0/+14
* | fdt: Added helper to set PCI dma-ranges propertyKumar Gala2008-10-241-0/+69
* | fdt: Add fdt_getprop_u32_default helpersKumar Gala2008-10-241-0/+27
|/
* Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher2008-10-2162-647/+1343
|\
| * Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala2008-10-181-0/+7
| * rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-1859-598/+598
| * Expose command table search for sub-commandsKumar Gala2008-10-181-4/+10
| * hush: add showvar command for hush shell.Heiko Schocher2008-10-182-8/+56
| * I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher2008-10-181-0/+267
| * I2C: add new command i2c reset.Heiko Schocher2008-10-181-0/+9
| * CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.crichardretanubun2008-10-181-2/+2
| * FIT: output image load address for type 'firmware', fix message while thereBartlomiej Sieka2008-10-181-3/+9
OpenPOWER on IntegriCloud