]> Git Repo - J-u-boot.git/blobdiff - common/event.c
Merge tag 'v2023.10-rc4' into next
[J-u-boot.git] / common / event.c
index 8a61908888454c4b32b5141bcf817c3934ca93e2..d11b37a1d802a9d1480d2211a70a07ed7f4b08ea 100644 (file)
@@ -28,6 +28,7 @@ const char *const type_name[] = {
 
        /* Events related to driver model */
        "dm_post_init_f",
+       "dm_post_init_r",
        "dm_pre_probe",
        "dm_post_probe",
        "dm_pre_remove",
@@ -36,6 +37,7 @@ const char *const type_name[] = {
        /* init hooks */
        "misc_init_f",
        "fsp_init_r",
+       "last_stage_init",
 
        /* Fpga load hook */
        "fpga_load",
This page took 0.024509 seconds and 4 git commands to generate.