U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-03 21:31:21 to 2023-12-05 00:52:44 UTC [more...]

[PATCH 00/18] Complete decoupling of bootm logic from commands
 2023-12-05  0:52 UTC  (23+ messages)
` [PATCH 01/18] bootm: netbds: Drop passing of arguments
` [PATCH 02/18] bootm: plan: "
` [PATCH 03/18] bootm: qnxelf: "
` [PATCH 04/18] nios2: Drop separate parsing of bootm args
` [PATCH 05/18] treewide: bootm: Drop command-line args to boot_os_fn
` [PATCH 06/18] bootm: Drop arguments from boot_selected_os()
` [PATCH 07/18] mips: Add a reset_cpu() function
` [PATCH 08/18] m68k: "
` [PATCH 09/18] ppc: "
` [PATCH 10/18] nios2: "
` [PATCH 11/18] riscv: "
` [PATCH 12/18] bootm: Adjust how the board is reset
` [PATCH 13/18] bootm: Drop arguments from do_bootm_states() and rename
` [PATCH 14/18] bootm: Create a function to run through the bootm states
` [PATCH 15/18] stm32: Use local vars in stm32prog for initrd and fdt
` [PATCH 16/18] bootm: Create a function to run through the bootz states
` [PATCH 17/18] stm32: Use bootm_run() and bootz_run()
` [PATCH 18/18] bootm: Create a function to run through the booti states

[PATCH v4 0/4] bootflow: bootmeth_efi: Fix network efi boot
 2023-12-05  0:51 UTC  (3+ messages)

[PATCH v4 0/5] Implement fastboot multiresponce
 2023-12-05  0:51 UTC  (4+ messages)
` [PATCH v4 4/5] lib: membuff: fix readline not returning line in case of overflow

[PATCH 0/4] mailbox: zynqmp: support multiple child nodes
 2023-12-04 21:56 UTC  (5+ messages)
` [PATCH 1/4] mailbox: zynqmp: support smc calls to TF-A
` [PATCH 2/4] mailbox: add el3 support only for zynqmp platform
` [PATCH 3/4] mailbox: zynqmp: support mulitple mboxes via device-tree
` [PATCH 4/4] dts: zynqmp: add missing destination mailbox compatible

[PATCH v1] mtd: rawnand: Meson NAND controller support
 2023-12-04 19:53 UTC  (4+ messages)

[PATCH 00/21] Qualcomm generic board support
 2023-12-04 17:01 UTC  (20+ messages)

[PATCH v2 00/18] Support Firmware Handoff spec via bloblist
 2023-12-04 20:21 UTC  (31+ messages)
` [PATCH v2 01/18] bloblist: Update the tag numbering
` [PATCH v2 03/18] bloblist: Change the magic value
` [PATCH v2 04/18] bloblist: Set version to 1
` [PATCH v2 05/18] bloblist: Access record hdr_size and tag via a function
` [PATCH v2 06/18] bloblist: Drop the flags value
` [PATCH v2 12/18] bloblist: Reduce bloblist header size
` [PATCH v2 15/18] fdt: Allow the devicetree to come from a bloblist
` [PATCH v2 17/18] qemu-arm: Get bloblist from boot arguments
` [PATCH v2 18/18] bloblist: Load the bloblist from the previous loader

[PATCH v1] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-12-04 19:23 UTC  (2+ messages)

[PATCH 0/2] docs: AM62x: Remove SW_PRNG Flag for OPTEE
 2023-12-04 19:30 UTC  (4+ messages)
` [PATCH 1/2] doc: board: beagle: am62x_beagleplay: Delete SW_PRNG flag "

[ANN] U-Boot v2024.01-rc4 released
 2023-12-04 18:49 UTC 

[PATCH 1/1] efi_loader: generated SMBIOS table below 4 GiB
 2023-12-04 18:44 UTC  (2+ messages)

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-04 17:59 UTC  (4+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH v7 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-04 17:52 UTC  (13+ messages)
` [PATCH v7 2/2] arm64: boot: Support "

[PATCH 0/2] serial: msm-geni: rework oversampling and fix clk API bug
 2023-12-04 15:53 UTC  (2+ messages)

[PATCH 0/3] binman: Add support for TI_DM entry
 2023-12-04 15:06 UTC  (5+ messages)
