summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-09malta: setup PIIX4 interrupt routePaul Burton
2013-11-09malta: store environment in flashPaul Burton
2013-11-09malta: enable RTC supportPaul Burton
2013-11-09malta: disable L2 cachesPaul Burton
2013-11-09malta: remove cache size definitionsPaul Burton
2013-11-09malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCPPaul Burton
2013-11-09malta: display "U-boot" on the LCD screenPaul Burton
2013-11-09malta: support for coreFPGA6 boardsPaul Burton
2013-11-09malta: setup super I/O UARTsPaul Burton
2013-11-09qemu-malta: rename to just "malta"Paul Burton
2013-11-09pci.h: allow inclusion in assembly sourcePaul Burton
2013-11-09pcnet: enable the NOUFLO featurePaul Burton
2013-11-09pcnet: add cache flushing & invalidationPaul Burton
2013-11-09pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_sendPaul Burton
2013-11-09pcnet: code style cleanupPaul Burton
2013-11-09mips32: detect L1 cache sizes if they're not definedPaul Burton
2013-11-08Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini
2013-11-08sandbox: convert to common time functionsRob Herring
2013-11-08time: add weak annotation to timer_read_counter declarationRob Herring
2013-11-08netconsole loses 2nd character of inputSuriyan Ramasami
2013-11-08serial: s5p: Staticize local functionsAxel Lin
2013-11-08env: fix the env export varnamePierre Aubert
2013-11-08highbank: set AUTOBOOT_KEYED_CTRLC config optionMark Langsdorf
2013-11-08autoboot: add an option to override keyed autobootMark Langsdorf
2013-11-08serial: xuartlite: Staticize local functionsAxel Lin
2013-11-08serial: mxs_auart: Staticize local functionsAxel Lin
2013-11-08fs:fat: fix set file name functionPiotr Wilczek
2013-11-08cmd_zfs: normalize 'file not found' errorsLuka Perkov
2013-11-08cmd_reiser: normalize 'file not found' errorsLuka Perkov
2013-11-08cmd_ubifs: normalize 'file not found' errorsTim Harvey
2013-11-08include: delete include/linux/config.hMasahiro Yamada
2013-11-08config/sandbox: Add EFI and GPT supportEgbert Eich
2013-11-08config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is setEgbert Eich
2013-11-08cmd/gpt: Support gpt command for all devicesEgbert Eich
2013-11-08cosmetic: UDM-net: clean up the remainders of dead driverMasahiro Yamada
2013-11-08cosmetic: UDM-serial: clean up the remainders of dead driverMasahiro Yamada
2013-11-08cosmetic: doc: driver-model: Do not number driver listsMasahiro Yamada
2013-11-08usb: dfu: make nand upload workingBo Shen
2013-11-08usb, g_dnl: make iSerialNumber board configurableHeiko Schocher
2013-11-08usb: dfu: correct dfu buffer inited valueBo Shen
2013-11-08usb: dfu: decrease dfu->r_left along with the transferBo Shen
2013-11-08usb: ohci-hcd: submit_common_msg: report actual_length properlyMateusz Kulikowski
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak
2013-11-08usb: ums: move ums code from trats to Samsung common directoryPrzemyslaw Marczak
2013-11-08usb: ums: fix disk capacity miscalculation and code cleanupPrzemyslaw Marczak
2013-11-08usb: ums: allows using every mmc device with ums.Przemyslaw Marczak
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak
2013-11-08README: remove wrong config nameIgor Grinberg
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada
2013-11-08common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan