| /u-boot/board/ti/common/ |
| A D | board_detect.c | 368 switch (record->header.id) { in ti_i2c_eeprom_am6_parse_record() 370 if (record->header.len != sizeof(record->data.board_info)) in ti_i2c_eeprom_am6_parse_record() 391 if (record->header.len != sizeof(record->data.mac_info)) in ti_i2c_eeprom_am6_parse_record() 419 record->header.id); in ti_i2c_eeprom_am6_parse_record() 475 sizeof(record.header)); in ti_i2c_eeprom_am6_get() 490 record.header.len); in ti_i2c_eeprom_am6_get() 493 if (record.header.len <= sizeof(record.data)) { in ti_i2c_eeprom_am6_get() 495 (uint8_t *)&record.data, in ti_i2c_eeprom_am6_get() 496 record.header.len); in ti_i2c_eeprom_am6_get() 515 record.header.id); in ti_i2c_eeprom_am6_get() [all …]
|
| /u-boot/drivers/rtc/ |
| A D | ftrtc010.c | 23 unsigned int record; /* 0x1c */ member 81 __func__, readl(&rtc->record)); in rtc_get() 84 now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT; in rtc_get() 86 now = ftrtc010_time() + readl(&rtc->record); in rtc_get() 113 writel(new - now, &rtc->record); in rtc_set()
|
| /u-boot/common/ |
| A D | bootstage.c | 40 struct bootstage_record record[RECORD_COUNT]; member 72 const char *from = data->record[i].name; in bootstage_relocate() 75 data->record[i].name = ptr; in bootstage_relocate() 88 for (rec = data->record, end = rec + data->rec_count; rec < end; in find_id() 104 rec = &data->record[data->rec_count++]; in ensure_id() 131 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 | 14 This provides a way to record console output (and provide console 258 int "Maximum log level to record" 344 int "Maximum log level to record in SPL" 387 int "Maximum log level to record in TPL" 689 overhead (alignment, bloblist header, record header). The bloblist
|
| A D | Kconfig.boot | 402 record elapsed time in a particular stage using bootstage_start() 455 This is the size of the bootstage record list and is the maximum 463 This is the size of the bootstage record list and is the maximum 471 This is the size of the bootstage record list and is the maximum
|
| /u-boot/lib/dhry/ |
| A D | dhry.h | 414 typedef struct record struct 416 struct record *Ptr_Comp; argument
|
| /u-boot/doc/usage/ |
| 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.::
|
| /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/cmd/ |
| A D | load.c | 140 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ in load_serial() local 151 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) { in load_serial() 152 type = srec_decode(record, &binlen, &addr, binbuf); in load_serial() 327 char record[2*SREC_BYTES_PER_RECORD+16]; /* buffer for one S-Record */ in save_serial() local 363 sprintf(record, SREC3_FORMAT, length, address, data, checksum); in save_serial() 364 if(write_record(record)) in save_serial()
|
| /u-boot/doc/ |
| A D | README.bloblist | 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 23 cannot be read a second time. So TPL can store that in a bloblist record which
|
| 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 | 62 /* Default unused, just provide register info for record */
|
| A D | am3517-evm-ui.dtsi | 76 record {
|
| A D | hi3660-hikey960.dts | 51 record-size = <0x00020000>;
|
| /u-boot/arch/arm/mach-imx/ |
| A D | hab.c | 55 struct record { struct 222 struct record *rec = (struct record *)event_data; in process_event_record()
|
| /u-boot/doc/arch/ |
| A D | sh.rst | 66 In SuperH, S-record and binary of made u-boot work on the memory.
|
| A D | sandbox.rst | 160 real devices. Some of these drivers may want to record state which is
|
| /u-boot/doc/develop/ |
| A D | logging.rst | 106 This will write a log record when an error code is detected (a value < 0). This 179 * rec - output a log record 191 In the above, file.c:123 is the filename where the log record was generated and 273 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 excecution
|
| /u-boot/lib/ |
| A D | Kconfig | 235 A trace record is emitted for each function call and each record is 280 A trace record is emitted for each function call and each record is
|
| /u-boot/drivers/timer/ |
| A D | Kconfig | 201 bootstage we want to record the time since reset as accurately as
|
| /u-boot/doc/driver-model/ |
| A D | design.rst | 823 cause the uclass to do some housekeeping to record the device as 841 cause the uclass to do some housekeeping to record the device as 915 For the record, this implementation uses a very similar approach to the
|
| /u-boot/doc/uImage.FIT/ |
| A D | beaglebone_vboot.txt | 99 produces a kernel Image and device tree files. For the record the steps were:
|
| /u-boot/env/ |
| A D | Kconfig | 244 "nand env.oob" command can be used to record this offset.
|