U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-12 11:49:14 to 2024-08-14 12:22:01 UTC [more...]

[PATCH 1/1] tools/mkeficapsule: correct printf codes
 2024-08-14 12:21 UTC  (5+ messages)

[PATCH v3] driver: pwm: pwm-imx: fix probing on imx6
 2024-08-14 12:10 UTC 

[PATCH v5 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-08-14 12:08 UTC  (3+ messages)
` [PATCH v5 02/27] mbedtls: add mbedtls into the build system

[PATCH v2] driver: pwm: pwm-imx: fix probing on imx6
 2024-08-14 11:52 UTC  (8+ messages)

[PATCH v2 00/32] Make LMB memory map global and persistent
 2024-08-14 11:00 UTC  (33+ messages)
` [PATCH v2 01/32] alist: add a helper to check if the list is full
` [PATCH v2 02/32] lmb: ut: disable unit tests for lmb changes
` [PATCH v2 03/32] lmb: remove the unused lmb_is_reserved() function
` [PATCH v2 04/32] lmb: staticize __lmb_alloc_base()
` [PATCH v2 05/32] lmb: use the BIT macro for lmb flags
` [PATCH v2 06/32] lmb: make LMB memory map persistent and global
` [PATCH v2 07/32] lmb: allow for resizing lmb regions
` [PATCH v2 08/32] lmb: remove config symbols used for lmb region count
` [PATCH v2 09/32] test: lmb: remove the test for max regions
` [PATCH v2 10/32] lmb: config: add lmb config symbols for SPL
` [PATCH v2 11/32] lmb: allow lmb module to be used in SPL
` [PATCH v2 12/32] lmb: remove the lmb_init_and_reserve() function
` [PATCH v2 13/32] lmb: remove lmb_init_and_reserve_range() function
` [PATCH v2 14/32] lmb: introduce a function to add memory to the lmb memory map
` [PATCH v2 15/32] lmb: reserve common areas during board init
` [PATCH v2 16/32] lmb: bootm: remove superfluous lmb stub functions
` [PATCH v2 17/32] lmb: init: initialise the lmb data structures during board init
` [PATCH v2 18/32] lmb: add a common implementation of arch_lmb_reserve()
` [PATCH v2 19/32] sandbox: move the TCG event log to the start of ram memory
` [PATCH v2 20/32] spl: call spl_board_init() at the end of the spl init sequence
` [PATCH v2 21/32] spl: sandbox: initialise the ram banksize in spl
` [PATCH v2 22/32] sandbox: spl: enable lmb config for SPL
` [PATCH v2 23/32] sandbox: iommu: remove lmb allocation in the driver
` [PATCH v2 24/32] zynq: lmb: do not add to lmb map before relocation
` [PATCH v2 25/32] stm32mp: allow calling optee_get_reserved_memory() from U-Boot
` [PATCH v2 26/32] stm32mp: compute ram_top based on the optee base address
` [PATCH v2 27/32] test: cedit: use allocated address for reading file
` [PATCH v2 28/32] test: lmb: tweak the tests for the persistent lmb memory map
` [PATCH v2 29/32] test: bdinfo: dump the global LMB "
` [PATCH v2 30/32] sandbox: adjust load address of couple of tests
` [PATCH v2 31/32] lmb: ut: re-enable unit tests
` [PATCH v2 32/32] lmb: add logic to print lmb flag strings

[PATCH v2 0/3] efi: Start tidying up memory management
 2024-08-14 11:02 UTC  (3+ messages)
` [PATCH v2 2/3] efi: Convert device_path allocation to use malloc()

[RESEND PATCH v3 0/9] net: tcp: improve tcp support
 2024-08-14 10:31 UTC  (10+ messages)
` [RESEND PATCH v3 1/9] net/tcp: fix TCP options processing
` [RESEND PATCH v3 2/9] net/tcp: fix selective acknowledge
` [RESEND PATCH v3 3/9] net/tcp: put connection specific data into a tcp_stream structure
` [RESEND PATCH v3 4/9] net/tcp: add connection info to "
` [RESEND PATCH v3 5/9] net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
` [RESEND PATCH v3 6/9] net/tcp: improve tcp framework, use better state machine
` [RESEND PATCH v3 7/9] net/tcp: simplify tcp header filling code
` [RESEND PATCH v3 8/9] net/tcp: define a fallback value for rcv_wnd size
` [RESEND PATCH v3 9/9] net/netcat: add netcat over tcp support

[RESEND PATCH v2 0/3] cmd/mtd: add missed featuries
 2024-08-14 10:24 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] cmd: mtd: add markbad command support
` [RESEND PATCH v2 2/3] cmd: mtd: add torture "
` [RESEND PATCH v2 3/3] cmd: mtd: add nandtest "

[RESEND PATCH v4 00/10] mtd: spinand: initial support of ecc engines
 2024-08-14 10:19 UTC  (11+ messages)
` [RESEND PATCH v4 01/10] mtd: spinand: Use the spi-mem dirmap API
` [RESEND PATCH v4 02/10] mtd: spinand: Add a NAND page I/O request type
` [RESEND PATCH v4 03/10] mtd: spinand: add missed add missed MODULE_DEVICE_TABLE()
` [RESEND PATCH v4 04/10] mtd: spinand: simulate behavior of linux's function spinand_wait()
` [RESEND PATCH v4 05/10] mtd: spinand: more use of spinand_to_{something} helpers
` [RESEND PATCH v4 06/10] mtd: spinand: replace enable_ecc variable with disable_ecc and update corresponding logic
` [RESEND PATCH v4 07/10] mtd: spinand: minor refactoring
` [RESEND PATCH v4 08/10] mtd: spinand: more refactoring
` [RESEND PATCH v4 09/10] mtd: spinand: sync supported flashes with linux-6.10
` [RESEND PATCH v4 10/10] mtd: nand: add initial ecc engine support

[RESEND PATCH v2 0/2] spi: dtb parsing fixes
 2024-08-14 10:14 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] spi: soft_spi: fix miso gpio property name
` [RESEND PATCH v2 2/2] spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0>

[RESEND PATCH v2] cmd: led: fix led command usage for the LED_SW_BLINK enabled case
 2024-08-14 10:08 UTC 

OF_UPSTREAM vs. additional dtbs
 2024-08-14  9:41 UTC  (3+ messages)

[PATCH v3 0/9] led: introduce LED boot and activity function
 2024-08-14  8:17 UTC  (6+ messages)
` [PATCH v3 1/9] led: turn LED ON on initial SW blink
` [PATCH v3 8/9] ubi: implement support for LED activity

[PATCH 00/40] Make LMB memory map global and persistent
 2024-08-14  8:13 UTC  (12+ messages)
` [PATCH 23/40] lmb: add a flags parameter to the API's

[PATCH v3 1/1] ata: sata_rescan must scan for block devices
 2024-08-14  7:10 UTC 

[PATCH v2 1/1] ata: sata_rescan must scan for block devices
 2024-08-14  6:01 UTC  (2+ messages)

[PATCH v3 0/5] arch: arm: dts: ti: Add missing fss range
 2024-08-14  5:35 UTC  (3+ messages)
` [PATCH v3 3/5] arch: arm: dts: k3-j7200-r5-evm: "

[PATCH v4 00/10] Add support for Ethernet Boot on SK-AM62
 2024-08-14  5:17 UTC  (10+ messages)
` [PATCH v4 06/10] arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS
` [PATCH v4 07/10] configs: am62: Add configs for enabling ETHBOOT in R5SPL
` [PATCH v4 08/10] configs: am62: Enable configs required for Ethboot
` [PATCH v4 09/10] arm: dts: k3-am625-r5-sk: Enable DM services for main_pktdma
` [PATCH v4 10/10] dts: upstream: src: arm64: ti: k3-am62x-sk-common: Sync DT with Linux v6.11-rc3

[PATCH v5 00/10] Add support for Ethernet Boot on SK-AM62
 2024-08-14  1:52 UTC  (15+ messages)
` [PATCH v5 01/10] common: spl: spl: Init DRAM size in R5/A53 SPL
` [PATCH v5 02/10] firmware: ti_sci: Add No-OP for "RX_FL_CFG"
` [PATCH v5 03/10] soc: ti: k3-navss-ringacc: Initialize base address of ring cfg registers
` [PATCH v5 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API
` [PATCH v5 05/10] dma: ti: k3-udma: Add support for native configuration of chan/flow
` [PATCH v5 06/10] arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS
` [PATCH v5 07/10] configs: am62: Add configs for enabling ETHBOOT in R5SPL
` [PATCH v5 08/10] configs: am62: Enable configs required for Ethboot
` [PATCH v5 09/10] arm: dts: k3-am625-r5-sk: Enable DM services for main_pktdma
` [PATCH v5 10/10] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node

[PATCH] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present
 2024-08-14  1:17 UTC  (12+ messages)

[PATCH v5 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board
 2024-08-14  1:15 UTC  (2+ messages)

[PATCH v2 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-14  1:03 UTC  (10+ messages)
` [PATCH v2 06/14] mmc: Use logging instead of pr_err()

[PATCH 1/2] tqma6: Convert to PMIC and I2C driver model
 2024-08-13 16:28 UTC  (2+ messages)

[PATCH] imx6-tqma6: Convert to OF_UPSTREAM
 2024-08-13 16:27 UTC  (2+ messages)

[PATCH] tqma6q_mba6: Convert to watchdog driver model
 2024-08-13 16:27 UTC  (2+ messages)

[PATCH] imx: imx8: fix build when CONFIG_IMX_BOOTAUX is set
 2024-08-13 16:26 UTC  (4+ messages)

[PATCH 0/5] imx: imx8ulp: add binman support
 2024-08-13 16:23 UTC  (3+ messages)
` [PATCH 1/5] tools: imx8image: fix soc variable for ULP

M68K Vectors
 2024-08-13 16:02 UTC  (13+ messages)

[PATCH 00/21] Tidy up console recording in tests
 2024-08-13 15:12 UTC  (9+ messages)
` [PATCH 07/21] Revert "net: wget: Support retransmission a dropped packet"

[PATCH] usb: gadget: udc: Fix duplicate uclass name
 2024-08-13 13:39 UTC  (5+ messages)

[GIT PULL] Please pull u-boot-imx-master-20240813
 2024-08-13 13:54 UTC 

[PATCH 0/6] bootstd: sunxi: Migrate to standard boot
 2024-08-13 12:35 UTC  (6+ messages)
` [PATCH 2/6] sunxi: Add a bootmeth for FEL

[PATCH v2] usb: dwc3: support USB 3.1 controllers
 2024-08-13 13:03 UTC  (6+ messages)

[PATCH] env: remove vars that are not in default env
 2024-08-13 12:17 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v3 00/40] efi: Add a test for EFI bootmeth
 2024-08-13 12:17 UTC  (6+ messages)
` [PATCH v3 31/40] efi: Show the vendor in helloworld

[PATCH v3 00/15] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-13 12:17 UTC  (7+ messages)
` [PATCH v3 01/15] configs: Resync with savedefconfig
` [PATCH v3 06/15] mmc: Use logging instead of printf()

[PATCH] imx: imx9: Set correct critical temperature
 2024-08-13 12:12 UTC 

Please pull u-boot-i2c next
 2024-08-13 10:44 UTC 

[PATCH] rockchip: clk: add UART0 clock getter/setter
 2024-08-13  8:30 UTC  (6+ messages)
` [PATCH v2] rockchip: px30: "

[PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver
 2024-08-13  8:20 UTC  (4+ messages)

[PATCH 1/1] riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL
 2024-08-13  7:39 UTC  (3+ messages)

[PATCH] imx: ele_ahab: Add HUK derivation support
 2024-08-13  6:32 UTC 

[PATCH v3 0/7] Add AVS support for J721S2
 2024-08-13  6:10 UTC  (8+ messages)
` [PATCH v3 1/7] power: pmic: tps65941: Add DM_PMIC dependency
` [PATCH v3 2/7] drivers: misc: k3_avs: Check return code while programming AVS
` [PATCH v3 3/7] arm: dts: k3-j7*-r5: Add MPU clock in clocks property
` [PATCH v3 4/7] drivers: misc: k3_avs: Extract MPU clk and dev ID from DT
` [PATCH v3 5/7] arm: mach-k3: j721s2_init: Initialize AVS Class 0
` [PATCH v3 6/7] arm: dts: j721s2: Add VTM node in R5
` [PATCH v3 7/7] configs: j721s2_evm_r5_defconfig: Add AVS Configs

Verified Boot through U-Boot for RPi3 with OP-TEE
 2024-08-12 16:57 UTC  (3+ messages)

[PATCH v2 00/18] i2c: Chip away at some old code
 2024-08-13  4:24 UTC  (38+ messages)
` [PATCH v2 01/18] i2c: Remove board_i2c_init()
` [PATCH v2 02/18] i2c: Remove IC2_xxx enum
` [PATCH v2 03/18] i2c: Remove CFG_I2C_MULTI_BUS
` [PATCH v2 04/18] mips: malta: Drop CMD_DATE
` [PATCH v2 05/18] armv8: ls2085a: "
` [PATCH v2 06/18] mx28 / mx51: "
` [PATCH v2 07/18] MPC837XERDB: ethernut5: work_92105: "
` [PATCH v2 08/18] rtc: Drop CFG_SYS_RTC_BUS_NUM
` [PATCH v2 09/18] date: Drop the legacy I2C code
` [PATCH v2 10/18] fsl: mxc: Drop legacy I2c
` [PATCH v2 11/18] i2c: Drop reference to SYS_I2C_INIT_BOARD
` [PATCH v2 12/18] octeon: Drop OCTEON_I2C_FDT dead code
` [PATCH v2 13/18] i2c: Remove I2C_SET_BUS()
` [PATCH v2 14/18] i2c: Remove I2C_GET_BUS()
` [PATCH v2 15/18] i2c: Drop CFG_SYS_MAX_I2C_BUS
` [PATCH v2 16/18] i2c: Drop i2c_get_bus_num_fdt() and i2c_reset_port_fdt()
` [PATCH v2 17/18] i2c: Remove CFG_SYS_I2C_MAX_HOPS
` [PATCH v2 18/18] i2c: Remove CFG_SYS_I2C_DIRECT_BUS

[PATCH 1/1] cmd: add rdcycle test to RISC-V exception command
 2024-08-13  3:27 UTC  (2+ messages)

[PATCH 0/2] riscv: show registers in crash dumps by default
 2024-08-13  3:26 UTC  (5+ messages)
` [PATCH 1/2] riscv: allow to enable SHOW_REGS in main U-Boot only
` [PATCH 2/2] riscv: show registers in crash dumps by default

[PATCH 0/2] arm: zynqmp: Initialize some registers at boot
 2024-08-12 22:07 UTC  (3+ messages)
` [PATCH 1/2] zynqmp: Disable secure access for boot devices
` [PATCH 2/2] arm: zynqmp: Enable non-invasive CCI-400 PMU debug

[PATCH] efi_loader: fix memory freeing in efi_get_dp_from_boot()
 2024-08-12 20:57 UTC 

[PATCH 1/3] efi_loader: shorten efi_bootmgr_release_uridp_resource()
 2024-08-12 20:56 UTC  (3+ messages)
` [PATCH 2/3] efi_loader: rename efi_bootmgr_image_return_notify
` [PATCH 3/3] efi_loader: return the correct error in efi_bootmgr_release_uridp()

[RESEND PATCH v4 0/3] provide names for emmc hardware partitions
 2024-08-12 19:25 UTC  (4+ messages)

[PATCH] pci: mediatek: add support for upstream split PCIe node
 2024-08-12 12:31 UTC 

[PATCH v2 0/1] disk: add TegraPT support
 2024-08-12 18:42 UTC  (7+ messages)
` [PATCH v2 1/1] "

Pull request: u-boot-rockchip-20240812
 2024-08-12 18:42 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2024-08-12 18:41 UTC  (2+ messages)

Please pull u-boot-ubi
 2024-08-12 18:41 UTC  (2+ messages)

Pull request efi-2024-10-rc3
 2024-08-12 18:41 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