public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-05-31 03:37:28 to 2023-06-01 19:51:21 UTC [more...]

[PATCH v2] arm: mach-k3: am625_init: Add Erratum WA for RTC startup
 2023-06-01 19:48 UTC  (2+ messages)

[PATCH] arm: baltos: switch to CONFIG_DM_I2C
 2023-06-01 19:48 UTC  (2+ messages)

[PATCH] phy: ti: phy-j721e-wiz: Add j721s2-wiz-10g module support
 2023-06-01 19:48 UTC  (2+ messages)

[PATCH v2] arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU
 2023-06-01 19:48 UTC  (2+ messages)

[PATCH 0/2] arm: mach-k3: j7200: Add main_uart1 device and clock data
 2023-06-01 19:48 UTC  (5+ messages)
` [PATCH 1/2] arm: mach-k3: j7200: dev-data.c: Add main_uart1 device data
` [PATCH 2/2] arm: mach-k3: j7200: clk-data.c: Add main_uart1 clock data

[PATCH v2 0/3] arch: arm: mach-k3: j7200 document and emmc update
 2023-06-01 19:48 UTC  (7+ messages)
` [PATCH v2 1/3] doc: board: ti: add documenation for j7200
` [PATCH v2 2/3] configs: j7200: correct mmc offset
` [PATCH v2 3/3] arch: arm: mach-k3: j721e: add support for UDA FS

[PATCH 0/2] arm: mach-k3: j721s2: Add main_uart5 device and clock data
 2023-06-01 19:47 UTC  (5+ messages)
` [PATCH 1/2] arm: mach-k3: j721s2: dev-data.c: Add main_uart5 device data
` [PATCH 2/2] arm: mach-k3: j721s2: clk-data.c: Add main_uart5 clock data

[PATCH 0/2] arm: mach-k3: j721e: Add main_uart2 device and clock data
 2023-06-01 19:47 UTC  (5+ messages)
` [PATCH 1/2] arm: mach-k3: j721e: dev-data.c: Add main_uart2 device data
` [PATCH 2/2] arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock data

[PATCH] firmware: ti_sci: Add missing LF in error message
 2023-06-01 19:47 UTC  (2+ messages)

[PATCH] configs: am62ax_evm_a53_defconfig: Enable YMODEM support at A53 SPL
 2023-06-01 19:47 UTC  (2+ messages)

[PATCH v2 0/2] Background firewall fix
 2023-06-01 19:47 UTC  (5+ messages)
` [PATCH v2 1/2] Revert "arm: mach-k3: common: don't reconfigure background firewalls"
` [PATCH v2 2/2] arm: mach-k3: common: reorder removal of firewalls

[PATCH 1/2] efi_loader: delete handle from events when a protocol is uninstalled
 2023-06-01 19:44 UTC  (7+ messages)
` [PATCH 2/2] efi_selftest: check for deleted handles in the event notification list

[PATCH v4 00/11] Add ethernet driver for StarFive JH7110 SoC
 2023-06-01 17:44 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: fix display pinmux for stm32f746-disco
 2023-06-01 17:11 UTC  (2+ messages)

Loading from squashfs with zstd compression slower than ext4
 2023-06-01 17:09 UTC  (5+ messages)

[PATCH v1 0/6] Provide support for mv88e6020 Marvell switch
 2023-06-01 16:46 UTC  (15+ messages)
` [PATCH v1 1/6] net: mv88e61xx: Add support for checking addressing mode
` [PATCH v1 2/6] net: mv88e61xx: Configure PHY ports to also pass packets between them
` [PATCH v1 3/6] net: mv88e61xx: Clear temporary structs before using them in get_phy_id()
` [PATCH v1 4/6] net: mv88e61xx: Directly access the switch chip
` [PATCH v1 5/6] net: mv88e61xx: Set proper offset when R0_LED/ADDR4 is set on bootstrap
` [PATCH v1 6/6] net: mv88e61xx: Reset switch PHYs when bootstrapped to !NO_CPU

[PATCH 0/8] Updats SPL splashscreen framework for AM62x
 2023-06-01 16:40 UTC  (2+ messages)

[PATCH 00/40] expo: Add an initial configuration editor
 2023-06-01 16:23 UTC  (41+ messages)
` [PATCH 01/40] binman: Correct coverage gap in control
` [PATCH 02/40] expo: Correct some header-file comments
` [PATCH 03/40] expo: Convert to using a string ID for the scene title
` [PATCH 04/40] sandbox: Fix quiting when the LCD window is closed
` [PATCH 05/40] test: Restore test behaviour on failure
` [PATCH 06/40] gpio: Avoid using an invalid ofnode
` [PATCH 07/40] dm: core: Avoid registering an inaccessible tree
` [PATCH 08/40] video: Drop #ifdefs from console_truetype
` [PATCH 09/40] video: Provide a way to clear part of the console
` [PATCH 10/40] expo: Store the console in the expo
` [PATCH 11/40] expo: Avoid automatically arranging the scene
` [PATCH 12/40] console: Correct truetype spacing error
` [PATCH 13/40] expo: Rename exp_set_text_mode()
` [PATCH 14/40] fs: Create functions to load and allocate a file
` [PATCH 15/40] cat: Update command to use fs_load_alloc()
` [PATCH 16/40] fdt: Align the start of the livetree
` [PATCH 17/40] fdt: Clarify the fdt pre-relocation warning
` [PATCH 18/40] fdt: Allow more general use of livetree
` [PATCH 19/40] bootstd: Add a separate log category for expo
` [PATCH 20/40] video: Correct docs for video_index_to_colour()
` [PATCH 21/40] video: Allow temporary colour changes
` [PATCH 22/40] console: Allow measuring the bounding box of text
` [PATCH 23/40] expo: Allow setting the start of the dynamic-ID range
` [PATCH 24/40] video: Use enum with video_index_to_colour()
` [PATCH 25/40] expo: Add width and height to objects
` [PATCH 26/40] expo: Use flags for objects
` [PATCH 27/40] expo: Calculate text bounding-box correctly
` [PATCH 28/40] expo: Set up the width and height of objects
` [PATCH 29/40] expo: Support simple themes
` [PATCH 30/40] expo: Move menu-item selection into a function
` [PATCH 31/40] expo: Support drawing of popup menus
` [PATCH 32/40] expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEM
` [PATCH 33/40] expo: Draw popup menus in both opened and closed states
` [PATCH 34/40] expo: Draw the current opened menu on top
` [PATCH 35/40] expo: Implement the keypress logic for popup menus
` [PATCH 36/40] expo: Add spacing around menus and items
` [PATCH 37/40] expo: Support building an expo from a description file
` [PATCH 38/40] expo: Add a configuration editor
` [PATCH 39/40] expo: Add tests for the "
` [PATCH 40/40] RFC: video: Update stb_truetype

[PATCH] arm: dts: ast2600: Add I2C pinctrl
 2023-06-01 16:31 UTC  (2+ messages)

[PATCH] mmc: fix improper use of memset
 2023-06-01 15:25 UTC  (2+ messages)

[PATCH] common: dfu: Remove leading space characters
 2023-06-01 15:25 UTC  (2+ messages)

[PATCH v3] cmd: sf/nand: Print and return failure when 0 length is passed
 2023-06-01 15:25 UTC  (2+ messages)

[PATCH] scripts/Makefile.lib: change spelling of $(srctree)/arch/$(ARCH)/dts in dtc_cpp_flags
 2023-06-01 15:25 UTC  (3+ messages)

[PATCH] arm: set alignment properly for asm funcs
 2023-06-01 15:24 UTC  (2+ messages)

[PATCH 1/1] semihosting: create file in smh_fs_write_at()
 2023-06-01 15:25 UTC  (2+ messages)

[PATCH] cmd: fs: document where 'size' stores its result
 2023-06-01 15:24 UTC  (2+ messages)

[PATCH 1/1] cli: avoid buffer overrun
 2023-06-01 15:24 UTC  (2+ messages)

[PATCH 1/2] cmd: fdt: Correct checking of configuration node
 2023-06-01 15:24 UTC  (4+ messages)
