History log of /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/partitions.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4e8a16d709cf2ec55431eb234dde4bc512c82cb0 22-Nov-2015 Haojian Zhuang <haojian.zhuang@linaro.org> hikey: fix the partition entry size

The size or start of each partition should be counted as 64bit, not
32bit. Otherwise, can't recognize any partition larger than 4GB well.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/partitions.c
1e9b79053eabd31a4a93fa263028c168ab960a77 03-Apr-2015 Haojian Zhuang <haojian.zhuang@linaro.org> hikey: fix the error handling for wrong partition

If the wrong partition is got, especially for the new board, current
code just exit without closing file handler on storage device. So
append the missing close operation if there's a failure on accessing
partition table.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/partitions.c
8081eef2f66f4408d56c7b49c6e12bb424dee5db 16-Feb-2015 Haojian Zhuang <haojian.zhuang@linaro.org> hikey: load partition table from eMMC

Integrate eMMC driver with partition table. Load partition table
successfully.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/partitions.c