public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-11-06 17:27:31 to 2023-11-07 23:50:19 UTC [more...]

[PATCH v2 0/3] BOOTP/DHCPv4 enhancements
 2023-11-07 23:50 UTC  (6+ messages)
` [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

[v5 01/30] sandbox: eliminate unused functions from binaries
 2023-11-07 23:35 UTC  (3+ messages)
` [v5 02/30] buildman: Use oldconfig when adjusting the config

[PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC
 2023-11-07 23:34 UTC  (2+ messages)

[PATCH 0/3] board: ti: common: setup mux and debounce for 32k RTC crystal
 2023-11-07 23:32 UTC  (6+ messages)
` [PATCH 1/3] board: ti: common: add rtc setup to common folder
` [PATCH 2/3] configs: am62ax: setup the 32k RTC crystal
` [PATCH 3/3] configs: am62x: move 32K RTC crystal to common

[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
 2023-11-07 23:23 UTC  (30+ messages)

[tom.rini@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]
 2023-11-07 23:18 UTC  (3+ messages)

[PATCH 1/1] pico-imx7d: add baseboard SD card boot detect
 2023-11-07 22:16 UTC 

[PATCH v11 00/24] Modernize U-Boot shell
 2023-11-07 21:41 UTC  (25+ messages)
` [PATCH v11 01/24] test: Add framework to test hush behavior
` [PATCH v11 02/24] test: hush: Test hush if/else
` [PATCH v11 03/24] test/py: hush_if_test: Remove the test file
` [PATCH v11 04/24] test: hush: Test hush variable expansion
` [PATCH v11 05/24] test: hush: Test hush commands list
` [PATCH v11 06/24] test: hush: Test hush loops
` [PATCH v11 07/24] cli: Add Busybox upstream hush.c file
` [PATCH v11 08/24] cli: Port Busybox 2021 hush to U-Boot
` [PATCH v11 09/24] cli: Add menu for hush parser
` [PATCH v11 10/24] global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
` [PATCH v11 11/24] cmd: Add new cli command
` [PATCH v11 12/24] cli: Enables using hush 2021 parser as command line parser
` [PATCH v11 13/24] cli: hush_2021: Enable variables expansion for hush 2021
` [PATCH v11 14/24] cli: hush_2021: Add functions to be called from run_command()
` [PATCH v11 15/24] cli: add hush 2021 as parser for run_command*()
` [PATCH v11 16/24] test: hush: Fix instructions list tests for hush 2021
` [PATCH v11 17/24] test: hush: Fix variable expansion "
` [PATCH v11 18/24] cli: hush_2021: Enable using < and > as string compare operators
` [PATCH v11 19/24] cli: hush_2021: Enable if keyword
` [PATCH v11 20/24] cli: hush_2021: Enable loops
` [PATCH v11 21/24] test: hush: Fix loop tests for hush 2021
` [PATCH v11 22/24] cli: hush_2021: Add upstream commits up to 2nd October 2023
` [PATCH v11 23/24] DO NOT MERGE: only to make CI happy
` [PATCH v11 24/24] DO NOT MERGE: ci: Build the world in any case

Booting Android using U-Boot
 2023-11-07 20:42 UTC 

[RFC PATCH v10 00/24] Modernize U-Boot shell
 2023-11-07 21:52 UTC  (6+ messages)
` [RFC PATCH v10 11/24] cmd: Add new cli command

[PATCH] clk: exynos: Add header guard for clk-pll.h
 2023-11-07 21:22 UTC 

[PATCH] MAINTAINERS: Fix Sam Protsenko mail
 2023-11-07 20:45 UTC 

[PATCH] serial: s5p: Use dev_read_addr_ptr() to get base address
 2023-11-07 20:13 UTC 

rockpro64 rk3399 dwc3 issue
 2023-11-07 18:57 UTC 

[GIT PULL] xilinx patches for v2024.01-rc3
 2023-11-07 19:46 UTC  (2+ messages)

[PATCH 0/4] serial: s5p: Cleanups
 2023-11-07 19:06 UTC  (5+ messages)
` [PATCH 1/4] serial: s5p: Remove common.h inclusion
` [PATCH 2/4] serial: s5p: Use livetree API to get "id" property
` [PATCH 3/4] serial: s5p: Use named constants for register values
` [PATCH 4/4] serial: s5p: Improve coding style

[PATCH 0/4] bootm: Handle compressed arm64 images with bootm
 2023-11-07 19:04 UTC  (15+ messages)
` [PATCH 1/4] bootm: Allow ignoring the load address with kernel_noload

[PATCH v2 0/8] Suspend to RAM support for K3 J7200
 2023-11-07 18:26 UTC  (14+ messages)
` [PATCH v2 1/8] DO NOT MERGE: arm: dts: k3-j7200-r5-common: Add pmic node for esm
` [PATCH v2 2/8] configs: j7200_evm_r5: Used reserved memory in DDR for stack
` [PATCH v2 3/8] configs: j7200_evm_r5: Move address used for allocation in the reserved space
` [PATCH v2 4/8] board: ti: j721e: Add resume detection for J7200
` [PATCH v2 5/8] ram: k3-ddrss: Add exit retention support
` [PATCH v2 6/8] board: ti: j721e: Add the missing part of exit retention for k3-ddrss (J7200)
` [PATCH v2 7/8] board: ti: j721e: During resume spl restores TF-A and DM-Firmware
` [PATCH v2 8/8] arm: mach-k3: j7200: Skip fit processing when resuming

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-11-07 18:07 UTC  (14+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH 0/5] Qualcomm PMIC fixes
 2023-11-07 14:29 UTC  (8+ messages)
` [PATCH 1/5] gpio: qcom_pmic: fix silent dev_read_addr downcast
` [PATCH 2/5] gpio: qcom_pmic: rework pwrkey driver into a button driver
` [PATCH 3/5] gpio: qcom_pmic: fix support for upstream DT
` [PATCH 4/5] spmi: msm: fix register range names
` [PATCH 5/5] pmic: qcom: dont use dev_read_addr to get USID

[PATCH] efi_loader: Clean up efi_dp_append and efi_dp_concat
 2023-11-07 17:36 UTC 

[PATCH] serial: s5p: Fix clk_get_by_index() error code check
 2023-11-07 17:34 UTC 

[PATCH] virtio: rng: gracefully handle 0 byte returns
 2023-11-07 16:09 UTC 

[PATCH v4 0/3] arm64: Add a build target for Flat Image Tree
 2023-11-07 14:48 UTC  (4+ messages)
` [PATCH v4 1/3] kbuild: arm64: Add BOOT_TARGETS variable
` [PATCH v4 2/3] arm: boot: Move the single quotes for image name
` [PATCH v4 3/3] arm64: boot: Support Flat Image Tree

[PATCH v2 0/3] arm64: Add a build target for Flat Image Tree
 2023-11-07 14:47 UTC  (8+ messages)
` [PATCH v2 2/3] arm: boot: Use double quotes for image name
` [PATCH v2 3/3] arm64: boot: Support Flat Image Tree

[PATCH v3 0/2] arm64: Add a build target for Flat Image Tree
 2023-11-07 13:25 UTC  (3+ messages)
` [PATCH v3 1/2] kbuild: arm64: Add BOOT_TARGETS variable
` [PATCH v3 2/2] arm64: boot: Support Flat Image Tree

[PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers
 2023-11-07 13:19 UTC  (2+ messages)

[PATCH v4 0/7] arm: mach-snapdragon: Qualcomm clock driver cleanup
 2023-11-07 12:53 UTC  (9+ messages)
` [PATCH v4 1/7] clk/qcom: move from mach-snapdragon
` [PATCH v4 2/7] clk/qcom: move ipq4019 driver from mach-ipq40xx
` [PATCH v4 3/7] clk/qcom: handle resets and clocks in one device
` [PATCH v4 4/7] clk/qcom: sdm845: add register map for simple gate clocks
` [PATCH v4 5/7] clk/qcom: use function pointers for enable and set_rate
` [PATCH v4 6/7] clk/qcom: add mnd_width to clk_rcg_set_rate_mnd()
` [PATCH v4 7/7] clk/qcom: fix rcg divider value

[PATCH v1 0/5] Implement fastboot multiresponce
 2023-11-07 12:42 UTC  (6+ messages)
` [PATCH v1 1/5] fastboot: multiresponse support
` [PATCH v1 2/5] fastboot: implement "getvar all"
` [PATCH v1 3/5] commonn: console: introduce overflow and isempty calls
` [PATCH v1 4/5] lib: membuff: fix readline not returning line in case of overflow
` [PATCH v1 5/5] fastboot: add oem console command support

[PATCH] dt-bindings: Remove VSC8531 specific RGMII delay definitions
 2023-11-07 12:39 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Add description for nvmem efuse layout
 2023-11-07 12:39 UTC  (2+ messages)

[PATCH 1/2] xilinx: Enable SPI_FLASH_MTD by default
 2023-11-07 12:38 UTC  (4+ messages)
` [PATCH 2/2] ARM: zynq: Add partition description

[PATCH v2] arm64: zynqmp: Comment all smmu entries
 2023-11-07 12:38 UTC  (2+ messages)

[PATCH] bootstage: Correct exhasuted typo
 2023-11-07 12:23 UTC  (2+ messages)

[PATCH] rockchip: rk3588-rock-5b: Enable CONFIG_PCI_INIT_R to support EFI networking
 2023-11-07 11:43 UTC  (5+ messages)

[PATCH] efi_loader: Correctly account the SCRTM event creation
 2023-11-07 11:31 UTC 

[PATCH v3] board: ti: common: board_detect: Fix EEPROM offset read for 1-byte
 2023-11-07  9:45 UTC  (2+ messages)

[PATCH v4 0/8] ATF and OP-TEE Firewalling for K3 devices
 2023-11-07  9:40 UTC  (6+ messages)
` [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

[RESEND PATCH v10 0/9] Add EFI HTTP boot support
 2023-11-07  9:37 UTC  (3+ messages)
` [RESEND PATCH v10 7/9] efi_loader: support boot from URI device path

[PATCH] dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration
 2023-11-07  9:08 UTC  (6+ messages)

[PATCH] usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command
 2023-11-07  9:02 UTC  (2+ messages)

[PATCH v2] clk: nuvoton: add read only feature for clk driver
 2023-11-07  9:01 UTC 

[PATCH v6 00/25] spl: Use common function for loading/parsing images
 2023-11-07  8:49 UTC  (5+ messages)
` [PATCH v6 08/25] spl: Refactor spl_load_info->read to use units of bytes

[PATCH v2 0/3] Implement GPIO cells for PALMAS and MAX77663 PMICs
 2023-11-07  7:33 UTC  (3+ messages)

[PATCH 0/4] mkimage: also honour -B even without external data
 2023-11-07  7:33 UTC  (9+ messages)
` [PATCH 5/4] mkimage: update man page and -h output

[PATCH V2 00/12] board: ti: j721e: cleanup
 2023-11-07  7:12 UTC  (15+ messages)
` [PATCH V2 01/12] board: ti: j721e: evm: Drop unused headers
` [PATCH V2 02/12] board: ti: j721e: evm: Drop board check for ESM
` [PATCH V2 03/12] board: ti: j721e: evm: Switch to using IS_ENABLED
` [PATCH V2 04/12] board: ti: j721e: j721e.env: Add explicit boot_targets
` [PATCH V2 05/12] configs: j721e_evm_a72_defconfig: Switch to bootstd
` [PATCH V2 10/12] configs: j7200: Remove HBMC_AM654 config
` [PATCH V2 11/12] configs: j7200_evm_a72_defconfig: Switch to bootstd

[PATCH v2 0/2] TPS65224 PMIC Driver
 2023-11-07  6:45 UTC  (4+ messages)
  ` [PATCH v2 1/2] driver: power: add support for TPS65224

[PATCH] mmc: sdhci-cadence: Add support for Cadence sdmmc v6
 2023-11-07  6:23 UTC  (3+ messages)

[PATCH V2 0/4] board: ti: Add support for BeagleBone AI-64
 2023-11-07  6:12 UTC  (4+ messages)
` [PATCH V2 2/4] board: beagle: Add BeagleBone AI-64 support

[PATCH V2 0/2] arm: mach-k3: Move TI keys out of board folder
 2023-11-07  5:35 UTC  (4+ messages)
` [PATCH V2 2/2] arm: mach-k3: Move TI dummy "

[PATCH v2 0/5] arm: mach-snapdragon: Qualcomm pinctrl driver cleanup
 2023-11-07  5:28 UTC  (3+ messages)
` [PATCH v2 3/5] pinctrl: qcom: make compatible with linux DTs

[PATCH v3] rockchip: include: asm: fix entering download mode rk3066
 2023-11-07  4:05 UTC  (2+ messages)

[PATCH] rockchip: dts: fix bootph tags for rv1126
 2023-11-07  4:05 UTC  (2+ messages)

[PATCH 0/2] rockchip: Support otp on rv1126
 2023-11-07  4:03 UTC  (5+ messages)
` [PATCH 1/2] rockchip: otp: Add support for RV1126
` [PATCH 2/2] rockchip: rv1126: Read cpuid from otp and set ethaddr

[PATCH v2 0/2] rockchip: ringneck-px30: always reset STM32 companion controller on boot
 2023-11-07  4:02 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] rockchip: ringneck-px30: enable SPL_BOARD_INIT

bootstd: Scanning for USB bootflow will remove existing SCSI bootflow
 2023-11-07  1:09 UTC  (12+ messages)

[PATCH] firmware: scmi: correct a validity check against power domain id
 2023-11-07  0:05 UTC 

Need advise with u-boot on SH-7785LCR
 2023-11-06 21:06 UTC  (9+ messages)

[PATCH v1 0/5] Convert recently merged T30 boards to use DM PMIC
 2023-11-06 21:04 UTC  (7+ messages)

[PATCH] mmc: renesas-sdhi: Disable clock after tuning reset when possible
 2023-11-06 20:04 UTC  (2+ messages)

[ANN] U-Boot v2024.01-rc2 released
 2023-11-06 19:48 UTC 

[PATCH] powerpc: mpc8xx: Remove usage of common.h
 2023-11-06 18:12 UTC  (2+ messages)
` [PATCH] board: cssi: "

[PATCH 0/2] board: ti: am6x: Switch to standard boot
 2023-11-06 18:05 UTC  (14+ messages)
` [PATCH 1/2] board: ti: am62x: am62x.env: Fix boot_targets


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox