public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-02-28 21:15:37 to 2023-03-01 22:20:20 UTC [more...]

[PATCH v7 00/10] vidconsole: refactoring and support for wider fonts
 2023-03-01 22:20 UTC  (3+ messages)
` [PATCH v7 10/10] video console: add 12x22 console simple font test

[PATCH v2 0/4] patman: Speed up some operations
 2023-03-01 22:13 UTC  (9+ messages)
` [PATCH v2 1/4] patman: Drop an incorrect comment about git am
` [PATCH v2 2/4] patman: Refactor MakeCcFile() into two functions
` [PATCH v2 3/4] patman: Run get_maintainer.pl in parallel
` [PATCH v2 4/4] patman: Check patches "

[PATCH 0/2] improve 'read' command, add 'write' command
 2023-03-01 21:12 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded dev_part parsing
  ` [PATCH v2 2/5] cmd: introduce 'write' command
  ` [PATCH v2 3/5] doc: document read/write commands
  ` [PATCH v2 4/5] sandbox: enable CMD_WRITE
  ` [PATCH v2 5/5] test: add tests of 'read' and 'write' shell commands

u-boot crashes if mass-storage devices are connected via USB-C
 2023-03-01 20:34 UTC  (2+ messages)

[PATCH] sandbox: Correctly define BITS_PER_LONG
 2023-03-01 20:14 UTC  (6+ messages)

[PATCH 00/17] patman: Convert camel case
 2023-03-01 20:14 UTC  (3+ messages)
` [PATCH 17/17] RFC: tools: Add a camel-case conversion script

[PATCH] arm64: a37xx: pinctrl: probe after binding
 2023-03-01 20:14 UTC  (5+ messages)

[PATCH] MAINTAINERS: assign sandbox drivers to SANDBOX
 2023-03-01 20:14 UTC  (3+ messages)

[PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG
 2023-03-01 20:14 UTC  (5+ messages)

[PATCH v2 1/1] sandbox: fix building with CONFIG_SPL_TIMER=y
 2023-03-01 20:14 UTC  (3+ messages)

[PATCH] tools: binman: minor formatting fix in docs
 2023-03-01 20:14 UTC  (3+ messages)

Please pull u-boot-dm
 2023-03-01 20:10 UTC 

Please pull u-boot-marvell/next
 2023-03-01 19:54 UTC  (2+ messages)

[PATCH V7 00/15] IOT2050-related enhancements
 2023-03-01 19:29 UTC  (9+ messages)
` [PATCH V7 01/15] board: siemens: iot2050: Split the build for PG1 and PG2
` [PATCH V7 13/15] iot2050: Refresh defconfigs and activate CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN

[PATCH v5 0/6] rockchip: Use external TPL binary to create a working firmware image
 2023-03-01 18:35 UTC  (6+ messages)
` [PATCH v5 2/6] rockchip: Use an external TPL binary on RK3568
  ` Aw: "

[PATCH] WIP: Example pinctrl changes for armada 37xx
 2023-03-01 18:26 UTC 

[PATCH 0/2] rockchip: theobroma: enforce ENV_IS_NOWHERE with Kconfig select
 2023-03-01 17:31 UTC  (3+ messages)
` [PATCH 1/2] rockchip: puma-rk3399: "
` [PATCH 2/2] rockchip: ringneck-px30: "

[RFC PATCH] binman: bintool: etype: Add support for ti-secure entry
 2023-03-01 17:11 UTC  (5+ messages)

Re-writing SMC91111 Ethernet driver
 2023-03-01 16:11 UTC  (2+ messages)

[PATCH v2] pinctrl: rockchip: support rk3588 pinctrl
 2023-03-01 16:07 UTC  (2+ messages)

[PATCH] image: Fix potentially uninitialized data variable
 2023-03-01 16:02 UTC  (2+ messages)

[PATCH v2 0/1] introduce .editorconfig
 2023-03-01 15:58 UTC  (3+ messages)
` [PATCH v2 1/1] editorconfig: "

[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
 2023-03-01 15:48 UTC  (13+ messages)

[PATCH v2 0/6] J7 platform hs fix
 2023-03-01 15:47 UTC  (9+ messages)
` [PATCH v2 1/6] arm: k3: config.mk: Add missing dependencies on tispl.bin HS
` [PATCH v2 2/6] configs: j721s2: merge HS and non-HS defconfigs
` [PATCH v2 3/6] configs: j7200: Merge "
` [PATCH v2 4/6] configs: j721e: Merge the "
` [PATCH v2 5/6] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region
` [PATCH v2 6/6] arm: mach-k3: Increase SYSFW max image size

[PATCH v2 00/26] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-03-01 15:33 UTC  (11+ messages)
` [PATCH v2 02/26] cmd: nvedit: check for ENV_SUPPORT
` [PATCH v2 03/26] lib: crc32: prepare for CONFIG_IS_ENABLED changes
` [PATCH v2 08/26] tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.h
` [PATCH v2 09/26] tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS_xxx
` [PATCH v2 14/26] puma-rk3399: use IS_ENABLED_NOCHECK to avoid CI test failure for ENV_IS_NOWHERE

[PATCH 01/32] cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint
 2023-03-01 15:02 UTC  (60+ messages)
` [PATCH 02/32] cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
` [PATCH 03/32] cmd: fdt: Fix fdt rm behavior on non-existent property and error message space
` [PATCH 04/32] cmd: fdt: Fix fdt rsvmem behavior on non-existent index "
` [PATCH 05/32] cmd: fdt: Check argc before accessing argv in fdt bootcpu
` [PATCH 06/32] cmd: fdt: Check argc before accessing argv in fdt memory
` [PATCH 07/32] cmd: fdt: Align checksign parameter names in help text
` [PATCH 08/32] cmd: fdt: Handle 64bit pointers in fdt get addr
` [PATCH 09/32] cmd: fdt: Map address returned from fdt get addr to sysmem
` [PATCH 11/32] test: Add ut_assert_nextline_empty() empty line helper
` [PATCH 12/32] test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()
` [PATCH 13/32] test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()
` [PATCH 15/32] test: cmd: fdt: Test alias resolution in 'fdt get value'
` [PATCH 16/32] test: cmd: fdt: Test both string and integer arrays "
` [PATCH 17/32] test: cmd: fdt: Test fdt move
` [PATCH 18/32] test: cmd: fdt: Test fdt resize
` [PATCH 19/32] test: cmd: fdt: Test fdt print and list
` [PATCH 20/32] test: cmd: fdt: Test fdt get name
` [PATCH 21/32] test: cmd: fdt: Test fdt get addr
` [PATCH 22/32] test: cmd: fdt: Test fdt get size
` [PATCH 23/32] test: cmd: fdt: Test fdt set
` [PATCH 24/32] test: cmd: fdt: Test fdt mknode
` [PATCH 25/32] test: cmd: fdt: Test fdt rm
` [PATCH 26/32] test: cmd: fdt: Test fdt header
` [PATCH 27/32] test: cmd: fdt: Test fdt bootcpu
` [PATCH 28/32] test: cmd: fdt: Test fdt memory
` [PATCH 29/32] test: cmd: fdt: Test fdt rsvmem
` [PATCH 30/32] test: cmd: fdt: Test fdt chosen
` [PATCH 31/32] test: cmd: fdt: Test fdt apply
` [PATCH 32/32] test: cmd: fdt: Add list of remaining missing tests

[PATCH v5 00/21] Fixes for Rockchip NFC driver part 1
 2023-03-01 15:01 UTC  (27+ messages)
` [PATCH v5 02/21] mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"
` [PATCH v5 03/21] mtd: nand: raw: rockchip_nfc: add layout structure
` [PATCH v5 04/21] mtd: nand: raw: rockchip_nfc: add flash_node to chip structure
` [PATCH v5 05/21] mtd: nand: raw: rockchip_nfc: fix oobfree offset and description
` [PATCH v5 06/21] mtd: nand: add support for the Sandisk SDTNQGAMA chip
` [PATCH v5 07/21] rockchip: adc: rockchip-saradc: use dev_read_addr_ptr
` [PATCH v5 08/21] rockchip: timer: dw-apb-timer: convert dev_read_addr output to phys_addr_t
` [PATCH v5 09/21] include: dm: ofnode: fix headers
` [PATCH v5 10/21] core: remap: convert regmap_init_mem_plat() input to phys_addr_t
` [PATCH v5 11/21] core: fdtaddr: add devfdt_get_addr_size_index_ptr function
` [PATCH v5 12/21] core: read: add dev_read_addr_index_ptr function
` [PATCH v5 13/21] spi: spi-aspeed-smc: use devfdt_get_addr_index_ptr
` [PATCH v5 14/21] drivers: use dev_read_addr_index_ptr when cast to pointer
` [PATCH v5 15/21] drivers: use dev_read_addr_ptr "
` [PATCH v5 16/21] drivers: use devfdt_get_addr_size_index_ptr "
` [PATCH v5 17/21] drivers: use devfdt_get_addr_index_ptr "
` [PATCH v5 18/21] drivers: use devfdt_get_addr_ptr "
` [PATCH v5 19/21] drivers: fix debug string with fdt_addr_t input
` [PATCH v5 20/21] arm: stm32mp: spl: fix function "
` [PATCH v5 21/21] include: fdtdec: decouple fdt_addr_t and phys_addr_t size

[PATCH] rpi: Update the RPi Zero 2W DT filename
 2023-03-01 15:13 UTC  (2+ messages)

[PATCH] console: Use only 0x00 as line separator for console recording
 2023-03-01 15:02 UTC  (2+ messages)

[PATCH V2 0/9] Rockchip: Improve Support for RK3566 Devices
 2023-03-01 15:02 UTC  (4+ messages)
` [PATCH V2 7/9] gpio/rockchip: rk_gpio support v2 gpio controller

[PATCH 1/2] Azure CI: Save pytest output automatically
 2023-03-01 15:01 UTC  (4+ messages)
` [PATCH 2/2] Azure CI: Be explicit about pytest cache directory

[PATCH v2 1/2] mmc: tmio: Check 'addr' width before checking for 64bit limitation
 2023-03-01 15:01 UTC  (3+ messages)
` [PATCH v2 2/2] mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macros

[PATCH 1/2] serial: sh: Add R-Car Gen4 support
 2023-03-01 15:01 UTC  (3+ messages)
` [PATCH 2/2] serial: sh: Add HSCIF support for R-Car SoC

Pull request: u-boot-rockchip-20230228
 2023-03-01 14:54 UTC  (2+ messages)

[PULL] u-boot-at91-fixes-2023.04-a
 2023-03-01 14:54 UTC  (2+ messages)

[RFC PATCH 1/1] eficonfig: Add a 'scan-only' mode in eficonfig
 2023-03-01 14:44 UTC 

[PATCH v5 0/6] FWU: Handle meta-data in common code
 2023-03-01 11:16 UTC  (5+ messages)
` [PATCH v5 3/6] fwu: move meta-data management in core
` [PATCH v5 4/6] fwu: gpt: implement read_mdata and write_mdata callbacks

[PATCH v3 0/2] Fix sparse warnings
 2023-03-01 10:33 UTC  (3+ messages)
` [PATCH v3 1/2] xilinx: zynqmp: Add missing prototype for zynqmp_mmio_write
` [PATCH v3 2/2] spl: Add missing prototype for board_boot_order

[PATCH] rockchip: Use an external TPL binary on RK3588
 2023-03-01  9:58 UTC  (2+ messages)

[PATCH] pinctrl: rockchip: support rk3588 pinctrl
 2023-03-01  9:58 UTC  (5+ messages)

[PATCH v2 0/4] FMP versioning support
 2023-03-01  9:15 UTC  (5+ messages)
` [PATCH v2 1/4] efi_loader: store firmware version into FmpState variable
` [PATCH v2 2/4] efi_loader: versioning support in GetImageInfo
` [PATCH v2 3/4] efi_loader: check lowest supported version in capsule update
` [PATCH v2 4/4] mkeficapsule: add FMP Payload Header

[PATCH 00/10] efi: Improvements to booting and debugging
 2023-03-01  8:52 UTC  (3+ messages)
` [PATCH 07/10] efi: Add another tranch of GUIDs

[PATCH] spi: renesas: Make driver available on R-Car Gen4
 2023-03-01  7:49 UTC  (2+ messages)

[PATCH 0/2] spi: spi-mem: odd byte condition changes in dtr_supports_op
 2023-03-01  7:43 UTC  (3+ messages)
` [PATCH 1/2] spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()
` [PATCH 2/2] spi: spi-mem: perform odd len check only while writing data

[PATCH] i2c: rcar_i2c: Add R-Car Gen4 support
 2023-03-01  5:58 UTC  (2+ messages)

[PATCH 1/2] i2c: rcar_iic: Sort Kconfig depends list ascending
 2023-03-01  5:55 UTC  (4+ messages)
` [PATCH 2/2] i2c: rcar_i2c: "

[PATCH] usb: dwc3: core: improve reset sequence
 2023-03-01  3:39 UTC 

[PATCH 0/3] vpl: Correct some tests
 2023-03-01  3:34 UTC  (4+ messages)
` [PATCH 1/3] vbe: Use the correct image filename in the test
` [PATCH 2/3] CI: Ensure that vpl test is run
` [PATCH 3/3] test: Run the VPL tests with 'make check'

[PATCH 2/2] arm: mvebu: clearfog: Add defconfig for SPI booting
 2023-03-01  1:32 UTC  (14+ messages)

[PATCH] README.mpc85xx-sd-spi-boot: Suggest the NXP boot format github repo
 2023-02-28 23:53 UTC  (5+ messages)

[PATCH 1/9] dt-bindings: power: Add R8A779G0 V4H SYSC power domain definitions
 2023-02-28 21:37 UTC  (9+ messages)
` [PATCH 2/9] dt-bindings: clock: Add R8A779G0 V4H CPG Core Clock Definitions
` [PATCH 3/9] clk: renesas: Add R8A779G0 V4H clock tables
` [PATCH 4/9] pinctrl: renesas: Add R8A779G0 V4H PFC tables
` [PATCH 5/9] ARM: dts: renesas: Add R8A779G0 V4H DT
` [PATCH 6/9] ARM: dts: renesas: Add R8A779G0 V4H DT extras
` [PATCH 7/9] ARM: dts: renesas: Add R8A779G0 V4H White Hawk DTs
` [PATCH 8/9] ARM: renesas: Add R8A779G0 V4H Kconfig entry and PRR ID
` [PATCH 9/9] ARM: renesas: Add R8A779G0 V4H White Hawk board code

[PATCH 1/7] global: Disable deprecated-non-prototype warning with clang
 2023-03-01  0:56 UTC  (3+ messages)
` [PATCH 5/7] imx8image: Remove unused cont_img_count variable

[PATCH 0/5] Convert the LS208xA RDB/QDS boards to DM_SERIAL
 2023-03-01  0:55 UTC  (2+ messages)

[PATCH v3 0/3] imx93: add ADC support
 2023-03-01  0:53 UTC  (2+ messages)

[PULL] Please pull u-boot-coldfire/master
 2023-02-28 22:03 UTC  (4+ messages)

[PATCH 01/11] dt-bindings: power: Add R8A779F0 S4 SYSC power domain definitions
 2023-02-28 21:34 UTC  (11+ messages)
` [PATCH 02/11] dt-bindings: clock: Add R8A779F0 S4 CPG Core Clock headers
` [PATCH 03/11] clk: renesas: Update R-Car Gen3 driver Gen4 support
` [PATCH 04/11] clk: renesas: Add R8A779F0 S4 clock tables
` [PATCH 05/11] pinctrl: renesas: Add R8A779F0 S4 PFC tables
` [PATCH 06/11] ARM: rmobile: Turn R-Car V3U into R-Car Gen4
` [PATCH 07/11] ARM: dts: renesas: Add R8A779F0 S4 DT
` [PATCH 08/11] ARM: dts: renesas: Add R8A779F0 S4 DT extras
` [PATCH 09/11] ARM: dts: renesas: Add R8A779F0 S4 Spider DTs
` [PATCH 10/11] ARM: renesas: Add R8A779F0 S4 Kconfig entry and PRR ID
` [PATCH 11/11] ARM: renesas: Add R8A779F0 S4 Spider board code

[PATCH] mmc: renesas-sdhi: Add R-Car Gen4 support
 2023-02-28 21:24 UTC 

[PATCH] gpio: renesas: Add R-Car Gen4 support
 2023-02-28 21:23 UTC 

[PATCH] ARM: rmobile: Add R-Car Generation 4 support
 2023-02-28 21:22 UTC 

[PATCH] serial: sh: Make indent consistent
 2023-02-28 21:19 UTC 

[PATCH 1/2] serial: sh: Rename CONFIG_SCI and CONFIG_SCIF_USE_EXT_CLK to CFG_ variants
 2023-02-28 21:17 UTC  (2+ messages)
` [PATCH 2/2] serial: sh: Add DEBUG_UART support

[PATCH] clk: renesas: Always select DM_RESET to prevent inobvious failure of rst_gen3 subdriver
 2023-02-28 21:16 UTC 


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