This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* written by Wei Shuai <[email protected]> 2021-Oct | |
*/ | |
#include <stdio.h> | |
#include <inttypes.h> | |
#include <string.h> | |
typedef struct { | |
uint64_t b1; | |
uint64_t b2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# we can boot from BOOTLOADER function logic_boot_emmc_init() | |
# please make sure paging is disabled | |
# before enter into sbft_call | |
.text | |
.section REALMODE_CODE, "ax" | |
.code32 | |
########################################## |
NewerOlder