public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-02-22 19:28:09 to 2023-02-24 00:52:31 UTC [more...]

[PATCH 1/3] m68k: add mmc device for mcf5441x
 2023-02-24  0:52 UTC  (2+ messages)
` [PATCH 2/3] board: stmark2: add mmc support

[PATCH] m68k: use longword-based jumps
 2023-02-24  0:47 UTC 

[PATCH] board: amcore: fix u-boot mtd partition
 2023-02-24  0:47 UTC 

[PATCH RFC 0/3] FMP versioning support
 2023-02-23 23:28 UTC  (3+ messages)

[PATCH v5 00/44] More tidy-ups of Kconfig options
 2023-02-23 23:07 UTC  (8+ messages)
` [PATCH v5 25/44] sandbox: Tidy up I2C options
` [PATCH v5 30/44] lib: Add an SPL config for LIB_UUID
` [PATCH v5 34/44] rockchip: Avoid checking environment without ENV_SUPPORT

[PATCH v1 00/24] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-02-23 23:07 UTC  (54+ messages)
` [PATCH v1 01/24] cmd: nvedit: check for ENV_SUPPORT
` [PATCH v1 02/24] lib: crc32: prepare for CONFIG_IS_ENABLED changes
` [PATCH v1 03/24] lib: md5: "
` [PATCH v1 04/24] lib: sha1: "
` [PATCH v1 05/24] lib: sha256: "
` [PATCH v1 06/24] lib: sha512: "
` [PATCH v1 07/24] tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.h
` [PATCH v1 08/24] tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS_xxx
` [PATCH v1 09/24] x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED
` [PATCH v1 10/24] config_distro_bootcmd: remove booting environment variables from SPL environment
` [PATCH v1 11/24] ofnode: fdt_support definitions needed if OF_CONTROL is enabled
` [PATCH v1 13/24] puma-rk3399: remove check for ENV_IS_NOWHERE, it is an SPL config
` [PATCH v1 14/24] fdt_support: always define fdt_fixup_mtdparts
` [PATCH v1 15/24] m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)
` [PATCH v1 16/24] freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)
` [PATCH v1 17/24] ns16550: match when to define bdf with uart code
` [PATCH v1 19/24] arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATA
` [PATCH v1 20/24] x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)
` [PATCH v1 22/24] power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)
` [PATCH v1 23/24] arm: cpu: armv7: ls102xa: fdt: remove eth_device support
` [PATCH v1 24/24] CI: add test/usage_of_is_enabled_check.sh

[PATCH v1 0/3] fdt: Fix mtparts fixup
 2023-02-23 22:35 UTC  (6+ messages)

[PATCH] lmb: Bump CONFIG_LMB_MAX_REGIONS
 2023-02-23 22:34 UTC  (10+ messages)

[PATCH v1] configs: j7200: Merge HS and non-HS defconfigs
 2023-02-23 22:28 UTC  (3+ messages)

[PATCH V2 0/9] Rockchip: Improve Support for RK3566 Devices
 2023-02-23 22:14 UTC  (7+ messages)
` [PATCH V2 1/9] gpio: gpio-rockchip: parse gpio-ranges for bank id
` [PATCH V2 7/9] gpio/rockchip: rk_gpio support v2 gpio controller
` [PATCH V2 8/9] arm64: dts: rockchip: add gpio-ranges property to gpio nodes

[PATCH] lib: bzip2: remove inlining
 2023-02-23 22:09 UTC  (6+ messages)

Pull request, u-boot-tegra/master
 2023-02-23 21:25 UTC 

[PATCH v6 0/6] tpm: Support boot measurements
 2023-02-23 21:17 UTC  (13+ messages)
` [PATCH v6 3/6] "
` [PATCH v6 5/6] test: Add sandbox TPM boot measurement
` [PATCH v6 6/6] doc: Add measured boot documentation

[PATCH] clk: rockchip: rk3568: add more supported clk rates for sdmmc and emmc
 2023-02-23 21:03 UTC 

[PATCH v2 1/1] cmd: bootefi: allocate device-tree copy from high memory
 2023-02-23 20:02 UTC  (3+ messages)

[RFC PATCH v3 0/9] Renesas RZ/N1 SoC initial support
 2023-02-23 19:54 UTC  (20+ messages)
` [RFC PATCH v3 3/9] clk: renesas: add R906G032 driver
` [RFC PATCH v3 5/9] ram: cadence: add driver for Cadence EDAC
` [RFC PATCH v3 9/9] tools: spkgimage: add Renesas SPKG format

[PATCH v4 0/1] Add Radxa ROCK 3 Model A support in U-boot
 2023-02-23 19:33 UTC  (5+ messages)
