public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-09-13 05:56:41 to 2023-09-15 11:27:32 UTC [more...]

[PATCH] net: phy: xilinx-gmii2rgmii: Removed hardcoded phy address 0 for bridge
 2023-09-15  4:50 UTC 

[PATCH v2 0/2] Fix issues for small sized data reads
 2023-09-15  3:17 UTC  (3+ messages)
` [PATCH v2 1/2] spi: zynqmp_qspi: Change flush cache to invalidate cache
` [PATCH v2 2/2] spi: zynqmp_qspi: Workaround for small data cache issue

[PATCH] spi: zynqmp_qspi: Workaround for small data cache issue
 2023-09-15  2:52 UTC  (3+ messages)

[PATCH] common: Drop linux/printk.h from common header
 2023-09-15  0:21 UTC 

[PATCH v2] global: Use proper project name U-Boot (next2)
 2023-09-15 11:25 UTC  (2+ messages)

[PATCH v3 0/7] Add EFI HTTP boot support
 2023-09-15 10:16 UTC  (8+ messages)
` [PATCH v3 1/7] net: wget: prevent overwriting reserved memory
` [PATCH v3 2/7] net: wget: add wget with dns utility function
` [PATCH v3 3/7] blk: blkmap: add ramdisk creation "
` [PATCH v3 4/7] efi_loader: support boot from URI device path
` [PATCH v3 5/7] efi_loader: set EFI HTTP Boot download buffer as reserved
` [PATCH v3 6/7] cmd: efidebug: add uri device path
` [PATCH v3 7/7] doc: uefi: add HTTP Boot support

[PATCH] include: env: ti: mmc: Add 'ti' directory prefix for overlays
 2023-09-15 10:12 UTC 

[RFC PATCH 0/5] Allow for removal of DT nodes and properties
 2023-09-15  9:49 UTC  (15+ messages)

[PATCH] arm64: zynqmp: Corrected pcap_prog register address
 2023-09-15  9:39 UTC 

[PATCHv9 00/15] net/lwip: add lwip library for the network stack
 2023-09-15  8:56 UTC  (18+ messages)
` [PATCHv9 01/15] submodule: add lwIP as git submodule
` [PATCHv9 02/15] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv9 03/15] net/lwip: integrate lwIP library
` [PATCHv9 04/15] net/lwip: implement dns cmd
` [PATCHv9 05/15] net/lwip: implement dhcp cmd
` [PATCHv9 06/15] net/lwip: implement tftp cmd
` [PATCHv9 07/15] net/lwip: implement wget cmd
` [PATCHv9 08/15] net/lwip: implement ping cmd
` [PATCHv9 09/15] net/lwip: add lwIP configuration
` [PATCHv9 10/15] net/lwip: implement lwIP port to U-Boot
` [PATCHv9 11/15] net/lwip: update .gitignore with lwIP
` [PATCHv9 12/15] net/lwip: connection between cmd and lwip apps
` [PATCHv9 13/15] net/lwip: replace original net commands with lwip
` [PATCHv9 14/15] net/lwip: split net.h to net.h, arp.h and eth.h
` [PATCHv9 15/15] net/lwip: drop old net/wget

[PATCH v2 0/6] Add EFI HTTP boot support
 2023-09-15  8:11 UTC  (16+ messages)
` [PATCH v2 2/6] net: wget: add wget with dns utility function
` [PATCH v2 4/6] efi_loader: support boot from URI device path
` [PATCH v2 6/6] doc: uefi: add HTTP Boot support

[PATCH v5 00/21] Kconfig: Tidy up some options
 2023-09-15  7:59 UTC  (24+ messages)
