u-boot/drivers
Yuri Zaporozhets ae12873de7 bios_emulator: fix incorrect printing of address in "jump near immediate"
In the x86emuOp_jump_call_near_IMM() function the target address is
printed incorrectly when jumping backwards. For example instead of
"jmp 0xe8bc" the string "jmp ffffe8bc" is printed. That's because
of the following macro:

    DECODE_PRINTF2("%04x\n", ip);

while it should be

    DECODE_PRINTF2("%04x\n", (u16)ip);

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
2024-12-15 11:39:23 -06:00
..
adc adc: rockchip-saradc: Use vdd-microvolts prop as fallback 2024-10-26 10:46:48 +08:00
ata Merge patch series "Implement ACPI on aarch64" 2024-10-27 18:44:13 -06:00
axi
bios_emulator bios_emulator: fix incorrect printing of address in "jump near immediate" 2024-12-15 11:39:23 -06:00
block block: make blk_create_device() static 2024-10-24 11:20:58 -06:00
bootcount drivers: bootcount: Add ZynqMP specific bootcount support 2024-11-15 14:32:47 +01:00
bus global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
button button: gpio: handle broken controller 2024-12-04 14:06:23 -06:00
cache driver: sifive ccache: enable TRUNKCLOCKGATE and REGIONCLOCKGATE 2024-11-06 18:56:51 +08:00
clk clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present 2024-12-12 14:23:25 -06:00
core Merge patch series "led: update LED boot/activity to new property implementation" 2024-12-06 13:00:52 -06:00
cpu imx: Add iMX91 support 2024-12-07 09:07:04 -03:00
crypto drivers/crypto: aspeed: Add Caliptra ECDSA384 support 2024-10-21 17:52:52 -06:00
ddr ddr: imx: Add new rates for i.MX91 2024-12-07 09:07:04 -03:00
demo
dfu dfu: add scsi backend 2024-11-20 17:57:58 +01:00
dma dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove() 2024-10-17 18:21:19 -06:00
extcon
fastboot fastboot: properly handle unknown partition type 2024-11-19 15:10:56 +01:00
firmware global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
fpga drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:48 -06:00
fuzz
fwu-mdata
gpio gpio: imx_rgpio2p: Move 8ulp_data to data section 2024-12-07 09:07:03 -03:00
hwspinlock
i2c i2c: mxc_i2c: Convert to use livetree API for fdt access 2024-10-25 09:07:39 -03:00
input global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
iommu Merge patch series "Fix device removal order for Apple dart iommu" 2024-11-24 15:41:32 -06:00
led led: update LED boot/activity to new property implementation 2024-12-06 13:00:41 -06:00
mailbox global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
memory memory: ti-aemif-cs: Compute timing configuration from DT parsing 2024-10-29 18:45:22 -06:00
mfd
misc Merge patch series "Add OPP_LOW support for J7200" 2024-12-04 14:30:25 -06:00
mmc mmc: msm_sdhci: enable vqmmc at probe if available 2024-11-20 17:57:57 +01:00
mtd Merge patch series "Hyperflash Boot fixes for J7200/J721E" 2024-12-14 09:34:27 -06:00
mux Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" 2024-10-11 12:23:25 -06:00
net Prepare v2025.01-rc4 2024-12-09 16:29:47 -06:00
nvme global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
pch
pci Merge patch series "Implement ACPI on aarch64" 2024-10-27 18:44:13 -06:00
pci_endpoint
phy phy: qcom: Add SM8150 to QMP UFS PHY driver 2024-11-20 17:57:58 +01:00
pinctrl Prepare v2025.01-rc4 2024-12-09 16:29:47 -06:00
power power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind() 2024-12-05 07:31:31 +09:00
pwm
qe
ram ram: k3-ddrss: drop debug() in timing-sensitive sequence 2024-12-06 16:37:39 -06:00
reboot-mode
remoteproc sandbox: efi_loader: Correct use of addresses as pointers 2024-12-02 16:34:30 -06:00
reset global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
rng global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
rtc rtc: CONFIGS_RTC_PL031 must depend on CONFIGS_DM_RTC 2024-12-06 17:47:23 -06:00
scsi scsi: fix disk capacity too small by one sector 2024-11-01 13:34:32 -06:00
serial drivers: serial: serial_omap: Fix TI OMAP UART U-Boot driver to support higher baudrates 2024-12-14 09:32:59 -06:00
sm
smem
soc
sound
spi cadence_qspi: Refactor the flash reset functionality 2024-11-29 13:21:17 +01:00
spmi
sysinfo dm: sysinfo: Shorten the SYSINFO_ID prefix 2024-11-17 13:12:54 -06:00
sysreset global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
tee
thermal
timer x86: Sync up tsc_timer with Linux 2024-10-18 14:10:21 -06:00
tpm global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
ufs ufs: Add Support for Qualcomm UFS HC driver 2024-10-14 08:56:03 +02:00
usb Merge patch series "AM62A DWC3: Add support for USB DFU boot in OTG mode" 2024-12-13 14:14:50 -06:00
video drivers/video/vesa: use MTRRs only on x86 2024-11-04 16:41:38 -06:00
virtio virtio: blk: introduce virtio-block erase support 2024-10-18 14:10:21 -06:00
w1
w1-eeprom
watchdog wdt: imx8qxp: add option to control external PMIC wdt via IMX8 SCU 2024-11-25 23:07:37 -03:00
xen
Kconfig
Makefile mux: Makefile: Add config for mux drivers 2024-12-14 09:34:16 -06:00