messages from 2023-09-26 08:00:09 to 2023-09-27 02:56:41 UTC [more...]
[PATCH 1/2] power: pmic: rk8xx: Fix power-on source check in SPL
2023-09-27 2:56 UTC (3+ messages)
` [PATCH 2/2] rockchip: rk356x-u-boot: Add bootph-all to i2c0_xfer pinctrl node
[PATCH 0/2] rockchip: rk3568-nanopi-r5: Add missing PCIe options
2023-09-27 2:53 UTC (5+ messages)
` [PATCH 1/2] rockchip: rk3568-nanopi-r5: Update defconfig for NanoPi R5C and R5S
` [PATCH 2/2] rockchip: rk3568-nanopi-r5: Enable PCIe on "
[PATCH v2 0/5] rockchip: Port IO-domain driver for RK3568 from linux
2023-09-27 2:51 UTC (11+ messages)
` [PATCH v2 1/5] power: regulator: Only run autoset once for each regulator
` [PATCH v2 2/5] regulator: rk8xx: Return correct voltage for buck converters
` [PATCH v2 3/5] regulator: rk8xx: Return correct voltage for switchout converters
` [PATCH v2 4/5] rockchip: Port IO-domain driver for RK3568 from linux
` [PATCH v2 5/5] rockchip: board: Add minimal generic RK3566/RK3568 board
[PATCH v2 0/7] rockchip: rk3568: Fix use of PCIe bifurcation
2023-09-27 2:48 UTC (17+ messages)
` [PATCH v2 2/7] phy: rockchip: snps-pcie3: Refactor to use clk_bulk API
` [PATCH v2 3/7] phy: rockchip: snps-pcie3: Refactor to use a phy_init ops
` [PATCH v2 5/7] phy: rockchip: snps-pcie3: Add support for RK3588
` [PATCH v2 1/7] pci: pcie_dw_rockchip: Configure number of lanes and link width speed
` [PATCH v2 4/7] phy: rockchip: snps-pcie3: Add bifurcation support for RK3568
` [PATCH v2 7/7] rockchip: rk3568-radxa-e25: Enable pcie3x1 node
` [PATCH v2 6/7] phy: rockchip: naneng-combphy: Use signal from comb PHY on RK3588
[PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default
2023-09-27 2:44 UTC (4+ messages)
[PATCH v5] board: rockchip: Add Bananapi R2Pro Board
2023-09-27 2:42 UTC (2+ messages)
[PATCH] mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL
2023-09-27 1:31 UTC (2+ messages)
[PATCH v12] Boot var automatic management for removable medias
2023-09-27 1:04 UTC
[PATCH v11] Boot var automatic management for removable medias
2023-09-27 0:42 UTC (3+ messages)
[PATCH 00/15] blk: sandbox: Support binding a device with a given logical block size
2023-09-26 22:44 UTC (20+ messages)
` [PATCH 01/15] blk: Use a macro for the typical "
` [PATCH 02/15] cmd: host: Mandate the filename parameter in the 'bind' command
` [PATCH 03/15] blk: sandbox: Support binding a device with a given logical block size
` [PATCH 04/15] blk: host_dev: Make host_sb_detach_file() and host_sb_ops static
` [PATCH 05/15] blk: host_dev: Sanity check on the size of host backing file
` [PATCH 06/15] cmd: host: Print out the block size of the host device
` [PATCH 07/15] blk: blkmap: Make bind/unbind routines static
` [PATCH 08/15] cmd: blkmap: Make map_handlers[] and its .fn static
` [PATCH 09/15] blk: blkmap: Support mapping to device of any block size
` [PATCH 10/15] cmd: blk_common: Use macros for the return values
` [PATCH 11/15] dm: blk: Rename get_desc() and make it externally visible
` [PATCH 12/15] cmd: blk_common: Stop using hard-coded block size for Sandbox operations
` [PATCH 13/15] dm: blk: Drop blk_{read,write}_devnum()
` [PATCH 14/15] disk: part: Print out the unknown device uclass id
` [PATCH 15/15] disk: part: Handle blkmap device in print_part_header()
OF: fdt: Ignoring memory range 0x40000000 - 0x80000000
2023-09-26 22:36 UTC
Enable thumb on AT91?
2023-09-26 22:15 UTC
[PATCH v7 1/2] schemas: memory: Add ECC properties
2023-09-26 19:42 UTC (2+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages
bootstd: Scanning for USB bootflow will remove existing SCSI bootflow
2023-09-26 19:40 UTC (3+ messages)
Trying to boot custom kernel on Wink Hub (i.MX28)
2023-09-26 19:06 UTC (23+ messages)
[PATCH v4 00/44] spl: Preparation for Universal Payload
2023-09-26 17:40 UTC (47+ messages)
` [PATCH v4 01/44] configs: Resync with savedefconfig
` [PATCH v4 02/44] spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_
` [PATCH v4 03/44] spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
` [PATCH v4 04/44] spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC
` [PATCH v4 05/44] spl: mx6: powerpc: Drop the condition on timer_init()
` [PATCH v4 06/44] spl: Drop #ifdefs for BOARD_INIT and watchdog
` [PATCH v4 07/44] spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR
` [PATCH v4 08/44] spl: Drop the switch() statement for OS selection
` [PATCH v4 09/44] serial: Drop mention of SPL/TPL_SYS_MALLOC_F
` [PATCH v4 10/44] spl: Create proper symbols for enabling the malloc() pool
` [PATCH v4 11/44] spl: Enable CONFIG_SPL_SYS_MALLOC_F where needed
` [PATCH v4 12/44] tpl: Enable CONFIG_TPL_SYS_MALLOC_F "
` [PATCH v4 13/44] spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
` [PATCH v4 14/44] Tidy up uses of CONFIG_SYS_MALLOC_F_LEN
` [PATCH v4 15/44] doc: Clean up SYS_MALLOC_SIMPLE
` [PATCH v4 16/44] dm: core: Correct help in TPL_DM and VPL_DM
` [PATCH v4 17/44] spl: Avoid an #ifdef when printing gd->malloc_ptr
` [PATCH v4 18/44] spl: Remove #ifdefs with BOOTSTAGE
` [PATCH v4 19/44] spl: Rename spl_load_fit_image() to load_simple_fit()
` [PATCH v4 20/44] spl: Move the full FIT code to spl_fit.c
` [PATCH v4 21/44] spl: Use the correct FIT_..._PROP constants
` [PATCH v4 22/44] spl: Move bloblist writing until the image is known
` [PATCH v4 23/44] dm: core: Reverse the argument order in ofnode_copy_props()
` [PATCH v4 24/44] dm: core: Ensure we run flattree tests on ofnode
` [PATCH v4 25/44] dm: core: Tidy up comments in the ofnode tests
` [PATCH v4 26/44] dm: core: Add a function to create an empty tree
` [PATCH v4 27/44] dm: core: Add a way to copy a node
` [PATCH v4 28/44] dm: core: Add a way to delete "
` [PATCH v4 29/44] dm: core: Add a way to convert a devicetree to a dtb
` [PATCH v4 30/44] dm: core: Support writing a boolean
` [PATCH v4 31/44] dm: core: Support writing a 64-bit value
` [PATCH v4 32/44] dm: core: Add tests for oftree_path()
` [PATCH v4 33/44] sandbox: Move reading the RAM buffer into a better place
` [PATCH v4 34/44] sandbox: Init the EC properly even if no state file is available
` [PATCH v4 35/44] sandbox: Only read the state if we have a state file
` [PATCH v4 36/44] sandbox: Move the bloblist down a little in memory
` [PATCH v4 37/44] bloblist: Support initing from multiple places
` [PATCH v4 38/44] bloblist: Add missing name
` [PATCH v4 39/44] fdt: Allow the devicetree to come from a bloblist
` [PATCH v4 40/44] command: Include a required header in command.h
` [PATCH v4 41/44] spl: Add C-based runtime detection of SPL
` [PATCH v4 42/44] serial: Drop ns16550 serial_getinfo() in SPL
` [PATCH v4 43/44] dm: core: Tweak device_is_on_pci_bus() for code size
` [PATCH v4 44/44] pci: serial: Support reading PCI-register size with base
[PATCH] dt-bindings: mtd: Add a schema for binman
2023-09-26 17:29 UTC (17+ messages)
[PATCH 0/3] BOOTP/DHCPv4 enhancements
2023-09-26 16:45 UTC (2+ messages)
[PATCH v2 0/3] Conclusive KSTR-SAMA5D27 support
2023-09-26 16:35 UTC (4+ messages)
` [PATCH v2 1/3] common: add prototype & rename populate_serial_number()
` [PATCH v2 2/3] arm: dts: at91: sama5: Add flexcom4 node
` [PATCH v2 3/3] board: Add support for Conclusive KSTR-SAMA5D27
[PATCH] test/py: sleep: Add a test for the time command
2023-09-26 15:53 UTC (2+ messages)
[PATCH v1 0/6] stm32mp: DT and config update
2023-09-26 15:09 UTC (7+ messages)
` [PATCH v1 1/6] ARM: dts: stm32mp: alignment with v6.6-rc1
` [PATCH v1 2/6] ARM: dts: stm32: force b-session-valid for otg on stm32mp135f-dk board
` [PATCH v1 3/6] configs: stm32mp13: Enable USB related flags
` [PATCH v1 4/6] configs: stm32mp13: activate command stm32prog
` [PATCH v1 5/6] configs: stm32mp13: add support of usb boot
` [PATCH v1 6/6] board: st: common: cleanup dfu support
[RFC PATCH v2 0/8] ATF and OP-TEE Firewalling for K3 devices
2023-09-26 14:25 UTC (3+ messages)
` [RFC PATCH v2 8/8] binman: j7200: Add firewall configurations
[PATCHv10 00/15] net/lwip: add lwip library for the network stack
2023-09-26 14:19 UTC (20+ messages)
` [PATCHv10 01/15] submodule: add lwIP as git submodule
` [PATCHv10 02/15] Makefile: init submodules
` [PATCHv10 03/15] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv10 04/15] net/lwip: integrate lwIP library
` [PATCHv10 05/15] net/lwip: implement dns cmd
` [PATCHv10 06/15] net/lwip: implement dhcp cmd
` [PATCHv10 07/15] net/lwip: implement tftp cmd
` [PATCHv10 08/15] net/lwip: implement wget cmd
` [PATCHv10 09/15] net/lwip: implement ping cmd
` [PATCHv10 10/15] net/lwip: add lwIP configuration
` [PATCHv10 11/15] net/lwip: implement lwIP port to U-Boot
` [PATCHv10 12/15] net/lwip: update .gitignore with lwIP
` [PATCHv10 13/15] net/lwip: connection between cmd and lwip apps
` [PATCHv10 14/15] net/lwip: replace original net commands with lwip
` [PATCHv10 15/15] net/lwip: split net.h to net.h, arp.h and eth.h
[PATCH v2 0/2] lmb: remove overlapping region with next range
2023-09-26 14:16 UTC (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: lmb: Add test for coalescing and overlap range
[PULL] u-boot-riscv/master
2023-09-26 14:05 UTC (2+ messages)
[PATCH v3 00/38] spl: Preparation for Universal Payload
2023-09-26 14:05 UTC (5+ messages)
` [PATCH v3 38/38] pci: serial: Support reading PCI-register size with base
[PATCH] mailbox: k3-sec-proxy: fix error handling for missing scfg in FDT
2023-09-26 13:57 UTC (2+ messages)
[PATCH v1 0/3] arm: NPCM: fix npcm bmc error
2023-09-26 13:48 UTC (5+ messages)
` [PATCH v1 1/3] pinctrl: npcm8xx: add name for gpio function
` [PATCH v1 2/3] arm: NPCM: modify baud rate table and dram setting
` [PATCH v1 3/3] arm: npcm8xx: support dcache off
[PATCH 00/32] spl: Preparation for Universal Payload
2023-09-26 13:38 UTC (6+ messages)
` [PATCH 05/32] spl: mx6: powerpc: Drop the condition on timer_init()
[PATCH v3 0/6] [PATCH v3 0/6] J721E DTS Sync with Kernel v6.6-rc1
2023-09-26 13:33 UTC (4+ messages)
` [PATCH v3 6/6] arm: dts: k3-j721e: Sync with v6.6-rc1
[PATCH v2 00/32] spl: Preparation for Universal Payload
2023-09-26 13:12 UTC (7+ messages)
` [PATCH v2 30/32] fdt: Allow the devicetree to come from a bloblist
[PATCH 1/3] configs: stm32f746-disco: limit resolution to 480x272
2023-09-26 9:25 UTC (6+ messages)
` [PATCH 2/3] board: stm32f746-disco: refactor the display of the ST logo
` [PATCH 3/3] Remove the hardcoded ST logo no longer in use
[PATCH] arm: dts: imx8mm_evk: Fix PMIC definition
2023-09-26 6:54 UTC
[PATCH 2/2] board: Add support for Conclusive KSTR-SAMA5D27
2023-09-25 19:31 UTC (2+ messages)
[PATCH 1/2] common: add prototype for populate_serial_number()
2023-09-25 19:07 UTC (2+ messages)
[PATCH v2] arm64: versal: Add SelectMAP boot mode identification
2023-09-26 12:02 UTC (2+ messages)
[PATCH] net: zynq_gem: Update the MDC clock divisor in the probe function
2023-09-26 11:56 UTC (2+ messages)
[RFC PATCH 0/5] Support display on stm32f469-disco board
2023-09-26 11:43 UTC (7+ messages)
` [RFC PATCH 1/5] ARM: dts: stm32f469-disco: sync with Linux 6.5
` [RFC PATCH 2/5] ARM: dts: stm32: make the LTDC clock usable by the clock driver
` [RFC PATCH 3/5] ARM: dts: stm32: make the DSI "
Question about boot failure of AM64-SK
2023-09-26 9:48 UTC (3+ messages)
[PATCH v1] wdt: nuvoton: fix reset/expire function error and add dts
2023-09-26 9:30 UTC (2+ messages)
[PATCH 0/3] ARM: dts: stm32f429 sync with Linux kernel 6.5
2023-09-26 9:27 UTC (10+ messages)
` [PATCH 1/3] ARM: dts: stm32: add CAN support on stm32f429
` [PATCH 2/3] ARM: dts: stm32: add pin map for CAN controller on stm32f4
` [PATCH 3/3] ARM: dts: stm32f429: put can2 in secondary mode
[PATCH 00/10] ARM: dts: stm32f746 sync with Linux kernel 6.5
2023-09-26 9:25 UTC (31+ messages)
` [PATCH 01/10] dt-bindings: mfd: stm32f7: Add binding definition for CAN3
` [PATCH 02/10] ARM: dts: stm32: add pin map for CAN controller on stm32f7
` [PATCH 03/10] ARM: dts: stm32: add CAN support on stm32f746
` [PATCH 04/10] ARM: dts: stm32: use RCC macro for CRC node "
` [PATCH 05/10] ARM: dts: stm32: add pin map for i2c3 controller on stm32f7
` [PATCH 06/10] ARM: dts: stm32: add touchscreen on stm32f746-disco board
` [PATCH 07/10] ARM: dts: stm32: add ltdc support on stm32f746 MCU
` [PATCH 08/10] ARM: dts: stm32: add pin map for LTDC on stm32f7
` [PATCH 09/10] ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f746-disco
` [PATCH 10/10] ARM: dts: stm32: support display on stm32f746-disco board
[PATCH v2] bmips: Add Inteno XG6846 board
2023-09-26 9:23 UTC
[PATCH v1] spi: spi-nor-ids: add flash model w25q01/02 support
2023-09-26 9:10 UTC
[PATCH v1] i2c: nuvoton: add support fast mode
2023-09-26 9:08 UTC
[PATCH V3 0/2] andes: rearrange defconfig and dts
2023-09-26 8:00 UTC (3+ messages)
` [PATCH V3 2/2] configs: andes: rearrange SPL mode memory layout
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