index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
bootefi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-12
efi_loader: comments for efi_install_fdt()
Heinrich Schuchardt
1
-3
/
+8
2019-05-12
efi_loader: deduplicate code in cmd/bootefi.c
Heinrich Schuchardt
1
-62
/
+37
2019-05-07
efi_loader: clean up UEFI sub-system initialization
Heinrich Schuchardt
1
-27
/
+0
2019-05-02
efi_loader: implement support of exit data
Heinrich Schuchardt
1
-3
/
+8
2019-05-02
efi_loader: set OsIndicationsSupported at init
AKASHI Takahiro
1
-4
/
+0
2019-04-23
efi_loader: need either ACPI table or device tree
Heinrich Schuchardt
1
-26
/
+72
2019-04-23
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
1
-86
/
+94
2019-04-23
cmd: bootefi: carve out do_bootefi_image() from do_bootefi()
AKASHI Takahiro
1
-55
/
+67
2019-04-23
cmd: bootefi: carve out bootmgr code from do_bootefi()
AKASHI Takahiro
1
-8
/
+36
2019-04-23
cmd: bootefi: move do_bootefi_bootmgr_exec() forward
AKASHI Takahiro
1
-21
/
+21
2019-04-23
cmd: bootefi: carve out efi_selftest code from do_bootefi()
AKASHI Takahiro
1
-53
/
+92
2019-04-23
cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()
AKASHI Takahiro
1
-38
/
+27
2019-04-23
cmd: bootefi: carve out fdt handling from do_bootefi()
AKASHI Takahiro
1
-16
/
+38
2019-04-23
cmd: bootefi: rework set_load_options()
AKASHI Takahiro
1
-9
/
+27
2019-04-12
Change FDT memory type from runtime data to boot services data
Ilias Apalodimas
1
-2
/
+2
2019-02-16
efi_loader: clean up bootefi_test_prepare()
Heinrich Schuchardt
1
-25
/
+33
2019-02-16
efi_loader: fix EFI entry counting
Heinrich Schuchardt
1
-1
/
+1
2019-02-16
efi_loader: use efi_start_image() for bootefi
Heinrich Schuchardt
1
-21
/
+1
2019-02-16
efi_loader: set entry point in efi_load_pe()
Heinrich Schuchardt
1
-9
/
+4
2019-02-13
efi_loader: refactor switch to non-secure mode
Heinrich Schuchardt
1
-67
/
+4
2019-02-13
efi_loader: move efi_init_obj_list() to a new efi_setup.c
AKASHI Takahiro
1
-77
/
+0
2019-02-13
efi_loader: avoid unnecessary pointer to long conversion
Heinrich Schuchardt
1
-1
/
+1
2019-02-13
efi_loader: use named constant for efi_dp_from_mem()
Heinrich Schuchardt
1
-1
/
+1
2018-12-02
efi_loader: create fdt reservation before copy
Heinrich Schuchardt
1
-9
/
+3
2018-12-02
efi_loader: fix memory mapping for sandbox
Heinrich Schuchardt
1
-12
/
+17
2018-12-02
efi_loader: macro efi_size_in_pages()
Heinrich Schuchardt
1
-9
/
+6
2018-12-02
efi: Rename bootefi_test_finish() to bootefi_run_finish()
Simon Glass
1
-22
/
+24
2018-12-02
efi: Create a function to set up for running EFI code
Simon Glass
1
-21
/
+31
2018-12-02
efi: Split out test init/uninit into functions
Simon Glass
1
-21
/
+64
2018-12-02
efi: Check for failure to create objects in selftest
Simon Glass
1
-0
/
+5
2018-12-02
efi_loader: carving out memory reservations
Heinrich Schuchardt
1
-1
/
+10
2018-12-02
efi_loader: memory reservation for fdt
Heinrich Schuchardt
1
-16
/
+5
2018-12-02
efi_loader: fix typos
Heinrich Schuchardt
1
-1
/
+1
2018-12-02
efi_loader: add efi_dp_from_name()
AKASHI Takahiro
1
-34
/
+8
2018-12-02
efi_loader: rename parent to header
Heinrich Schuchardt
1
-6
/
+6
2018-12-02
efi_loader: typedef struct efi_object *efi_handle_t
Heinrich Schuchardt
1
-14
/
+14
2018-10-16
efi_loader: execute efi_save_gd() first
Heinrich Schuchardt
1
-17
/
+7
2018-09-23
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
1
-27
/
+40
2018-09-23
efi_loader: Fix loaded_image handle passing from EL3
Alexander Graf
1
-1
/
+1
2018-09-23
efi_loader: create root node
Heinrich Schuchardt
1
-0
/
+5
2018-09-23
efi_loader: memory leak in efi_set_bootdev()
Heinrich Schuchardt
1
-0
/
+7
2018-09-23
efi_loader: do not use local variable for handle
Heinrich Schuchardt
1
-7
/
+12
2018-09-23
efi_loader: buffer size for load options
Heinrich Schuchardt
1
-2
/
+4
2018-09-23
efi: sandbox: Tidy up copy_fdt() to work with sandbox
Simon Glass
1
-29
/
+50
2018-09-23
efi: Relocate FDT to 127MB instead of 128MB
Simon Glass
1
-2
/
+2
2018-07-25
efi_loader: remove unused efi_get_time_init()
Heinrich Schuchardt
1
-3
/
+0
2018-07-25
efi_loader: calculate crc32 for EFI tables
Heinrich Schuchardt
1
-0
/
+5
2018-07-25
efi: Drop error return in efi_carve_out_dt_rsv()
Simon Glass
1
-10
/
+14
2018-07-25
efi: Tidy up device-tree-size calculation in copy_fdt()
Simon Glass
1
-2
/
+6
2018-07-25
efi_loader: Use map_sysmem() in bootefi command
Alexander Graf
1
-5
/
+8
[next]