` [PATCH 1/3] binman: etype: dm: Add entry type for TI DM
` [PATCH 2/3] arm: dts: k3-*-binman: Move to using ti-dm entry type
` [PATCH 3/3] doc: board: ti: k3: Mention TI_DM argument

[PATCH v1 0/8] Convert Tegra pinctrl to DM
 2023-12-04 14:45 UTC  (11+ messages)
` [PATCH v1 1/8] ARM: mach-tegra: rearrange SPL configs
` [PATCH v1 2/8] drivers: pinctrl: create Tegra DM pinctrl driver
` [PATCH v1 3/8] drivers: pinctrl: tegra: incorporate existing code
` [PATCH v1 4/8] board: asus: grouper: switch to DM pinmux
` [PATCH v1 5/8] board: lg: x3-t30: "
` [PATCH v1 6/8] board: asus: transformer: "
` [PATCH v1 7/8] board: htc: endeavoru: "
` [PATCH v1 8/8] board: compal: paz00: clean up the board

Setting up boot chain ACPI on ARM with STM32MPU
 2023-12-04  9:47 UTC  (3+ messages)

[PATCH] tools: mxsboot: pre-fill buffer with 0xff, not 0
 2023-12-04  8:48 UTC  (7+ messages)

[PATCH] mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNT
 2023-12-04 13:41 UTC 

[PATCH 0/4] Support StarFive Watchdog driver
 2023-12-04 13:15 UTC  (10+ messages)
  ` [PATCH 1/4] clk: starfive: jh7110: Add watchdog clocks
  ` [PATCH 2/4] watchdog: Add StarFive Watchdog driver
  ` [PATCH 3/4] riscv: dts: jh7110: Add watchdog device tree node
  ` [PATCH 4/4] configs: visionfive2: Enable watchdog driver

[PATCH V3 0/3] doc: falcon: riscv: Falcon Mode boot on RISC-V
 2023-12-04 13:02 UTC  (7+ messages)
` [PATCH V3 1/3] "
` [PATCH V3 2/3] spl: riscv: falcon: move fdt blob to specified address
` [PATCH V3 3/3] configs: andes: add the fdt blob address for SPL copy to

[PATCH] starfive: visionfive2: add device tree overlay support
 2023-12-04 12:53 UTC  (2+ messages)

[PATCH] common: usb-hub: Reset hub port before scanning
 2023-12-04 12:10 UTC  (13+ messages)

[PATHv1 0/9] net fixes prior lwip
 2023-12-04 12:04 UTC  (10+ messages)
` [PATHv1 1/9] test_net: print out net list
` [PATHv1 2/9] net: sandbox: fix NULL pointer derefences
` [PATHv1 3/9] net/smc911x: fix return from smc911x_send
` [PATHv1 4/9] sandbox: eth-raw-os: successful return code is 0
` [PATHv1 5/9] driver/net/rtl8139: remove debug print
` [PATHv1 6/9] mach-socfpga: do not overlap defines with lwip
` [PATHv1 7/9] bcm_ns3: fix overlap define "
` [PATHv1 8/9] omap3: rename mem_init
` [PATHv1 9/9] Makefile: add dtbs to clean

EFI memory allocation
 2023-12-04 12:04 UTC  (2+ messages)

[PATCH] efi_loader: use event callback for initrd deregistration
 2023-12-04 11:38 UTC  (2+ messages)

[PATCH v2] riscv: Add support for AMD/Xilinx MicroBlaze V
 2023-12-04 11:33 UTC  (2+ messages)

[u-boot-gitdm PATCH 1/2] Use Google LLC for Google
 2023-12-04 11:23 UTC  (6+ messages)
` [u-boot-gitdm PATCH 2/2] Add some more employers

[PATCH] arm: vexpress64: juno: Allow boot from VirtIO
 2023-12-04 11:06 UTC  (2+ messages)

[PATCH 0/6] Add support for MediaTek MT8365 EVK Board
 2023-12-04 10:48 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: clock: add Mediatek MT8365 SoC clock bindings
` [PATCH 2/6] clk: mediatek: add clock driver support for MediaTek MT8365 SoC
` [PATCH 3/6] dt-bindings: power: add power-domain header "
` [PATCH 4/6] arm: mediatek: add support "
` [PATCH 5/6] dt-bindings: clock: add Mediatek MT8365 pinctrl bindings
` [PATCH 6/6] board: mediatek: add MT8365 EVK board support

[PATCH 00/14] pxe: Allow extlinux booting without CMDLINE enabled
 2023-12-04 10:27 UTC  (16+ messages)
` [PATCH 01/14] boot: Reorder FIT and BOOTSTD to be first
` [PATCH 02/14] bootm: Add a Kconfig option for bootm functionality
` [PATCH 03/14] bootm: Make OS booting dependent on BOOTM
` [PATCH 04/14] treewide: Make arch-specific bootm code depend "
` [PATCH 05/14] boot: Update SYS_BOOTM_LEN to "
` [PATCH 06/14] fastboot: Change fastboot_buf_addr to an address
` [PATCH 07/14] bootm: Make cmdline optional with bootm_boot_start()
` [PATCH 08/14] fastboot: Remove dependencies on CMDLINE
` [PATCH 09/14] pxe: Refactor to reduce the size of label_boot()
` [PATCH 10/14] pxe: Refactor to avoid over-using bootm_argv
` [PATCH 11/14] pxe: Move calculation of FDT file into a function
` [PATCH 12/14] pxe: Allow booting without CMDLINE for bootm methods
` [PATCH 13/14] pxe: Allow booting without CMDLINE for the zboot method
` [PATCH 14/14] x86: Drop message about features being missing with 64-bit

Please pull u-boot-watchdog/master
 2023-12-04 10:18 UTC 

[PATCH v2] watchdog: Correct watchdog timeout print message
 2023-12-04 10:15 UTC  (3+ messages)

[PATCH v2] mtd: spi-nor: Add IS25LP02G flash support
 2023-12-04  8:52 UTC 

[PATCH v2] clk: zynqmp: enable topsw_lsbus clock
 2023-12-04  8:45 UTC 

[PATCH v1 0/3] Add T114 video support
 2023-12-04  8:02 UTC  (4+ messages)
` [PATCH v1 1/3] video: tegra20: dc: add T114 support
` [PATCH v1 2/3] video: tegra20: add MIPI calibration driver
` [PATCH v1 3/3] video: tegra20: dsi: add T114 support

