| a7de8a5c | 02-May-2018 |
Kever Yang <kever.yang@rock-chips.com> |
part: rkparm: fix issue when find the last part
The 'next' will be NULL if next ',' is not found, and access to '*next' will end with "Synchronous Abort" in 64 bit system because the memory space is
part: rkparm: fix issue when find the last part
The 'next' will be NULL if next ',' is not found, and access to '*next' will end with "Synchronous Abort" in 64 bit system because the memory space is reserved for Trust area.
Change-Id: Id8ee9d6f7815977d7c5996d67a3b72feb74d00cf Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| b7090c0f | 31-Jan-2018 |
Joseph Chen <chenjh@rock-chips.com> |
disk: part_rkparm: use env_delete() to delete initrd for cmdline
delete unused "initrd=0x...,0x...", this for compatible with legacy parameter.txt.
Change-Id: I9eb79578196ae4537b65e57a2776fdf0225de
disk: part_rkparm: use env_delete() to delete initrd for cmdline
delete unused "initrd=0x...,0x...", this for compatible with legacy parameter.txt.
Change-Id: I9eb79578196ae4537b65e57a2776fdf0225de488 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| 00ac81b9 | 14-Nov-2017 |
Maxime Ripard <maxime.ripard@free-electrons.com> |
UPSTREAM: part: efi: Add default number of partition entries for sunxi
The SPL must be located at 8kB (16 sectors) offset. That's right in the middle of the GPT, so we need to define a smaller amoun
UPSTREAM: part: efi: Add default number of partition entries for sunxi
The SPL must be located at 8kB (16 sectors) offset. That's right in the middle of the GPT, so we need to define a smaller amount of partitions to accomodate for that location.
Reviewed-by: Andre Przywara <andre.przywara@arm.com> Change-Id: I7932a388389b15237bed18321606f034a47534a3 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 5dc0256d1210cb38ba11b22a8eb2ccc101460963)
show more ...
|
| 1b659546 | 06-Oct-2017 |
Alexander Graf <agraf@suse.de> |
UPSTREAM: iso: Reduce verbosity on test and info calls
The test and info callbacks into the partition callback struct are used by the "part list" command on the command line. That command is used by
UPSTREAM: iso: Reduce verbosity on test and info calls
The test and info callbacks into the partition callback struct are used by the "part list" command on the command line. That command is used by the distro script.
With verb=1 set, "part list" thus throws a lot of warnings about partitions it can't find when an upper layer searches for partitions.
So let's reduce verbosity to bring it to the same level of noise as the other partition targets.
Change-Id: I289d3fe2f1d11b18183b834189463578ba5cab90 Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit b16339e254371b2823f48186889775b90b044f7e)
show more ...
|
| b3800056 | 09-Sep-2017 |
Rob Clark <robdclark@gmail.com> |
UPSTREAM: fs: add fs_readdir()
Needed to support efi file protocol. The fallback.efi loader wants to be able to read the contents of the /EFI directory to find an OS to boot.
Modelled after POSIX
UPSTREAM: fs: add fs_readdir()
Needed to support efi file protocol. The fallback.efi loader wants to be able to read the contents of the /EFI directory to find an OS to boot.
Modelled after POSIX opendir()/readdir()/closedir(). Unlike the other fs APIs, this is stateful (ie. state is held in the FS_DIR "directory stream"), to avoid re-traversing of the directory structure at each step. The directory stream must be released with closedir() when it is no longer needed.
Change-Id: I5a977a73024ff4646fc3c4f7c49993de0b5b6256 Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 4bbcc965f995564870ca02606137e60e873e0a1f)
show more ...
|
| 5ecf0ee5 | 14-Dec-2017 |
Kever Yang <kever.yang@rock-chips.com> |
disk: part: use common api to lookup part driver
Do not need to scan disk every time when we get part info by name.
Change-Id: Id79a3a9065731815567055329a2f7f80b3c8c9d4 Signed-off-by: Kever Yang <k
disk: part: use common api to lookup part driver
Do not need to scan disk every time when we get part info by name.
Change-Id: Id79a3a9065731815567055329a2f7f80b3c8c9d4 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|