| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_exitbootservices.c | 24 struct notification_record *record; member 30 static struct notification_record record; variable 33 .record = &record, 38 .record = &record, 52 if (ctx->record->count >= CAPACITY) in ebs_notify() 55 ctx->record->type[ctx->record->count] = ctx->type; in ebs_notify() 56 ctx->record->count++; in ebs_notify() 108 if (record.count != 2) { in execute() 112 if (record.type[0] != 1) { in execute() 116 if (record.type[1] != 2) { in execute() [all …]
|
| /u-boot/board/ti/common/ |
| A D | board_detect.c | 398 switch (record->header.id) { in ti_i2c_eeprom_am6_parse_record() 400 if (record->header.len != sizeof(record->data.board_info)) in ti_i2c_eeprom_am6_parse_record() 421 if (record->header.len != sizeof(record->data.mac_info)) in ti_i2c_eeprom_am6_parse_record() 449 record->header.id); in ti_i2c_eeprom_am6_parse_record() 506 sizeof(record.header)); in ti_i2c_eeprom_am6_get() 521 record.header.len); in ti_i2c_eeprom_am6_get() 524 if (record.header.len <= sizeof(record.data)) { in ti_i2c_eeprom_am6_get() 526 (uint8_t *)&record.data, in ti_i2c_eeprom_am6_get() 527 record.header.len); in ti_i2c_eeprom_am6_get() 547 record.header.id); in ti_i2c_eeprom_am6_get() [all …]
|
| /u-boot/common/ |
| A D | bootstage.c | 42 struct bootstage_record record[RECORD_COUNT]; member 74 const char *from = data->record[i].name; in bootstage_relocate() 77 data->record[i].name = ptr; in bootstage_relocate() 90 for (rec = data->record, end = rec + data->rec_count; rec < end; in find_id() 106 rec = &data->record[data->rec_count++]; in ensure_id() 134 rec = &data->record[data->rec_count++]; in bootstage_add_record() 296 struct bootstage_record *rec = &data->record[recnum]; in add_bootstages_devicetree() 333 struct bootstage_record *rec = data->record; in bootstage_report() 482 rec_size = hdr->count * sizeof(*data->record); in bootstage_unstash() 483 memcpy(data->record + data->rec_count, ptr, rec_size); in bootstage_unstash() [all …]
|
| A D | Kconfig | 12 This provides a way to record console output (and provide console 316 int "Maximum log level to record" 410 int "Maximum log level to record in SPL" 453 int "Maximum log level to record in TPL" 496 int "Maximum log level to record in VPL" 1014 overhead (alignment, bloblist header, record header). The bloblist
|
| /u-boot/doc/usage/cmd/ |
| A D | loads.rst | 17 using the Motorola S-record file format. 20 offset added to the addresses in the S-record file 29 As example file to be transferred we use a script printing 'hello s-record'. 30 Here are the commands to create the S-record file: 34 $ echo 'echo hello s-record' > script.txt 55 The load address in the first S1 record is 0x0000. 84 hello s-record
|
| A D | pstore.rst | 11 pstore set <addr> <len> [record-size] [console-size] [ftrace-size] [pmsg_size] [ecc-size] 12 pstore display [record-type] [nb] 55 The memory size and the record/console size must be non-zero. 58 The memory size has to be larger than the sum of the record sizes, i.e.::
|
| A D | saves.rst | 17 line using the Motorola S-record file format.
|
| A D | trace.rst | 69 Address of first trace record. This is near the start of the trace buffer,
|
| /u-boot/lib/dhry/ |
| A D | dhry.h | 414 typedef struct record struct 416 struct record *Ptr_Comp; argument
|
| /u-boot/board/siemens/common/ |
| A D | factoryset.c | 87 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val() argument 104 c = strncmp((char *)&eeprom_buf[i + 1], (char *)record, in get_factory_record_val() 105 strlen((char *)record)); in get_factory_record_val() 108 pos = i + strlen((char *)record) + 2; in get_factory_record_val() 138 __func__, record, name, buf); in get_factory_record_val()
|
| /u-boot/arch/arm/mach-imx/ |
| A D | hab.c | 253 struct record { struct 420 struct record *rec = (struct record *)event_data; in process_event_record() 489 static int get_record_len(struct record *rec) in get_record_len() 516 struct record *rec = (struct record *)(HAB_M4_PERSISTENT_START); in get_hab_status_m4() 530 rec = (struct record *)(HAB_M4_PERSISTENT_START + offset); in get_hab_status_m4()
|
| /u-boot/cmd/ |
| A D | load.c | 146 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local 160 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) { in load_serial() 161 type = srec_decode(record, &binlen, &addr, binbuf); in load_serial() 344 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local 380 sprintf(record, SREC3_FORMAT, length, address, data, checksum); in save_serial() 381 if(write_record(record)) in save_serial()
|
| /u-boot/doc/ |
| A D | README.bitbangMII | 28 the bb_miiphy_buses[] array with a record for each required bus and declare 30 The record (struct bb_miiphy_bus) has the following fields/callbacks (see
|
| /u-boot/scripts/ |
| A D | objdiff | 146 record)
|
| /u-boot/arch/arm/dts/ |
| A D | omap443x.dtsi | 59 /* Default unused, just provide register info for record */
|
| A D | am3517-evm-ui.dtsi | 73 key-record {
|
| A D | k3-am625-sk.dts | 49 record-size = <0x8000>;
|
| A D | hi3660-hikey960.dts | 51 record-size = <0x00020000>;
|
| /u-boot/doc/develop/ |
| A D | bloblist.rst | 10 a central structure. Each record of information is assigned a tag so that its 11 owner can find it and update it. Each record is generally described by a C 25 cannot be read a second time. So TPL can store that in a bloblist record which
|
| A D | logging.rst | 121 This will write a log record when an error code is detected (a value < 0). This 207 * rec - output a log record 219 In the above, file.c:123 is the filename where the log record was generated and 299 Add a way to record log records for browsing using an external tool
|
| A D | trace.rst | 7 U-Boot supports a simple tracing feature which allows a record of execution 145 you will see the time taken by each function shown against its exit record.
|
| /u-boot/doc/arch/ |
| A D | sh.rst | 66 In SuperH, S-record and binary of made u-boot work on the memory.
|
| /u-boot/drivers/dma/ |
| A D | Kconfig | 77 to record compatible string and calling power domain driver.
|
| /u-boot/lib/ |
| A D | Kconfig | 351 A trace record is emitted for each function call and each record is 396 A trace record is emitted for each function call and each record is
|
| /u-boot/doc/develop/driver-model/ |
| A D | of-plat.rst | 948 created by each record. This is needed so that is it possible to locate a 983 in `U_BOOT_DRVINFO(name)` and indexed by idx, with the first record having 992 idx, with the first record having an index of 0. It is only used if 1054 record for it. This means that the idx numbers used by `struct driver_info`
|