[PATCH] mmc: Poll CD in case cyclic framework is enabled
 2023-12-04  8:01 UTC  (7+ messages)

[PATCH] mtd: spi-nor: Add IS25LP02G flash support
 2023-12-04  7:35 UTC  (2+ messages)

[PATCH] clk: zynqmp: enable topsw_lsbus clock
 2023-12-04  7:35 UTC  (2+ messages)

[PATCH 0/5] video: Improve syncing performance with cyclic
 2023-12-04  7:30 UTC  (5+ messages)
` [PATCH 1/5] cyclic: Disable in SPL builds

[PATCH v2 0/5] video: Improve syncing performance with cyclic
 2023-12-04  7:28 UTC  (3+ messages)
` [PATCH v2 1/5] cyclic: Add a symbol for SPL

[PATCH 0/4] Generate capsules from config files
 2023-12-04  7:15 UTC  (10+ messages)
` [PATCH 1/4] tools: mkeficapsule: Add support for parsing capsule params from config file

[PATCH v2 00/12] cmd: bootefi: refactor the code for bootmgr
 2023-12-04  6:16 UTC  (3+ messages)

[PATCH v2 0/3] sunxi: add OrangePi Zero 3 board support
 2023-12-04  5:57 UTC  (5+ messages)
` [PATCH v2 1/3] mtd: spi-nor: Add support for zBIT ZB25VQ128
` [PATCH v2 2/3] sunxi: H616: remove default AXP305 selection
` [PATCH v2 3/3] sunxi: H616: Add OrangePi Zero 3 board support

[PATCH v2] net: designware: Support high memory nodes
 2023-12-04  1:09 UTC  (2+ messages)

efi: Set Variable Runtime implementation
 2023-12-04  0:44 UTC  (13+ messages)

[PATCH v3 0/3] With this patch series we implement SPI Flash storage for EFI
 2023-12-04  0:44 UTC  (8+ messages)
` [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

[PATCH 00/13] Complete decoupling of zboot logic from commands
 2023-12-04  0:29 UTC  (14+ messages)
` [PATCH 01/13] x86: zboot: Move zimage definitions to the header file
` [PATCH 02/13] x86: zboot: Move command code into its own file
` [PATCH 03/13] x86: zboot: Create a separate ZBOOT option for zboot logic
` [PATCH 04/13] x86: zboot: Avoid iteration in do_zboot_states()
` [PATCH 05/13] x86: zboot: Create separate functions for the logic
` [PATCH 06/13] x86: zboot: Move environment setting into zboot_load()
` [PATCH 07/13] x86: zboot: Drop intermediate zboot_setup() function
` [PATCH 08/13] x86: zboot: Drop intermediate zboot_go() function
` [PATCH 09/13] x86: zboot: Move argument processing outside zboot_start()
` [PATCH 10/13] x86: zboot: Rename zboot_start() to zboot_run()
` [PATCH 11/13] x86: zboot: Separate logic functions from commands
` [PATCH 12/13] x86: zboot: Use zboot_start() in zboot_run()
` [PATCH 13/13] x86: zboot: Tidy up the comment for zboot_run()

rk3328 gmac does U-Boot erroneously not set RSF?
 2023-12-03 17:27 UTC 

[PATCH 0/3] sunxi: add OrangePi Zero 3 board support
 2023-12-03 23:40 UTC  (15+ messages)
` [PATCH 3/3] sunxi: H616: Add "
                ` mdt_debug write
                        ` [PATCH 1/1] correct documentation for SPI flashing

[PULL] u-boot-sh/master-rpc-off
 2023-12-03 21:31 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2023-12-03 21:31 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