]> git.ipfire.org Git - people/ms/u-boot.git/history - disk
arm: imx6q: Add Engicam i.CoreM6 Solo/Duallite RQS Starter Kit initial support
[people/ms/u-boot.git] / disk /
2016-10-03  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-10-02  Petr Kulhavydisk: part: refactor generic name creation for DOS...
2016-10-02  Petr Kulhavyfastboot: add support for writing MBR
2016-10-02  Petr Kulhavydisk: part: implement generic function part_get_info_by...
2016-08-20  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2016-08-06  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-08-06  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2016-08-06  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2016-08-06  Kever Yangcmd: gpt: fix the wrong size parse for the last partition
2016-07-28  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-07-27  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-07-26  Tom RiniMerge git://git.denx.de/u-boot-mpc86xx
2016-07-26  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-07-25  Tom RiniMerge git://git.denx.de/u-boot-nand-flash
2016-07-25  Simon Glasspart_efi: Fix compiler warning on 32-bit sandbox
2016-07-22  Alexander Grafiso: Fix part info command
2016-06-18  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-06-12  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-06-06  Tom RiniMerge http://git.denx.de/u-boot-samsung
2016-05-30  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-05-28  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-05-27  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-05-27  Patrick Delaunaydisk: part_efi: fix check of the max partition size
2016-05-25  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2016-05-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2016-05-24  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-05-17  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-05-17  Simon Glassdm: blk: Use the correct error code for blk_get_device_...
2016-05-17  Simon Glassdm: part: Drop the block_drvr table
2016-05-17  Simon Glassdm: part: Use the legacy block driver for hardware...
2016-05-17  Simon Glassdm: sandbox: Drop the host_get_dev() function
2016-05-17  Simon Glassdm: systemace: Drop the get_dev() function
2016-05-17  Simon Glassdm: sata: Drop the get_dev() function
2016-05-17  Simon Glassdm: scsi: Drop the get_dev() function
2016-05-17  Simon Glassdm: mmc: Drop the get_dev() function
2016-05-17  Simon Glassdm: ide: Drop the get_dev() function
2016-05-17  Simon Glassdm: usb: Drop the get_dev() function
2016-05-17  Simon Glassdm: disk: Use legacy block driver info for block device...
2016-05-17  Simon Glassdm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
2016-04-26  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2016-04-25  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-04-20  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2016-04-20  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2016-04-19  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2016-04-18  Alexander Grafiso: Allow 512 byte sector size
2016-04-18  Alexander Grafiso: Start with partition 1
2016-04-18  Alexander Grafiso: Make little endian and 64bit safe
2016-04-14  Nishanth Menondm: part: fix missing driver name in debug print
2016-04-13  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-04-01  Eric Nelsondrivers: block: add block device cache
2016-03-22  Simon Glasspart_efi: Drop NULL check in part_get_info_efi()
2016-03-22  Simon Glasspart_efi: Drop the NULL check on dev_desc in part_print...
2016-03-22  Simon Glasspart_iso: Drop the customer unaligned access functions
2016-03-20  Stefano BabicMerge branch 'next'
2016-03-15  Alexander Grafdisk/part.c: Expose list of available block drivers
2016-03-15  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-03-15  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2016-03-14  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-03-14  Simon Glasspart: Rename test_part_xx() and print_part_xx()
2016-03-14  Simon Glassdm: block: Adjust device calls to go through helpers...
2016-03-14  Simon Glassdm: block: Rename device number member dev to devnum
2016-03-14  Simon Glassdm: part: Rename some partition functions
2016-03-14  Simon Glassdm: part: Convert partition API use to linker lists
2016-03-14  Simon Glassdm: part: Add a cast to avoid a compiler warning
2016-03-14  Simon Glassdm: blk: Rename get_device_and_partition()
2016-03-14  Simon Glassdm: blk: Rename get_device() to blk_get_device_by_str()
2016-03-14  Simon Glassdm: blk: Rename get_dev() to blk_get_dev()
2016-03-14  Simon Glassdm: part: Correct a sandbox build warning
2016-03-14  Simon Glassdm: Drop the block_dev_desc_t typedef
2016-01-28  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2016-01-21  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c...
2016-01-20  Erik Tidemanmmc: emmc and hw partitions partition table id bugfix.
2016-01-19  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-01-15  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2016-01-15  Ben WhittenFix GCC format-security errors and convert sprintfs.
2016-01-15  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-01-14  Tom RiniMerge git://www.denx.de/git/u-boot-marvell
2016-01-14  Stephen Warrenblock: pass block dev not num to read/write/erase()
2016-01-14  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2016-01-14  Tom RiniMerge git://git.denx.de/u-boot-net
2016-01-13  Stefan Monnierpart_dos.c: Don't wrap to negative after 2G sectors
2016-01-03  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-12-04  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-11-30  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-11-23  Patrick Delaunaypart:efi: add bootable parameter in gpt command
2015-11-23  Lukasz Majewskigpt: part: Definition and declaration of GPT verificati...
2015-11-16  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-11-13  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2015-11-12  Patrick Delaunayuuid: add selection by string for known partition type...
2015-11-12  Patrick Delaunaygpt: add optional parameter type in gpt command
2015-10-30  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2015-10-27  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-10-24  Hans de Goedeubifs: Add generic fs support
2015-10-24  Hans de Goededisk/part: Only build hostfs special handling when...
2015-10-14  Albert ARIBAUDMerge remote-tracking branch 'u-boot/master'
2015-09-13  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2015-09-11  Simon GlassMove ALLOC_CACHE_ALIGN_BUFFER() to the new memalign...
2015-01-14  Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-01-08  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2015-01-08  Maxime Ripardgpt: Fix the protective MBR partition size
next