Age | Commit message (Expand) | Author |
2016-06-20 | Merge git://git.denx.de/u-boot-nand-flash | Tom Rini |
2016-06-19 | spl: nand: support redundant u-boot image | Boris Brezillon |
2016-06-19 | SPL ext: cosmetic: correct error message in spl_load_image_ext() | Petr Kulhavy |
2016-06-17 | SPL: ext: remove redundant ifdef statement | Petr Kulhavy |
2016-06-09 | bootstage: call show_boot_progress also in SPL | Heiko Schocher |
2016-06-04 | spl: fit: Fix non-matching DT names console output | Andreas Dannenberg |
2016-06-02 | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini |
2016-06-02 | spl: Allow settings malloc_f base address | Marek Vasut |
2016-06-01 | spl: Remove bogus GD_FLG_SPL_INIT check | Marek Vasut |
2016-06-01 | spl: fit: Fix load address of fit header | Lokesh Vutla |
2016-05-27 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-05-27 | spl: Add an option to load a FIT containing U-Boot from UART | Lokesh Vutla |
2016-05-27 | spl: fit: Do not print selected dtb during fit load | Lokesh Vutla |
2016-05-27 | spl: Support loading a FIT from NAND | Lokesh Vutla |
2016-05-27 | spl: Support loading a FIT from FAT FS | Lokesh Vutla |
2016-05-27 | spl: Allow to load a FIT containing U-Boot from FS | Lokesh Vutla |
2016-05-27 | spl: fit: Fix the number of bytes read when reading fdt from fit | Lokesh Vutla |
2016-05-27 | dm: mmc: spl: Add support for CONFIG_BLK | Simon Glass |
2016-05-27 | SPL: FIT: Align loading address for header | Michal Simek |
2016-05-24 | SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode | Michal Simek |
2016-05-24 | spl: Introduce new function spl_board_prepare_for_boot | Michal Simek |
2016-05-23 | SPL: fat: Fix spl_parse_image_header() return value handling | Tom Rini |
2016-05-23 | spl: fit: Print error message when FDT is not present | Michal Simek |
2016-05-17 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-05-17 | dm: mmc: Use the new select_hwpart() API | Simon Glass |
2016-05-17 | dm: scsi: Drop the get_dev() function | Simon Glass |
2016-05-17 | dm: usb: Drop the get_dev() function | Simon Glass |
2016-05-17 | SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE | Marek Vasut |
2016-05-17 | SPL: Let spl_parse_image_header() return value | Marek Vasut |
2016-04-25 | spl: spl_mmc: Disambiguate error message | Fabio Estevam |
2016-04-11 | spl: mmc: raw: Try to load u-boot if Linux image is not found | Lokesh Vutla |
2016-04-01 | Common: SPL: spl_nand: Fixed debug correct NAND ECC type. | Ahmed Samir Khalil |
2016-03-23 | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini |
2016-03-23 | spl: Print from which mmc slot spl is trying to boot | Hans de Goede |
2016-03-24 | spl_mmc: allow to load raw image | Masahiro Yamada |
2016-03-15 | spl_nor: fix warning when compiled for 64bit target | Masahiro Yamada |
2016-03-14 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-03-14 | spl: Support loading a FIT from MMC | Simon Glass |
2016-03-14 | spl: Add an option to load a FIT containing U-Boot | Simon Glass |
2016-03-14 | dm: part: Rename some partition functions | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-02-19 | spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS | Guillaume GARDET |
2016-01-13 | block: pass block dev not num to read/write/erase() | Stephen Warren |
2016-01-13 | arm: move gd handling outside of C code | Albert ARIBAUD |
2015-12-16 | Merge git://git.denx.de/u-boot-rockchip | Tom Rini |
2015-12-14 | spl: mmc: use block device number, not hard-coded 0 | Eric Nelson |
2015-12-13 | spl: use panic_str instead of panic | Sjoerd Simons |
2015-12-05 | spl: mmc: Unify non/driver model spl_mmc_find_device() | Simon Glass |
2015-12-05 | spl: mmc: Rename 'mmc' variable to 'mmcp' | Simon Glass |
2015-12-05 | spl: mmc: Fix compiler warning with CONFIG_DM_MMC | Simon Glass |