` [PATCH v5 01/21] lib: rational: Move the Kconfigs into the correct place
` [PATCH v5 02/21] Kconfig: Move API into general setup
` [PATCH v5 03/21] video: Move bmp code to drivers/video
` [PATCH v5 04/21] video: Move the BMP options
` [PATCH v5 05/21] FWU: Avoid showing an unselectable menu option
` [PATCH v5 06/21] test: Move POST under a renamed Testing section
` [PATCH v5 07/21] boot: Move fdt_support to boot/
` [PATCH v5 08/21] Move fdt_simplefb "
` [PATCH v5 09/21] boot: Move some other fdt-fixup options to the same menu
` [PATCH v5 10/21] boot: Rename Android-boot text
` [PATCH v5 11/21] Kconfig: Create a menu for FIT
` [PATCH v5 12/21] spl: Tidy up load address in spl_ram
` [PATCH v5 13/21] spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS
` [PATCH v5 14/21] Kconfig: Move SPL_FIT under FIT
` [PATCH v5 15/21] boot: Make standard boot a menu
` [PATCH v5 16/21] Kconfig: Move TEXT_BASE et al under general setup
` [PATCH v5 17/21] Mark DISTRO_DEFAULTS as deprecated
` [PATCH v5 18/21] Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT
` [PATCH v5 19/21] boot: Join FDT_FIXUP_PARTITIONS with related options
` [PATCH v5 20/21] boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
` [PATCH v5 21/21] boot: Join ARCH_FIXUP_FDT_MEMORY with related options

[PATCH v2 00/27] moveconfig: Drop old code and tidy up
 2023-09-15  2:39 UTC  (29+ messages)
` [PATCH v2 01/27] moveconfig: Drop -H option
` [PATCH v2 02/27] moveconfig: Avoid deprecation warning for setDaemon
` [PATCH v2 03/27] moveconfig: Correct ordering of asteval import
` [PATCH v2 04/27] moveconfig: Drop unused cleanup options
` [PATCH v2 05/27] moveconfig: Drop CONFIG-moving code
` [PATCH v2 06/27] moveconfig: Drop check_defconfig() and update_dotconfig()
` [PATCH v2 07/27] moveconfig: Drop suspicious boards
` [PATCH v2 08/27] moveconfig: Correct some regular-expression strings
` [PATCH v2 09/27] moveconfig: Correct parameter-type warnings
` [PATCH v2 10/27] moveconfig: Use f strings where possible
` [PATCH v2 11/27] moveconfig: Correct unused variables
` [PATCH v2 12/27] moveconfig: Correct non-snake variables names
` [PATCH v2 13/27] moveconfig: Correct use of members not declared in __init__()
` [PATCH v2 14/27] moveconfig: Correct list-comprehension warnings
` [PATCH v2 15/27] moveconfig: Use an encoding with open()
` [PATCH v2 16/27] moveconfig: Fix misc pylint warnings
` [PATCH v2 17/27] moveconfig: Only show output when there is a reason
` [PATCH v2 18/27] moveconfig: Reduce the amount of output
` [PATCH v2 19/27] moveconfig: Avoid showing progress at the end
` [PATCH v2 20/27] moveconfig: Use u_boot_pylib for terminal colour
` [PATCH v2 21/27] moveconfig: Show failures in progress
` [PATCH v2 22/27] moveconfig: Show a summary at the end
` [PATCH v2 23/27] moveconfig: Drop the initial output
` [PATCH v2 24/27] moveconfig: Move summaries to the end
` [PATCH v2 25/27] moveconfig: Rename the tool to qconfig
` [PATCH v2 26/27] qconfig: Rename the database file
` [PATCH v2 27/27] qconfig: Update the documentation

[PATCH 00/35] treewide: Remove unused NEEDS_MANUAL_RELOC code bits
 2023-09-14 22:43 UTC  (3+ messages)

[PATCH v2] binman: doc: fix reference tag placement for Logging section
 2023-09-14 22:43 UTC  (2+ messages)

[PATCH] sunxi: board: provide CPU idle states to loaded OS
 2023-09-14 20:22 UTC  (7+ messages)

[PATCH] andes: rearrange defconfig and dts and memory layout for SPL
 2023-09-14 16:53 UTC  (2+ messages)

[PATCH RFC 0/2] board: visionfive2: Select fdtfile based on revision
 2023-09-14 16:48 UTC  (2+ messages)

[PATCH v1] fs: Fix SPL build if FS_LOADER is enabled
 2023-09-14 16:39 UTC  (2+ messages)

[PATCH v1 0/2] SPL EBBR - EFI System Partition support
 2023-09-14 16:29 UTC  (7+ messages)
` [PATCH v1 1/2] part: Add a function to find ESP partition
` [PATCH v1 2/2] spl: Add support for booting from ESP

[PATCH] drivers: mediatek: Fix error handling in mtk_i2c_do_transfer
 2023-09-14 16:08 UTC  (3+ messages)

[PATCH 0/3] trace: Fix flyrecord alignment issue
 2023-09-14 14:58 UTC  (7+ messages)
` [PATCH 1/3] trace: Use 64bit variable for start and len
` [PATCH 3/3] trace: Fix alignment logic in flyrecord header

[PATCH 0/8] Add some more EFI capsule tooling support
 2023-09-14 13:24 UTC  (12+ messages)