` [PATCH v4 1/1] arm64: dts: rockchip: rk3568: Add Radxa ROCK 3 Model A board support

[PATCH] rockchip: rk3288: Use ft_system_setup instead of ft_board_setup
 2023-02-23 19:28 UTC 

[PATCH 1/1] cmd: bootefi: allocate device-tree copy from high memory
 2023-02-23 19:19 UTC  (2+ messages)

[PATCH v2 1/2] env: mmc: Clean up macro usage
 2023-02-23 18:24 UTC  (6+ messages)

[PATCH v6 00/10] vidconsole: refactoring and support for wider fonts
 2023-02-23 18:10 UTC  (11+ messages)
` [PATCH v6 1/9] video console: refactoring and optimization
` [PATCH v6 2/9] video console: add support for fonts wider than 1 byte
` [PATCH v6 3/9] video console: move 8x16 font data in named header
` [PATCH v6 4/9] video console: implement multiple fonts configuration
` [PATCH v6 5/9] video console: move vidconsole_get_font_size() to test.h
` [PATCH v6 6/9] video console: allow font size configuration at runtime
` [PATCH v6 7/9] video console: add 12x22 Sun font from linux
` [PATCH v6 8/9] video console: add 16x32 Terminus "
` [PATCH v6 1/2] video console: sandbox_defconfig: add 12x22 font
` [PATCH v6 2/2] video console: add 12x22 console simple font test

[PATCH v3 0/9] vidconsole: refactoring and support for wider fonts
 2023-02-23 18:17 UTC  (6+ messages)
` [PATCH v3 9/9] video console: add 12x22 console simple font test

