Home
last modified time | relevance | path

Searched refs:record (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/lib/efi_selftest/
A Defi_selftest_exitbootservices.c24 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 Dboard_detect.c398 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 Dbootstage.c42 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 DKconfig12 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 Dloads.rst17 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 Dpstore.rst11 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 Dsaves.rst17 line using the Motorola S-record file format.
A Dtrace.rst69 Address of first trace record. This is near the start of the trace buffer,
/u-boot/lib/dhry/
A Ddhry.h414 typedef struct record struct
416 struct record *Ptr_Comp; argument
/u-boot/board/siemens/common/
A Dfactoryset.c87 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 Dhab.c253 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 Dload.c146 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 DREADME.bitbangMII28 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 Dobjdiff146 record)
/u-boot/arch/arm/dts/
A Domap443x.dtsi59 /* Default unused, just provide register info for record */
A Dam3517-evm-ui.dtsi73 key-record {
A Dk3-am625-sk.dts49 record-size = <0x8000>;
A Dhi3660-hikey960.dts51 record-size = <0x00020000>;
/u-boot/doc/develop/
A Dbloblist.rst10 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 Dlogging.rst121 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 Dtrace.rst7 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 Dsh.rst66 In SuperH, S-record and binary of made u-boot work on the memory.
/u-boot/drivers/dma/
A DKconfig77 to record compatible string and calling power domain driver.
/u-boot/lib/
A DKconfig351 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 Dof-plat.rst948 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`

Completed in 62 milliseconds

12