` [PATCH 2/2] spl: "

[PATCH 1/3] Makefile: Fix incorrect FORCE deps on env rules
 2023-06-01 15:24 UTC  (6+ messages)
` [PATCH 2/3] acpi: Put the version numbers in a central place
` [PATCH 3/3] efi: Correct .efi rules

[PATCH] fastboot: Only call the bootm command if it is enabled
 2023-06-01 15:24 UTC  (2+ messages)

[PATCH] core: read: fix dev_read_addr_size()
 2023-06-01 14:11 UTC 

[PATCH] configs: synquacer: increase SYS_MALLOC_F_LEN
 2023-06-01 14:24 UTC  (3+ messages)

[PATCH] firmware: zynqmp: Extend debug message to show parameters
 2023-06-01 11:34 UTC 

[PATCH 0/5] rockchip: rk3568: Use dwc3-generic driver
 2023-06-01 11:28 UTC  (6+ messages)
` [PATCH 2/5] usb: dwc3-generic: Return early when there is no child node
` [PATCH 4/5] usb: dwc3-generic: Add rk3568 support

[PATCH] arm64: zynqmp: Fix return code from do_zynqmp_pmufw()
 2023-06-01 11:25 UTC 

[PATCH] arm64: zynqmp: Fix command error values properly
 2023-06-01 11:21 UTC 

[PATCH] arm64: zynqmp: Check 0 node ID
 2023-06-01 10:32 UTC 

[PATCH v2 0/3] Meson Secure PWRC Driver
 2023-06-01 10:12 UTC  (7+ messages)
` [PATCH v2 1/3] arch/arm: meson: sm: introduce power domain functions
` [PATCH v2 2/3] dt-bindings: power: add Meson A1 PWRC bindings
` [PATCH v2 3/3] drivers: meson: introduce secure power controller driver

[PATCH v7 4/4] Load option with short device path for boot vars
 2023-06-01  7:20 UTC 

[PATCH 1/1] efi_selftest: LocateHandleBuffer return code
 2023-06-01  7:20 UTC  (2+ messages)

[PATCH 1/1] test: bootflow test depends on CONFIG_VIDEO
 2023-06-01  7:11 UTC  (6+ messages)

[PATCH] tools: relocate-rela: Fix typo
 2023-06-01  7:03 UTC  (2+ messages)

[PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x
 2023-06-01  6:37 UTC  (3+ messages)

[PATCH] efi_loader: explicitly return EFI_UNSUPPORTED for TCG 1.0 compatibility
 2023-06-01  6:30 UTC  (8+ messages)

[PATCH 1/2] tpm: Add 'tpm autostart' shell command
 2023-06-01  6:20 UTC  (2+ messages)
` [PATCH 2/2] test/py: replace 'tpm2 init, startup, selftest' sequences

[PATCH] test: fix comment indentation on tpm tests
 2023-06-01  6:18 UTC 

[PATCH] tpm: Make 'tpm init' to call tpm_auto_start()
 2023-06-01  5:34 UTC  (3+ messages)

[PATCH v7 00/10] FMP versioning support
 2023-06-01  3:28 UTC  (6+ messages)
` [PATCH v7 07/10] doc: uefi: add firmware versioning documentation
` [PATCH v7 08/10] doc: uefi: add anti-rollback documentation
` [PATCH v7 09/10] test: efi_capsule: refactor efi_capsule test
` [PATCH v7 10/10] test/py: efi_capsule: test for FMP versioning

CONFIG_SPL_BUILD seems to be not defined in my u-boot-spl program.. why?
 2023-06-01  3:28 UTC  (2+ messages)

[PATCH v2 0/2] common/memsize.c: Fix get_ram_size() when cache is enabled
 2023-06-01  3:28 UTC  (3+ messages)
` [PATCH v2 1/2] sandbox: Add a dummy dcache_status() function

[PATCH v6 0/3] Add StarFive JH7110 PCIe drvier support
 2023-06-01  1:07 UTC  (2+ messages)

[PATCH 02/10] ARM: rmobile: Reduce R-Car E3 Ebisu header usage
 2023-05-31 21:13 UTC  (5+ messages)
` [PATCH 05/10] ARM: rmobile: Drop eagle.h config of R8A77970 V3M Eagle board
` [PATCH 06/10] ARM: rmobile: Introduce weak default board_init()
` [PATCH 07/10] ARM: dts: renesas: Add R8A77970 V3MSK DTs
` [PATCH 08/10] ARM: renesas: Add R8A77970 V3MSK board and CPLD code

[PATCH 0/5] Fix inclusion guards
 2023-05-31 17:18 UTC  (5+ messages)
` [PATCH 4/5] exynos: fix header inclusion guard
` [PATCH 5/5] faraday: remove orphaned header file

Fit Signature booting without public key
 2023-05-31 17:13 UTC  (10+ messages)
          ` R: "

[PATCH 1/2] ARM: rmobile: Identify R-Car M3-W R8A7796 r1.1/1.2 SoC
 2023-05-31 16:41 UTC  (2+ messages)
` [PATCH 2/2] ARM: rmobile: Identify R-Car D3 R8A77995 r1.1 SoC

[PATCH 0/8] net: fsl-mc: sync to latest MC APIs
 2023-05-31 16:04 UTC  (9+ messages)
` [PATCH 1/8] net: fsl-mc: remove unused "
` [PATCH 2/8] net: fsl-mc: sync DPBP "
` [PATCH 3/8] net: fsl-mc: sync DPMAC "
` [PATCH 4/8] net: fsl-mc: sync DPRC "
` [PATCH 5/8] net: fsl-mc: sync DPNI "
` [PATCH 6/8] net: fsl-mc: sync DPSPARSER "
` [PATCH 7/8] net: fsl-mc: sync DPIO "
` [PATCH 8/8] net: fsl-mc: sync remaining MC commands

[PATCH 1/2] clk: imx8mp: Update clocks based on kernel 6.4-RC4
 2023-05-31 15:58 UTC  (4+ messages)

[RFC PATCH 00/17] sunxi: rework pinctrl and add T113s support
 2023-05-31 15:19 UTC  (10+ messages)
` [RFC PATCH 10/17] clk: sunxi: Add support for the D1 CCU

[PATCH 0/2] board: fsl: lx2160ardb: fixup PHY addresses for new board revisions
 2023-05-31 15:02 UTC  (3+ messages)
` [PATCH 1/2] board: fsl: lx2160ardb: add api for obtaining board revision
` [PATCH 2/2] board: fsl: lx2160ardb: add dts fixup function for RevC and newer

[PATCH 1/2] config: stm32mp15: remove CONFIG_FASTBOOT_USB_DEV
 2023-05-31 13:52 UTC  (4+ messages)
` [PATCH 2/2] config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMAT

[PATCH 1/5] mtd/spinand: rework detect procedure for different READ_ID operation
 2023-05-31 13:02 UTC  (13+ messages)

BTRFS Support btrload, btrls
 2023-05-31 12:12 UTC  (2+ messages)

[PATCH] test: fix unit test build error for crc8
 2023-05-31  9:00 UTC  (2+ messages)

[PATCH 1/1] python: Update requirements.txt for security issues
 2023-05-31  7:53 UTC  (2+ messages)

[RFC PATCH 0/1] Cache incoherent if re-enabled on Cortex-R(5)
 2023-05-31  7:42 UTC  (3+ messages)
` [RFC PATCH 1/1] arm: add invalidate_dcache_all() after disable cache

[PATCH 1/2] serial: stm32: Wait TC bit before performing initialization
 2023-05-31  6:01 UTC  (2+ messages)
` [PATCH 2/2] serial: stm32: BRR must be set only when usart is disable

[PATCH v6 0/6] FWU: Add support for mtd backed feature on DeveloperBox
 2023-05-31  5:30 UTC  (7+ messages)
` [PATCH v6 1/6] FWU: Add FWU metadata access driver for MTD storage regions
` [PATCH v6 2/6] tools: Add mkfwumdata tool for FWU metadata image
` [PATCH v6 3/6] dt: fwu: developerbox: enable fwu banks and mdata regions
` [PATCH v6 4/6] config: developerbox: move to new flash layout and boot flow
` [PATCH v6 5/6] fwu: DeveloperBox: add support for FWU
` [PATCH v6 6/6] fwu: provide default fwu_plat_get_bootidx


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