[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
 2023-02-23 18:02 UTC  (26+ messages)
` [PATCH RFC u-boot-mvebu 15/59] tools: kwboot: Fix parsing UART image without data checksum
` [PATCH RFC u-boot-mvebu 20/59] cmd: mvebu/bubt: Add support for selecting eMMC HW partition

bootefi issue
 2023-02-23 16:44 UTC  (4+ messages)

[PATCH 0/3] USB OTG support for radxa cm3 IO board
 2023-02-23 16:35 UTC  (4+ messages)
` [PATCH 1/3] arm: dts: rockchip: rk3566: Enable USB OTG for Radxa CM3
` [PATCH 2/3] rockchip: rk356x: update the dwc3_device register offset
` [PATCH 3/3] rk3566: radxa-cm3: Enable USB OTG

[PULL] u-boot-usb/next
 2023-02-23 16:36 UTC  (6+ messages)

[PATCH v2] usb: dwc3-uniphier: Select PHY
 2023-02-23 16:36 UTC  (2+ messages)

[PATCH] usb: dwc3-meson-g12a: Select PHY instead of imply PHY
 2023-02-23 16:32 UTC 

[PATCH v2 00/13] video: efi: Improve the EFI-app video console
 2023-02-23 14:44 UTC  (10+ messages)
` [PATCH v2 03/13] efi: Support a 64-bit frame buffer address
` [PATCH v2 04/13] x86: Add a few more items to bdinfo
` [PATCH v2 05/13] efi: Use a fixed value for the timer clock
` [PATCH v2 06/13] efi: Support copy framebuffer

[PATCH v4 00/11] Fixes for Rockchip NFC driver part 1
 2023-02-23 14:06 UTC  (4+ messages)
` [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size
    ` [PATCH v1] spi: spi-aspeed-smc: convert devfdt_get_addr_index output to phys_addr_t

[PATCH v2 0/2] imx93: add ADC support
 2023-02-23 14:05 UTC  (5+ messages)
` [PATCH 1/2] dm: adc: add iMX93 "
` [PATCH 2/2] imx93_evk: enable ADC

[PATCH v2 0/2] usb: USB hubs require host mode
 2023-02-23 13:38 UTC  (4+ messages)
` [PATCH v2 2/2] usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB

[PATCH v2] usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio
 2023-02-23 13:27 UTC  (6+ messages)

[PATCH] ARM: dts: at91: sama7g5: fix clock id for ebi node
 2023-02-23 11:28 UTC 

[PATCH 0/4] Add StarFive JH7110 PCIe drvier support
 2023-02-23 10:52 UTC  (5+ messages)
` [PATCH 1/4] starfive: pci: Add StarFive JH7110 pcie driver
` [PATCH 2/4] clk: starfive: Add PCIe clocks for PCIe controller
` [PATCH 3/4] configs: starfive-jh7110: Add support for PCIe host driver
` [PATCH 4/4] riscv: dts: starfive: Enable PCIe host controller

[PATCH] ARM: dts: at91: sama7g5: fix clock id for ebi node
 2023-02-23  9:12 UTC 

[PATCH 3/4] mtd/fpga: add fpga directory to mtd (with Cyclone 10)
 2023-02-23  8:51 UTC  (7+ messages)

[PATCH] bootstd: Make BOOTSTD_FULL depend on BOOTSTD
 2023-02-23 12:43 UTC  (2+ messages)

[PATCH] lmb: Default to not-LMB_USE_MAX_REGIONS
 2023-02-23 10:01 UTC  (6+ messages)

Docs for RISC-V
 2023-02-23  9:11 UTC  (4+ messages)

[PATCH v4 0/4] rockchip: Use external TPL binary to create a working firmware image
 2023-02-23  9:05 UTC  (4+ messages)
` [PATCH v4 2/4] rockchip: Use an external TPL binary on RK3568

[PATCHv4 0/5] FWU: Handle meta-data in common code
 2023-02-23  8:37 UTC  (5+ messages)
` [PATCHv4 2/5] fwu: move meta-data management in core
` [PATCHv4 4/5] fwu: meta-data: switch to management by common code

[PATCH] efi_loader: efi_allocate_pages: check parameter pages
 2023-02-23  7:28 UTC  (4+ messages)

Boot from 64-bit memory address?
 2023-02-23  6:56 UTC  (2+ messages)

[PATCH v3 00/95] RFC: Migrate to split config
 2023-02-23  6:37 UTC  (10+ messages)
` [PATCH v3 65/95] omap: Correct an SPL build error with watchdog
` [PATCH v3 68/95] socfpga: Use the correct condition for SYS_L2_PL310

[PATCH] powerpc/mpc85xx: disable legacy format booting
 2023-02-23  6:03 UTC 

[PATCH] usb: dwc3-uniphier: Imply PHY
 2023-02-23  4:44 UTC 

[PATCH v1 1/1] tools: env: use /run to store lockfile
 2023-02-23  3:28 UTC  (4+ messages)

[PATCH 0/9] binman: Show missing blob message when building U-Boot
 2023-02-22 22:56 UTC  (7+ messages)
` [PATCH 9/9] Makefile: Show binman missing blob message

[PULL] u-boot-usb/master
 2023-02-22 22:51 UTC  (2+ messages)

[PULL] u-boot-socfpga/master
 2023-02-22 22:51 UTC  (2+ messages)

[PATCH 00/11] rockchip: Add efuse and otp support to more SoCs
 2023-02-22 22:46 UTC  (4+ messages)
` [PATCH 10/11] rockchip: misc: Set eth1addr mac address

[PATCH v2 00/12] rockchip: Add efuse and otp support to more SoCs
 2023-02-22 22:44 UTC  (13+ messages)
` [PATCH v2 01/12] rockchip: otp: Refactor to use driver data and ops
` [PATCH v2 05/12] rockchip: efuse: "
` [PATCH v2 02/12] rockchip: otp: Add support for RK3568
` [PATCH v2 04/12] rockchip: otp: Add dump_otp debug command
` [PATCH v2 03/12] rockchip: otp: Add support for RK3588
` [PATCH v2 06/12] rockchip: efuse: Add support for RK3288 and more
` [PATCH v2 07/12] rockchip: efuse: Add support for RK3328
` [PATCH v2 08/12] rockchip: efuse: Add support for RK3128
` [PATCH v2 10/12] rockchip: misc: Set eth1addr mac address
` [PATCH v2 09/12] rockchip: efuse: Add support for RK3036
` [PATCH v2 12/12] rockchip: rk3588: Read cpuid from otp
` [PATCH v2 11/12] rockchip: rk3568: "

[PATCH] rockchip: dts: rk3328: fix sdram params
 2023-02-22 21:42 UTC  (2+ messages)

[PATCH v2] binman: bintool: Add support for tool directories
 2023-02-22 21:20 UTC  (4+ messages)

[PATCH v3 00/76] Clean up of bad Kconfig options
 2023-02-22 21:20 UTC  (6+ messages)
` [PATCH v3 58/76] Drop ubsha1 tool

[PATCH] tools: binman: minor formatting fix in docs
 2023-02-22 21:20 UTC  (2+ messages)

[PATCH 0/5] binman: Tidy up the location for bintools
 2023-02-22 21:20 UTC  (4+ messages)
` [PATCH 5/5] binman: Make the tooldir configurable

bootstd breakages
 2023-02-22 21:07 UTC  (2+ messages)

[PATCH] fastboot: Only call the bootm command if it is enabled
 2023-02-22 19:27 UTC  (2+ messages)


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