Home
last modified time | relevance | path

Searched refs:srec (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/arch/sh/boot/
H A DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \
101 OBJCOPYFLAGS_vmlinux.srec := -I binary -O srec
102 $(obj)/vmlinux.srec: $(obj)/compressed/vmlinux FORCE
105 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
106 $(obj)/uImage.srec: $(obj)/uImage FORCE
/openbmc/u-boot/examples/standalone/
H A DMakefile19 extra-y += $(addsuffix .srec,$(extra-y)) $(addsuffix .bin,$(extra-y))
20 clean-files := *.srec *.bin
64 $(obj)/%.srec: OBJCOPYFLAGS += -O srec
65 $(obj)/%.srec: $(obj)/% FORCE
H A D.gitignore11 *.srec
H A DREADME.smc91111_eeprom36 -rwxr-xr-x 1 9524 2004-10-11 14:00 smc91111_eeprom.srec <- SREC
42 SREC += smc91111_eeprom.srec
/openbmc/linux/fs/pstore/
H A Dftrace.c163 struct pstore_ftrace_record *drec, *srec, *mrec; in pstore_ftrace_combine_log() local
178 srec = (struct pstore_ftrace_record *)(src_log + src_off); in pstore_ftrace_combine_log()
183 pstore_ftrace_read_timestamp(&srec[src_idx])) { in pstore_ftrace_combine_log()
187 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
198 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
/openbmc/linux/sound/core/
H A Dvmaster.c257 struct link_follower *srec; in _snd_ctl_add_follower() local
259 srec = kzalloc(struct_size(srec, follower.vd, follower->count), in _snd_ctl_add_follower()
261 if (!srec) in _snd_ctl_add_follower()
263 srec->kctl = follower; in _snd_ctl_add_follower()
264 srec->follower = *follower; in _snd_ctl_add_follower()
265 memcpy(srec->follower.vd, follower->vd, follower->count * sizeof(*follower->vd)); in _snd_ctl_add_follower()
266 srec->master = master_link; in _snd_ctl_add_follower()
267 srec->flags = flags; in _snd_ctl_add_follower()
275 follower->private_data = srec; in _snd_ctl_add_follower()
278 list_add_tail(&srec->list, &master_link->followers); in _snd_ctl_add_follower()
/openbmc/linux/arch/mips/boot/compressed/
H A DMakefile161 targets += ../vmlinuz.srec
163 OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec
165 $(objboot)/vmlinuz.srec: $(objtree)/vmlinuz
/openbmc/linux/arch/mips/boot/
H A DMakefile44 targets += vmlinux.srec
46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
47 $(obj)/vmlinux.srec: $(VMLINUX) FORCE
48 $(call if_changed,srec)
/openbmc/u-boot/common/
H A Diotrace.c39 struct iotrace_record srec, *rec = &srec; in add_record() local
/openbmc/linux/arch/sh/
H A DMakefile163 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c471 struct xfs_inobt_rec_incore *srec) /* src record */ in __xfs_inobt_can_merge() argument
477 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge()
482 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge()
486 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
495 salloc = xfs_inobt_irec_to_allocmask(srec); in __xfs_inobt_can_merge()
509 struct xfs_inobt_rec_incore *srec) /* src */ in __xfs_inobt_rec_merge() argument
511 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge()
514 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
515 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()
521 trec->ir_holemask &= srec->ir_holemask; in __xfs_inobt_rec_merge()
[all …]
/openbmc/linux/arch/mips/
H A DMakefile367 boot-y += vmlinux.srec
384 bootz-y += vmlinuz.srec
/openbmc/u-boot/
H A DKconfig232 default "u-boot-elf.srec" if RCAR_GEN3
H A DREADME3430 - "u-boot.srec" is in Motorola S-Record format
3475 5. Type "make", and you should get a working "u-boot.srec" file
4198 objcopy -I binary -O srec examples/image examples/image.srec
4216 ~>examples/image.srec
4444 ~>examples/hello_world.srec
4480 ~>examples/timer.srec
H A DMakefile811 ALL-y += u-boot.srec u-boot.bin u-boot.sym System.map binary_size_check