` [PATCH 1/8] tools: mkeficapsule: Add support for parsing capsule params from config file
` [PATCH 3/8] binman: capsule: Generate capsules through "

[PATCH] spi: zynqmp_qspi: Change flush cache to invalidate cache
 2023-09-14 10:47 UTC 

[PATCH] pinctrl: zynqmp: Display the tristate configuration for all pins
 2023-09-14 10:06 UTC 

UEFI update files missing on sandbox?
 2023-09-14 11:32 UTC  (5+ messages)

[PATCH v2] riscv: enable multi-range memory layout
 2023-09-14 11:19 UTC  (8+ messages)

[PATCH 1/3] arm: mvebu: Espressobin: move FDT fixup into a separate function
 2023-09-14 10:16 UTC  (3+ messages)
` [PATCH 2/3] arm: mvebu: Espressobin: move network setup "
` [PATCH 3/3] arm: mvebu: eDPU: support new board revision

[PATCH v1] rockchip: include: asm: fix entering download mode rk3066
 2023-09-14  8:19 UTC  (3+ messages)

[PATCH v3 0/7] Port gen_compile_commands.py from Linux to U-Boot
 2023-09-14  8:15 UTC  (7+ messages)
` [PATCH v3 6/7] doc: add documentation for gen_compile_commands.py
` [PATCH v3 7/7] doc: add new section to build/tools

bootstd: CACHE Misaligned operation errors (Marvell Armada 385)
 2023-09-14  4:53 UTC  (7+ messages)

[PATCH v4 00/13] firmware: scmi: add SCMI base protocol support
 2023-09-14  0:42 UTC  (4+ messages)
` [PATCH v4 01/13] scmi: refactor the code to hide a channel from devices

[PATCH v2 0/3] phy: Fix generic_setup_phy return value on power on failure
 2023-09-13 22:04 UTC  (7+ messages)
` [PATCH v2 1/3] phy: Fix generic_setup_phy() "
` [PATCH v2 2/3] phy: Return success from generic_setup_phy() when phy is not found
` [PATCH v2 3/3] phy: Refactor generic_{setup, shutdown}_phy() to reduce complexity

[PATCH 0/6] phy: Fix use of generic_phy_valid() helper
 2023-09-13 22:04 UTC  (3+ messages)
` [PATCH 1/6] phy: Set phy->dev to NULL when generic_phy_get_by_name() fails

[PATCH v2] net: phy: broadcom: add support for BCM54210E
 2023-09-13 22:04 UTC  (2+ messages)

[PATCH] net: phy: motorcomm: Add support for YT8511 PHY
 2023-09-13 22:03 UTC  (2+ messages)

[PATCH] spi: nxp_fspi: reset the FLSHxCR1 registers
 2023-09-13 21:15 UTC 

[PATCH] USB: gadget: atmel: fix transfer of queued requests
 2023-09-13 15:00 UTC 

[PATCH v1] CI: allow jobs to be run in merge requests
 2023-09-13 14:20 UTC  (3+ messages)

[PATCH] am33xx: ignore return value from usb_ether_init()
 2023-09-13 18:42 UTC  (5+ messages)

[PATCH v2] CI: allow jobs to be run in merge requests
 2023-09-13 16:20 UTC  (2+ messages)

[PATCHv8 00/15] net/lwip: add lwip library for the network stack
 2023-09-13 13:46 UTC  (27+ messages)
` [PATCHv8 03/15] net/lwip: implement dns cmd
` [PATCHv8 04/15] net/lwip: implement dhcp cmd
` [PATCHv8 05/15] net/lwip: implement tftp cmd
` [PATCHv8 06/15] net/lwip: implement wget cmd
` [PATCHv8 07/15] net/lwip: implement ping cmd
` [PATCHv8 15/15] net/lwip/wget add port selection

PSCI: prefetch abort with Mainline linux (even with rockchip u-boot)
 2023-09-13 12:15 UTC  (2+ messages)

[PATCH v3 0/3] enable power and clock Kconfig conditionally
 2023-09-13 11:32 UTC  (3+ messages)
` [PATCH v3 3/3] config: j7200: remove not needed power config

[PATCH 1/1] configs: NVMe/USB target boot devices on VisionFive 2
 2023-09-13 11:26 UTC  (2+ messages)

[PATCH 1/1] riscv: set fdtfile on VisionFive 2
 2023-09-13 11:25 UTC  (2+ messages)

[PATCH] riscv: enable multi-range memory layout
 2023-09-13  5:59 UTC  (4+ messages)


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