Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 2183) sorted by relevance

12345678910>>...88

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c189 if (update->flip_addr) { in update_surface_trace()
194 update->flip_addr->address.type, in update_surface_trace()
200 if (update->plane_info) { in update_surface_trace()
211 update->plane_info->color_space, in update_surface_trace()
212 update->plane_info->format, in update_surface_trace()
218 update->plane_info->rotation, in update_surface_trace()
252 update->plane_info->visible, in update_surface_trace()
259 if (update->scaling_info) { in update_surface_trace()
277 update->scaling_info->src_rect.x, in update_surface_trace()
278 update->scaling_info->src_rect.y, in update_surface_trace()
[all …]
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmicrocode.c41 struct microcode_update *update) in microcode_decode_node() argument
43 update->data = fdt_getprop(blob, node, "data", &update->size); in microcode_decode_node()
44 if (!update->data) in microcode_decode_node()
124 struct microcode_update cpu, update; in microcode_update_intel() local
165 update.processor_flags); in microcode_update_intel()
173 rev, update.date_code & 0xffff, in microcode_update_intel()
174 (update.date_code >> 24) & 0xff, in microcode_update_intel()
175 (update.date_code >> 16) & 0xff); in microcode_update_intel()
176 if (update.update_revision != rev) { in microcode_update_intel()
182 ucode_base = (ulong)update.data; in microcode_update_intel()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dhtab_mem_bench.c58 struct update_ctx update; in overwrite() local
60 update.from = bpf_get_smp_processor_id(); in overwrite()
61 update.step = nr_thread; in overwrite()
70 struct update_ctx update; in batch_add_batch_del() local
72 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del()
73 update.step = nr_thread; in batch_add_batch_del()
76 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del()
86 struct update_ctx update; in add_only() local
89 update.step = nr_thread / 2; in add_only()
98 struct update_ctx update; in del_only() local
[all …]
H A Dtest_bpf_cookie.c34 update(ctx, &kprobe_res); in handle_kprobe()
41 update(ctx, &kretprobe_res); in handle_kretprobe()
48 update(ctx, &uprobe_res); in handle_uprobe()
55 update(ctx, &uretprobe_res); in handle_uretprobe()
67 update(ctx, &tp_res); in handle_tp1()
73 update(ctx, &tp_res); in handle_tp2()
79 update(ctx, &tp_res); in handle_tp3()
86 update(ctx, &pe_res); in handle_pe()
93 update(ctx, &fentry_res); in BPF_PROG()
100 update(ctx, &fexit_res); in BPF_PROG()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/
H A Dopkg-utils_0.6.3.bb8 PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtual/update-alternati…
28 PACKAGECONFIG = "python update-alternatives"
30 PACKAGECONFIG[update-alternatives] = ",,,"
35 rm -f "${D}${bindir}/update-alternatives"
44 if [ -e "${D}${bindir}/update-alternatives" ]; then
53 PACKAGES =+ "update-alternatives-opkg"
54 FILES:update-alternatives-opkg = "${bindir}/update-alternatives"
55 RPROVIDES:update-alternatives-opkg = "update-alternatives update-alternatives-cworth"
56 RREPLACES:update-alternatives-opkg = "update-alternatives-cworth"
57 RCONFLICTS:update-alternatives-opkg = "update-alternatives-cworth"
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst386 - at: update 3.2.2 -> 3.2.5
417 - efivar: update 37 -> 38
423 - ethtool: update to 5.16
425 - ffmpeg: update 4.4 -> 5.0
467 - icu: update 69.1 -> 70.1
530 - libx11: update to 1.7.3.1
533 - libxi: update to 1.8
535 - libxml2: update to 2.9.13
557 - man-pages: update to 5.13
558 - mdadm: update 4.1 -> 4.2
[all …]
H A Drelease-notes-4.2.rst393 - apr: update 1.7.0 -> 1.7.2
403 - bluez: update 5.65 -> 5.66
453 - go: update 1.19 -> 1.20.1
454 - grep: update 3.7 -> 3.10
462 - icu: update 71.1 -> 72-1
564 - make: update 4.3 -> 4.4.1
603 - popt: update 1.18 -> 1.19
670 - quota: update 4.06 -> 4.09
673 - rgb: update 1.0.6 -> 1.1.0
680 - sed: update 4.8 -> 4.9
[all …]
/openbmc/u-boot/doc/
H A DREADME.update1 Automatic software update from a TFTP server
10 boot. The update file should be a FIT file, and can contain one or more
11 updates. Each update in the update file has an address in NOR Flash where it
13 TFTP transfer is successful, the hash of each update is verified, and if the
14 verification is positive, the update is stored in Flash.
16 The auto-update feature is enabled by the CONFIG_UPDATE_TFTP macro:
21 Note that when enabling auto-update, Flash support must be turned on. Also,
27 The auto-update feature uses the following configuration knobs:
88 where the update will be placed is correct. Making mistake here and
89 attempting the auto-update can render the system unusable.
[all …]
/openbmc/phosphor-ipmi-flash/
H A Dmeson.options9 option('host-bios', type: 'boolean', value: false, description: 'Install default BIOS update config…
10 option('reboot-update', type: 'boolean', value: false, description: 'Enable use of reboot update me…
11 option('update-status', type: 'boolean', value: false, description: 'Enable use of update status fi…
13 option('update-type', type : 'combo', choices : ['none', 'static-layout', 'tarball-ubi'], descripti…
32 …alue : '/run/initramfs/bmc-image', description : 'The file to use for staging the firmware update')
33 …, type : 'string', value : '/tmp/image-update.tar', description : 'The file to use for staging the…
36 option('update-status-filename', type : 'string', value : '/tmp/bmc.update', description : 'The fil…
39 …prepare.target', description : 'The systemd target started when the host starts to send an update')
41 option('update-dbus-service', type : 'string', value : 'phosphor-ipmi-flash-bmc-update.target', des…
42 …, value : 'bios-staged-name', description : 'The file to use for staging the bios firmware update')
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-cmake-Do-not-build-po-files.patch8 | The dependency target "update-po4a" of target "update-po" does not exist.
29 -if(TARGET update-po AND TARGET update-po4a)
30 -# Link update-po4a into the update-po target
31 -add_dependencies(update-po update-po4a)
/openbmc/docs/designs/
H A Dpsu-firmware-update.md1 # PSU firmware update
17 The update process consists of:
23 Currently, BMC and BIOS firmware update are supported:
39 1. The user manually invokes the APIs to do the update;
41 filesystem, BMC shall update the PSU firmware;
43 filesystem, BMC shall update the PSU firmware.
88 update the PSU firmware.
104 the update.
126 update shall be performed.
135 tool to perform the code update.
[all …]
H A Dfirmware-update-via-usb.md15 In order to perform an update, need first to bring the image into the BMC
38 phosphor-usb-code-update). The design process is as follows:
40 - Define a macro switch (`usb-code-update`) in [phosphor-software-manager][1]
43 - If `usb-code-update` enabled, install the udev rules file to
46 start the phosphor-usb-code-update daemon.
53 - Exit the phosphor-usb-code-update daemon.
69 the vulnerability is fixed, enable "USB code update" again via Redfish.
77 the machine and update the system to a working firmware level.
88 any update.
92 `systemcl start usb-code-update@sda1.service`)
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/
H A Ddocbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch1 docbook-xsl-stylesheets: no bashism in docbook-xsl-update
9 tools/bin/docbook-xsl-update | 2 +-
12 diff --git a/tools/bin/docbook-xsl-update b/tools/bin/docbook-xsl-update
14 --- a/tools/bin/docbook-xsl-update
15 +++ b/tools/bin/docbook-xsl-update
21 # docbook-xsl-update - Update environment to latest docbook-xsl snapshot
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_json_unittest.cpp39 "update" : { in TEST()
67 "update" : { in TEST()
96 "update" : { in TEST()
125 "update" : { in TEST()
150 "update" : { in TEST()
190 "update" : { in TEST()
214 "update" : { in TEST()
265 "update" : { in TEST()
286 "update" : { in TEST()
326 "update" : { in TEST()
[all …]
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_aewb.c187 update = 1; in h3a_aewb_set_params()
191 update = 1; in h3a_aewb_set_params()
195 update = 1; in h3a_aewb_set_params()
199 update = 1; in h3a_aewb_set_params()
203 update = 1; in h3a_aewb_set_params()
207 update = 1; in h3a_aewb_set_params()
211 update = 1; in h3a_aewb_set_params()
215 update = 1; in h3a_aewb_set_params()
219 update = 1; in h3a_aewb_set_params()
223 update = 1; in h3a_aewb_set_params()
[all …]
/openbmc/docs/architecture/code-update/
H A Dcode-update-deprecated.md6 [code-update.md](code-update.md) for the new APIs to do code update.
10 [host-code-update.md](host-code-update.md)
87 /run/initramfs/update
105 1. Prepare system for update
106 2. Configure update settings
107 3. Initiate update
109 5. Apply update
112 ### Prepare system for update
124 ### Configure update settings
146 ### Initiate update
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/opkg-utils/
H A D0001-update-alternatives-correctly-match-priority.patch4 Subject: [PATCH] update-alternatives: correctly match priority
13 update-alternatives | 2 +-
16 diff --git a/update-alternatives b/update-alternatives
18 --- a/update-alternatives
19 +++ b/update-alternatives
26 …echo "Warn: update-alternatives: $name has multiple providers with the same priority, please check…
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-flash_%.bbappend4 …EXTRAPATHS:prepend := "${THISDIR}/${PN}/bmc-update:${THISDIR}/${PN}/bios-update:${THISDIR}/${PN}/c…
12 RPROVIDES:${PN}:append = " virtual/bmc-update \
14 SYSTEMD_SERVICE:${PN}:append = " phosphor-ipmi-flash-bios-update.service \
15 phosphor-ipmi-flash-bmccpld-update.service \
16 phosphor-ipmi-flash-mbcpld-update.service \
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handlers_builder.cpp112 const auto& update = a.at("update"); in buildHandlerFromJson() local
113 const std::string updateType = update.at("type"); in buildHandlerFromJson()
116 pack->update = SystemdNoFile::CreateSystemdNoFile( in buildHandlerFromJson()
122 pack->update = std::move(buildFileSystemd(update)); in buildHandlerFromJson()
126 pack->update = std::move(buildSystemd(update)); in buildHandlerFromJson()
130 pack->update = SkipAction::CreateSkipAction(); in buildHandlerFromJson()
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-dhcp.sh51 update-dhcp-status 'ONGOING' "Received dhcp response ${ipv6}"
59 update-dhcp-status 'ONGOING' "Invalid address prefix ${ipv6}"
66 update-dhcp-status 'ONGOING' "Invalid address ${ipv6}"
71 update-dhcp-status 'ONGOING' "Setting hostname ${fqdn} and ip ${ipv6}"
86 update-dhcp-status 'ONGOING' "Outstanding DHCP hooks ${!GBMC_BR_DHCP_OUTSTANDING[*]}"
93 update-dhcp-status 'DONE' "Netboot finished"
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c160 *update |= NFP_DCB_MSG_MSK_RATE; in update_dscp_maxrate()
169 *update |= NFP_DCB_MSG_MSK_DSCP; in update_dscp_maxrate()
190 *update |= NFP_DCB_MSG_MSK_TRUST; in nfp_nic_set_trust()
270 u32 update = 0; in nfp_nic_dcbnl_ieee_setets() local
301 nfp_nic_set_trust(nn, &update); in nfp_nic_dcbnl_ieee_setets()
334 u32 update = 0; in nfp_nic_dcbnl_ieee_setmaxrate() local
349 nfp_nic_set_trust(nn, &update); in nfp_nic_dcbnl_ieee_setmaxrate()
350 nfp_nic_ets_init(nn, &update); in nfp_nic_dcbnl_ieee_setmaxrate()
366 u32 update = 0; in nfp_nic_set_trust_status() local
375 update |= NFP_DCB_MSG_MSK_RATE; in nfp_nic_set_trust_status()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/update-rc.d/
H A Dupdate-rc.d_0.8.bb2 HOMEPAGE = "http://github.com/philb/update-rc.d/"
3 DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts i…
7 LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9"
9 SRC_URI = "git://git.yoctoproject.org/update-rc.d;branch=master;protocol=https"
23 install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A Dnmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch12 nmap-update/Makefile.in | 2 +-
33 diff --git a/nmap-update/Makefile.in b/nmap-update/Makefile.in
35 --- a/nmap-update/Makefile.in
36 +++ b/nmap-update/Makefile.in
40 install: nmap-update
43 $(INSTALL) -c -m 755 nmap-update $(DESTDIR)$(bindir)
44 $(STRIP) -x $(DESTDIR)$(bindir)/nmap-update
45 $(INSTALL) -c -m 644 ../docs/nmap-update.1 $(DESTDIR)$(mandir)/man1/
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/
H A Dca-certificates_20211016.bb20 file://0002-update-ca-certificates-use-SYSROOT.patch \
21 file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \
44 ${D}${sysconfdir}/ca-certificates/update.d
48 install -m 0644 sbin/update-ca-certificates.8 ${D}${mandir}/man8/
53 echo "# Lines starting with ! will remove certificate on next update"
64 ${D}${sbindir}/update-ca-certificates \
65 ${D}${mandir}/man8/update-ca-certificates.8
69 SYSROOT="$D" $D${sbindir}/update-ca-certificates
75 # we just run update-ca-certificate from do_install() for nativesdk.
78 SYSROOT="${D}${SDKPATHNATIVE}" ${D}${sbindir}/update-ca-certificates
[all …]
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py58 def update(self, pbar): member in Widget
74 def update(self, pbar, width): member in WidgetHFill
98 def update(self, pbar): member in Timer
109 def update(self, pbar): member in ETA
148 def update(self, pbar): member in AdaptiveETA
177 def update(self, pbar): member in FileTransferSpeed
201 def update(self, pbar): member in AnimatedMarker
222 def update(self, pbar): member in Counter
229 def update(self, pbar): member in Percentage
250 def update(self, pbar): member in FormatLabel
[all …]

12345678910>>...88