summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-10-12emmc: uboot: modify GPT macro [1/1]Ruixuan Li52-6/+52
2018-08-31emmc: uboot: modify gpt [1/1]Ruixuan Li4-295/+91
2018-08-14partition: aml: restrict IF type to MMC [1/1]Yonghui Yu1-1/+3
2018-08-10emmc: partition: upgrade GPT or EPT based on priority [1/2]Ruixuan Li3-23/+163
2018-04-08emmc: burn gpt instead of bootloader of user partitionRuixuan Li47-4/+376
2018-01-31emmc: add gpt commandRuixuan Li53-146/+1234
2017-04-12PD#141866: provide api for get partition idx by nameYonghui Yu3-3/+56
2017-03-08PD#136280: emmc: mbr&ebr supportXiaojie Zhan9-163/+670
2016-11-30PD#133885: fastboot&emmc: support dtb fastboot flashingYonghui Yu3-8/+49
2016-11-10PD#133203: disk: fix aml partition recognition issue.Yonghui Yu1-7/+12
2016-11-09PD#133203: emmc: support fastboot by aml-partition structureYonghui Yu35-657/+999
2015-01-08gpt: Fix the protective MBR partition sizeMaxime Ripard1-1/+1
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae4-3/+145
2014-12-18disk: part_efi: move code to static functionsSteve Rae1-73/+102
2014-11-27sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass3-20/+22
2014-10-25disk/part.c: make local function staticJeroen Hofstee1-1/+1
2014-09-24cleanup disk/part.c whitespacePavel Machek1-4/+5
2014-07-22whitespace cleanupsPavel Machek2-5/+5
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren4-9/+30
2014-06-12disk: default to HW partition 0 if not specifiedStephen Warren1-3/+3
2014-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel1-1/+20
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae2-1/+31
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae3-28/+30
2014-06-05disk: part_efi: resolve endianness issuesSteve Rae1-2/+3
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren3-1/+33
2014-05-23disk: support devices with HW partitionsStephen Warren1-10/+64
2014-05-12disk: part_efi: add support for the Backup GPTSteve Rae2-10/+26
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak5-36/+91
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak4-87/+68
2014-03-18sandbox: Use os functions to read host device treeSimon Glass2-44/+21
2014-02-24part_efi: fix protective mbr struct allocationHector Palacios1-5/+3
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada77-325/+526
2014-01-09sandbox: block driver using host file/device as backing storeHenrik Nordström8-1/+223
2013-10-31disk: convert a makefile to Kbuild styleMasahiro Yamada1-28/+6
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk605-640/+640
2013-09-20part_efi: make sure the gpt_pte is freedMark Langsdorf1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)1-0/+4
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy12-70/+93
2013-06-04disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut1-3/+8
2013-05-01disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich2-1/+4
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich4-20/+35
2013-05-01disk/part_dos: check harder for partition tableEgbert Eich1-3/+16
2013-04-02disk: fix unaligned access in efi partitionsMarc Dietrich1-1/+2
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren7-40/+15
2013-03-04sandbox: Add host filesystemSimon Glass7-0/+189
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski2-3/+330
2012-12-13gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park2-114/+88
2012-12-13part:efi: Move part_efi.h file to ./includeLukasz Majewski1-0/+0
2012-12-06part: check each variable for capability calculationJerry Huang1-1/+1
[next]