Age | Commit message (Expand) | Author |
2013-04-11 | env: Add support for UBI environment | Joe Hershberger |
2013-04-11 | mtd: Make mtdparts work with pre-reloc env | Joe Hershberger |
2013-04-11 | ubi: ubifs: Turn off verbose prints | Joe Hershberger |
2013-04-11 | ubi: ubifs: Add documentation for README | Joe Hershberger |
2013-04-11 | ubi: Expose a few simple functions from the cmd_ubi | Joe Hershberger |
2013-04-11 | ubi: Fix broken cleanup code in attach_by_scanning | Joe Hershberger |
2013-04-11 | Do not call board_early_init_f() twice | Vadim Bendebury |
2013-04-11 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2013-04-10 | omap5912-osk: Fix get_timer() and CONFIG_SYS_HZ | Jon Hunter |
2013-04-10 | omap5912-osk: Increase flash partition for u-boot | Jon Hunter |
2013-04-10 | omap5912-osk: Fix device initialisation | Jon Hunter |
2013-04-10 | omap5912-osk: Fix booting from NOR flash | Jon Hunter |
2013-04-10 | omap5912-osk: Fix DRAM initialisation | Jon Hunter |
2013-04-10 | omap5_uevm: Correct to 2MiB aligned partitions on eMMC | Tom Rini |
2013-04-10 | OMAP4: Fix bug in omap4460_volts struct | Lubomir Popov |
2013-04-10 | powerpc/lib: fix unsafe register handling in wait_ticks | Mats Kärrman |
2013-04-10 | am335x: Update timings for the beaglebone again | Tom Rini |
2013-04-10 | powerpc/usb: Fix usb device-tree fix-up | ramneek mehresh |
2013-04-10 | am335x_evm: Enable DFU for NAND and MMC, provide example alt_infos | Pantelis Antoniou |
2013-04-10 | am335x_evm: Add CONFIG_CMD_MTDPARTS and relevant defaults | Tom Rini |
2013-04-10 | am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE | Pantelis Antoniou |
2013-04-10 | dfu: NAND specific routines for DFU operation | Pantelis Antoniou |
2013-04-10 | cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS | Tom Rini |
2013-04-10 | nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters | Tom Rini |
2013-04-10 | dfu: Change indentation of defines in <dfu.h> | Tom Rini |
2013-04-10 | dfu: Support larger than memory transfers. | Pantelis Antoniou |
2013-04-10 | README: Document current DFU CONFIG options | Tom Rini |
2013-04-09 | am335x/ti814x: Correct MMC_BOOT_DEVICES_START/END | Tom Rini |
2013-04-08 | patman: Add Series-process-log tag to sort/uniq change logs | Simon Glass |
2013-04-08 | patman: Add -a option to refrain from test-applying the patches | Simon Glass |
2013-04-08 | patman: Don't barf if the word 'commit' starts a line | Doug Anderson |
2013-04-08 | patman: Provide option to ignore bad aliases | Simon Glass |
2013-04-08 | Merge branch 'patman' of git://git.denx.de/u-boot-x86 | Tom Rini |
2013-04-08 | cmd_sf: include header file common.h before div64.h | Mingkai Hu |
2013-04-08 | common/cmd_test: Avoid macro expansion | York Sun |
2013-04-08 | dfu: Increase DFU buffer size from 4MiB to 8MiB | Łukasz Majewski |
2013-04-08 | dfu:ext4:fix: Change ext4write command order of parameters | Łukasz Majewski |
2013-04-08 | omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE | Tom Rini |
2013-04-08 | omap5_uevm.h: Move uEVM-specific choices to omap5_uevm.h | Tom Rini |
2013-04-08 | OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMC | Tom Rini |
2013-04-08 | arm: omap4: Fix SDRAM AUTO DETECTION | Lokesh Vutla |
2013-04-08 | OMAP: Fix copy-paste bug that did not enable UART4 clock | Lubomir Popov |
2013-04-08 | doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALL | Tom Rini |
2013-04-08 | ARM: OMAP4/5: Make bootz as the default boot command | SRICHARAN R |
2013-04-08 | ARM: OMAP4/5: Change the default boot command to work with device tree | SRICHARAN R |
2013-04-08 | omap5: Allow use of a plain text env file | Nishanth Menon |
2013-04-08 | ARM: OMAP5: Set fdt_high to enable booting with Device tree | SRICHARAN R |
2013-04-08 | ARM: OMAP5: Rename omap5_evm to omap5_uevm | SRICHARAN R |
2013-04-08 | omap2420-h4: Fix get_timer() and CONFIG_SYS_HZ | Hunter, Jon |
2013-04-08 | omap2420-h4: Add device tree support | Hunter, Jon |