messages from 2023-08-13 23:50:28 to 2023-08-15 14:51:08 UTC [more...]
[PATCH v8 4/9] sandbox: Build the mkeficapsule tool for the sandbox variants
2023-08-15 14:50 UTC (14+ messages)
[PATCH v3 5/9] board_f: Fix corruption of relocaddr
2023-08-15 14:44 UTC (7+ messages)
[PATCH 1/1] doc: add partition API to HTML documentation
2023-08-15 14:44 UTC (2+ messages)
[PATCH 0/3] Populate kaslr seed with TPM
2023-08-15 14:44 UTC (9+ messages)
` [PATCH 1/3] fdt: common API to populate kaslr seed
Strange gitlab idea
2023-08-15 14:44 UTC (3+ messages)
[PATCH v3] gpio: Use separate bitfield array to indicate GPIO is claimed
2023-08-15 14:43 UTC (2+ messages)
[PATCH] cmd: pxe: Update the command help
2023-08-15 14:43 UTC (2+ messages)
[PATCH 1/1] fs: fat: avoid multiplication overflow
2023-08-15 14:43 UTC (2+ messages)
[PATCH 0/2] test: unit test for semihosting
2023-08-15 14:43 UTC (5+ messages)
` [PATCH 1/2] configs: enable SEMIHOSTING on qemu_arm64_defconfig
` [PATCH 2/2] test: unit test for semihosting
[PATCH 1/1] spl: add FIT support to semihosting boot method
2023-08-15 14:43 UTC (2+ messages)
[PATCH] phy: Add support for the Apple Type-C PHY
2023-08-15 14:43 UTC (2+ messages)
[PATCH] pci: ftpci100: add new driver implementation
2023-08-15 14:43 UTC (2+ messages)
[PATCH] pci: Fix device_find_first_child() return value handling
2023-08-15 14:42 UTC (2+ messages)
[PATCH] pci: apple: Enable CONFIG_SYS_PCI_64BIT
2023-08-15 14:42 UTC (2+ messages)
[PATCHv6 00/14] net/lwip: add lwip library for the network stack
2023-08-15 14:42 UTC (26+ messages)
` [PATCHv6 01/14] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv6 02/14] net/lwip: integrate lwIP library
` [PATCHv6 03/14] net/lwip: implement dns cmd
` [PATCHv6 04/14] net/lwip: implement dhcp cmd
` [PATCHv6 05/14] net/lwip: implement tftp cmd
` [PATCHv6 06/14] net/lwip: implement wget cmd
` [PATCHv6 07/14] net/lwip: implement ping cmd
` [PATCHv6 08/14] net/lwip: add lwIP configuration
` [PATCHv6 09/14] net/lwip: implement lwIP port to U-Boot
` [PATCHv6 10/14] net/lwip: update .gitignore with lwIP
` [PATCHv6 11/14] net/lwip: connection between cmd and lwip apps
` [PATCHv6 12/14] net/lwip: replace original net commands with lwip
` [PATCHv6 13/14] net/lwip: split net.h to net.h, arp.h and eth.h
` [PATCHv6 14/14] net/lwip: drop old net/wget
[PATCH v9 00/10] Enable EFI capsule generation through binman
2023-08-15 14:42 UTC (8+ messages)
` [PATCH v9 08/10] sandbox: capsule: Generate capsule related files "
Please pull u-boot-dm/next
2023-08-15 14:42 UTC (2+ messages)
[PATCH] buildman: Allow more results while building
2023-08-15 14:42 UTC (2+ messages)
[PATCH 0/1] lib/vsprintf.c: fix integer overflow in vsprintf
2023-08-15 14:42 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line
2023-08-15 13:48 UTC
[PATCH 0/7] rockchip: Add GMAC support for RK3568 and RK3588
2023-08-15 13:12 UTC (3+ messages)
` [PATCH 4/7] net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568
Please pull u-boot-ubi
2023-08-15 12:26 UTC
[PATCH] cmd: ubi: Fix 'ubi list' command arguments parsing
2023-08-15 12:23 UTC (2+ messages)
Problem upon startup with halted USB device on RaspberryPi 4
2023-08-15 11:49 UTC (5+ messages)
[PATCH] sunxi: psci: remove redundant initialization from psci_arch_init
2023-08-15 11:13 UTC (2+ messages)
[RFC PATCH 0/4] capsule: Embed the public key ESL as part of build
2023-08-15 10:01 UTC (12+ messages)
` [RFC PATCH 1/4] scripts/Makefile.lib: Collate all dtsi files for inclusion
` [RFC PATCH 2/4] scripts/Makefile.lib: Embed capsule public key in platform's dtb
` [RFC PATCH 3/4] sandbox: capsule: Add path to the public key ESL file
` [RFC PATCH 4/4] doc: capsule: Document the new mechanism to embed ESL file into dtb
[PATCH 1/8] disk: Drop always true conditional check
2023-08-15 8:24 UTC (5+ messages)
` [PATCH 8/8] disk: Make blk_get_ops() internal to blk uclass
Please pull u-boot-i2c
2023-08-15 7:53 UTC
[PATCH] Add support for more XMC series
2023-08-15 2:46 UTC (5+ messages)
[PATCH] Add support for XMC XM25QH128C/XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C
2023-08-15 1:34 UTC (2+ messages)
[PATCH 1/2] drivers/mtd/nvmxip: Rework the read accessor to support 32bit systems
2023-08-14 22:45 UTC (5+ messages)
` [PATCH 2/2] configs: sandbox: test: dm: blk: Enable NVMXIP QSPI and update test
[PATCH 1/2] blk: Add bounce buffer support to read/write operations
2023-08-14 22:42 UTC (2+ messages)
[PATCH v2 0/4] arm: qemu: Enable Bochs, console buffering, USB keyboard
2023-08-14 22:43 UTC (6+ messages)
` [PATCH v2 1/4] arm: qemu: Enable Bochs video support
` [PATCH v2 2/4] arm: qemu: Enable PRE_CONSOLE_BUFFER
` [PATCH v2 3/4] arm: qemu: Enable usb keyboard as an input device
` [PATCH v2 4/4] doc: qemu: arm: Add a section on booting Linux distros
[PATCH] test: cpu: Handle both 32bit and 64bit CPUs
2023-08-14 22:42 UTC (2+ messages)
[PATCH] disk: dos: Infer MBR partition sector size from underlying drive sector size
2023-08-14 22:43 UTC (2+ messages)
[PATCH 1/1] doc: description of board_get_usable_ram_top()
2023-08-14 22:42 UTC (2+ messages)
[PATCH] configs: sandbox64: Enable clock CCF driver
2023-08-14 22:42 UTC (2+ messages)
[PATCH] configs: sandbox64: Enable PCI register multi-entry support
2023-08-14 22:42 UTC (2+ messages)
[PATCH] x86: Update cbmem driver
2023-08-14 22:42 UTC (3+ messages)
[PATCH 00/19] expo: Support a persistent configuration editor
2023-08-14 22:40 UTC (20+ messages)
` [PATCH 01/19] expo: Make scene_obj_find() take a const scene
` [PATCH 02/19] abuf: Allow incrementing the size
` [PATCH 03/19] expo: Provide a way to iterate through all scene objects
` [PATCH 04/19] expo: Refactor menu_build() to return the object created
` [PATCH 05/19] expo: Split out cedit into its own header
` [PATCH 06/19] expo: Move cedit test into its own file and tidy
` [PATCH 07/19] expo: Add a function to prepare a cedit
` [PATCH 08/19] expo: Tidy up the expo.py tool and usage
` [PATCH 09/19] expo: Add documentation for the configuration editor
` [PATCH 10/19] expo: Move cedit theme under bootstd
` [PATCH 11/19] doc: Expand documentation for the cedit command
` [PATCH 12/19] expo: Export scene_menuitem_find() for use in internal code
` [PATCH 13/19] expo: cedit: Support writing settings to a file
` [PATCH 14/19] expo: cedit: Support reading settings from "
` [PATCH 15/19] expo: cedit: Support writing settings to environment vars
` [PATCH 16/19] expo: cedit: Support reading settings from "
` [PATCH 17/19] expo: cedit: Support writing settings to CMOS RAM
` [PATCH 18/19] expo: cedit: Support reading settings from "
` [PATCH 19/19] expo: doc: Update documentation for persistent settings
[PATCH 00/17] Enable UFS on DragonBoard845c
2023-08-14 22:40 UTC (22+ messages)
` [PATCH 01/17] reset: qcom: Add support for SDM845 SoC reset table
` [PATCH 02/17] phy: qcom: Import QMP phy related header files from Linux
` [PATCH 03/17] dt-bindings: clock: Import SM6115 and SM8250 related clock "
` [PATCH 04/17] phy: qcom: Add QMP UFS PHY driver
` [PATCH 05/17] ufs/ufs.h: Add definition of 'ufshcd_rmwl()'
` [PATCH 06/17] ufs: Clear UECPA once due to LINERESET has happened during LINK_STARTUP
` [PATCH 07/17] ufs: Add support for probing UFS controllers newer than UFSHCI_VERSION_21
` [PATCH 08/17] ufs: Expose 'ufshcd_ops_dbg_register_dump' vops to allow dumping debug registers
` [PATCH 09/17] ufs: Sync possible UFS Quirks with Linux UFS driver
` [PATCH 10/17] ufs: Add missing memory barriers
` [PATCH 11/17] ufs: Fix debug message in 'ufs_start'
` [PATCH 12/17] ufs: Add Support for Qualcomm UFS HC driver
` [PATCH 13/17] arm: dts: qcom: sdm845: Add 'reset' node
` [PATCH 14/17] arm: dts: qcom: sdm845: Add UFS HC and PHY nodes
` [PATCH 15/17] configs/dragonboard845c_defconfig: Enable DM_RESET by default
` [PATCH 16/17] configs/dragonboard845c_defconfig: Enable UFS + SCSI related configs
` [PATCH 17/17] MAINTAINERS: Update UFS maintainer
[PATCH] pci: pcie-brcmstb: bring over some robustness improvements from Linux
2023-08-14 22:34 UTC
[PATCH 0/3] Allwinner R528/T113s PSCI
2023-08-14 21:23 UTC (10+ messages)
` [PATCH 1/3] sunxi: psci: clean away preprocessor macros
` [PATCH 3/3] sunxi: psci: implement PSCI on R528
[PATCH 0/5] Add anti-rollback validation feature
2023-08-14 21:23 UTC (4+ messages)
` [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices
[PATCH 1/2] clk: Fix typo in header comment
2023-08-14 19:13 UTC (2+ messages)
` [PATCH 2/2] irq: "
[PATCH v4 0/2] Fix 'no USB device found' error
2023-08-14 17:18 UTC (3+ messages)
` [PATCH v4 1/2] musb-new: ti-musb: Handle usb dual-role feature as peripheral
[PATCH v3 00/12] Remove unnecessary USBx dr_mode configuration
2023-08-14 17:17 UTC (5+ messages)
` [PATCH v3 01/12] usb: dwc3: Handle unknown mode as otg
` [PATCH v3 09/12] usb: cdns3: Handle otg mode as peripheral
[PATCH v8 0/7] Tegra: add ASUS/Google Nexus 7 (2012) support
2023-08-14 16:16 UTC (5+ messages)
[PATCH 0/2] riscv: jh7110: visionfive2: fix u-boot crash due to missing timer
2023-08-14 16:05 UTC (3+ messages)
` [PATCH 1/2] riscv: allow riscv timer to be instantiated via device tree
` [PATCH 2/2] riscv: jh7110: enable riscv,timer in the "
[PATCH] odroid_xu3: Fix board environment variable
2023-08-14 15:15 UTC (3+ messages)
[PATCH 1/1] common: return type board_get_usable_ram_top
2023-08-14 15:04 UTC (4+ messages)
Pull request: u-boot-rockchip-20230814
2023-08-14 15:04 UTC (2+ messages)
Please pull u-boot-video
2023-08-14 15:04 UTC (2+ messages)
[PATCH v2 0/2] Fix format specifier for net_boot_file_size
2023-08-14 15:04 UTC (5+ messages)
` [PATCH v2 1/2] net: Fix the displayed value of bytes transferred
` [PATCH v2 2/2] doc: printf() codes: Fix format specifier for unsigned int
[PATCH] board: stm32mp1: add splash screen with stmicroelectronics logo
2023-08-14 14:35 UTC (4+ messages)
[PATCH v2 1/2] x86: coreboot: Update cbmem table
2023-08-14 13:20 UTC (2+ messages)
` [PATCH v2 2/2] x86: Update cbmem driver
[PATCH 0/5] Keep fixed/gpio regulator enable count in balance
2023-08-14 13:16 UTC (2+ messages)
[PATCH] common: bouncebuf: Add missing cast to dma_addr_t
2023-08-14 12:59 UTC (2+ messages)
[RFC PATCH 0/4] mtd: ubi: Enable accessing RO filesystems in UBI vols
2023-08-14 6:45 UTC (2+ messages)
[PATCH 0/2] patches used to enable u-boot video driver on raspberry pi 4B platform
2023-08-14 6:07 UTC (2+ messages)
[PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
2023-08-14 6:06 UTC (2+ messages)
[PATCH] video: vidconsole: Fix null dereference of ops->measure
2023-08-14 6:05 UTC (2+ messages)
[PATCH 1/1] efi_loader: fix efi_add_known_memory()
2023-08-14 6:01 UTC
[PATCH] net: Fix the displayed value of bytes transferred
2023-08-14 4:59 UTC (6+ messages)
[PATCH 00/24] bootstd: Support ChromiumOS better
2023-08-14 3:45 UTC (3+ messages)
` [PATCH 12/24] fs/erofs: Quieten test for filesystem presence
[PATCH] rockchip: rk356x: Enable poweroff command
2023-08-14 3:06 UTC (2+ messages)
[PATCH v2] pinctrl: rockchip: Fix drive and input schmitt on RK3568
2023-08-14 2:52 UTC (2+ messages)
[PATCH] pinctrl: rockchip: Fix drive and input schmitt on RK3568
2023-08-14 0:42 UTC (3+ messages)
[PATCH] Add support for more XMC series
2023-08-14 0:04 UTC (2+ messages)
[PATCH] usb: gadget: sdp: Option to enable SDP read register command
2023-08-13 20:01 UTC (2+ messages)
[PATCH 1/6] ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
2023-08-13 23:52 UTC (6+ messages)
` [PATCH 2/6] ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
` [PATCH 3/6] ufs: Handle UFS 3.0 controllers
` [PATCH 4/6] ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()
` [PATCH 5/6] ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs
` [PATCH 6/6] ufs: Implement cache management
[PATCH] clk: Add GPIO-controlled clock gate driver
2023-08-13 23:51 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox