Home
last modified time | relevance | path

Searched hist:"80 a4800ee1526a4a46cd02b3ea2fd37eebb77504" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_runtime.c80a4800ee1526a4a46cd02b3ea2fd37eebb77504 Tue Aug 16 19:08:45 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Allow boards to implement get_time and reset_system

EFI allows an OS to leverage firmware drivers while the OS is running. In the
generic code we so far had to stub those implementations out, because we would
need board specific knowledge about MMIO setups for it.

However, boards can easily implement those themselves. This patch provides the
framework so that a board can implement its own versions of get_time and
reset_system which would actually do something useful.

While at it we also introduce a simple way for code to reserve MMIO pointers
as runtime available.

Signed-off-by: Alexander Graf <agraf@suse.de>
/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c80a4800ee1526a4a46cd02b3ea2fd37eebb77504 Tue Aug 16 19:08:45 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Allow boards to implement get_time and reset_system

EFI allows an OS to leverage firmware drivers while the OS is running. In the
generic code we so far had to stub those implementations out, because we would
need board specific knowledge about MMIO setups for it.

However, boards can easily implement those themselves. This patch provides the
framework so that a board can implement its own versions of get_time and
reset_system which would actually do something useful.

While at it we also introduce a simple way for code to reserve MMIO pointers
as runtime available.

Signed-off-by: Alexander Graf <agraf@suse.de>
/rk3399_rockchip-uboot/include/
H A Defi_loader.h80a4800ee1526a4a46cd02b3ea2fd37eebb77504 Tue Aug 16 19:08:45 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Allow boards to implement get_time and reset_system

EFI allows an OS to leverage firmware drivers while the OS is running. In the
generic code we so far had to stub those implementations out, because we would
need board specific knowledge about MMIO setups for it.

However, boards can easily implement those themselves. This patch provides the
framework so that a board can implement its own versions of get_time and
reset_system which would actually do something useful.

While at it we also introduce a simple way for code to reserve MMIO pointers
as runtime available.

Signed-off-by: Alexander Graf <agraf@suse.de>