public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-09-22 18:29:15 to 2023-09-25 07:21:33 UTC [more...]

[PATCH] dt-bindings: mtd: Add a schema for binman
 2023-09-25  7:21 UTC  (8+ messages)

[PATCH 1/1] efi_selftest: BitBlt test
 2023-09-25  7:16 UTC  (2+ messages)

bootefi with initramfs
 2023-09-25  6:55 UTC  (2+ messages)

[PATCH v3] env: ti: ti_common.env: Fix get_overlaystring for FIT Image
 2023-09-25  6:23 UTC 

[PATCH v2 0/3] trace: Fix flyrecord alignment issue
 2023-09-25  6:05 UTC  (8+ messages)
` [PATCH v2 1/3] trace: Use 64bit variable for start and len
` [PATCH v2 2/3] trace: Move trace_clocks description above record offset calculation
` [PATCH v2 3/3] trace: Fix alignment logic in flyrecord header

[PATCH v2] riscv: enable multi-range memory layout
 2023-09-25  5:52 UTC  (7+ messages)

[PATCH] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts
 2023-09-25  5:27 UTC  (2+ messages)

Question about boot failure of AM64-SK
 2023-09-25  4:27 UTC  (4+ messages)

[PATCH] lmb: remove overlapping region with next range
 2023-09-25  4:09 UTC  (3+ messages)

[PATCH 00/20] sunxi: Allwinner T113s support
 2023-09-25  3:43 UTC  (3+ messages)
` [PATCH] sunxi: R528: add SMHC2 pin pull ups support

[PATCH 0/3] common: Remove a few more header files
 2023-09-25  2:39 UTC  (4+ messages)
` [PATCH 1/3] Fix code style for time functions
` [PATCH 2/3] common: Drop time.h from common header
` [PATCH 3/3] common: Drop linux/string.h "

[PATCH 00/25] Tidy up use of CONFIG_CMDLINE
 2023-09-25  0:43 UTC  (31+ messages)
` [PATCH 01/25] buildman: Use oldconfig when adjusting the config
` [PATCH 02/25] bootstd: Correct dependencies on CMDLINE
` [PATCH 03/25] autoboot: "
` [PATCH 04/25] cmd: Add a few more "
` [PATCH 05/25] treewide: Correct use of long help
` [PATCH 06/25] test: Make UNIT_TEST depend on CMDLINE
` [PATCH 07/25] tegra: Change #ifdef for nop
` [PATCH 08/25] fastboot: Avoid depending on CMDLINE
` [PATCH 09/25] cli: Always build cli_getch
` [PATCH 10/25] cmd: Use an #ifdef around run_commandf()
` [PATCH 11/25] Move bootmenu_conv_key() into its own file
` [PATCH 12/25] armffa: Correct command help condition
` [PATCH 13/25] pxe: Depend on CMDLINE
` [PATCH 14/25] env: Split out non-command code into a new file
` [PATCH 15/25] console: Move SYS_PBSIZE into common/
` [PATCH 16/25] bootm: Allow building when cleanup functions are missing
` [PATCH 17/25] fdt: Move working_fdt into fdt_support
` [PATCH 18/25] net: Depend on CONFIG_CMDLINE
` [PATCH 19/25] log: Allow use without CONFIG_CMDLINE
` [PATCH 20/25] video: "
` [PATCH 21/25] video: Dont require the font command
` [PATCH 22/25] efi: Depend on CMDLINE for efi_loader
` [PATCH 23/25] cmd: Make all commands depend on CMDLINE
` [PATCH 24/25] sandbox: Avoid requiring cmdline
` [PATCH 25/25] sandbox: Add a test for disabling CONFIG_CMDLINE

[PATCH] power: mp5416: Fix LDO SVAL for MP5416 PMIC
 2023-09-24 22:30 UTC 

[PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev
 2023-09-25  0:34 UTC  (4+ messages)

Trying to boot custom kernel on Wink Hub (i.MX28)
 2023-09-24 23:38 UTC  (14+ messages)

Please pull u-boot-dm/next
 2023-09-24 21:14 UTC  (2+ messages)

[PATCH] common: Drop linux/printk.h from common header
 2023-09-24 21:14 UTC  (2+ messages)

[PATCH v3 00/38] spl: Preparation for Universal Payload
 2023-09-24 19:25 UTC  (39+ messages)
` [PATCH v3 01/38] spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_
` [PATCH v3 02/38] spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
` [PATCH v3 03/38] spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC
` [PATCH v3 04/38] spl: mx6: powerpc: Drop the condition on timer_init()
` [PATCH v3 05/38] spl: Drop #ifdefs for BOARD_INIT and watchdog
` [PATCH v3 06/38] spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR
` [PATCH v3 07/38] spl: Drop the switch() statement for OS selection
` [PATCH v3 08/38] spl: Create proper symbols for enabling the malloc() pool
` [PATCH v3 09/38] spl: Enable CONFIG_SPL_SYS_MALLOC_F where needed
` [PATCH v3 10/38] tpl: Enable CONFIG_TPL_SYS_MALLOC_F "
` [PATCH v3 11/38] spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
` [PATCH v3 12/38] Tidy up uses of CONFIG_SYS_MALLOC_F_LEN
` [PATCH v3 13/38] doc: Clean up SYS_MALLOC_SIMPLE
` [PATCH v3 14/38] dm: core: Correct help in TPL_DM and VPL_DM
` [PATCH v3 15/38] spl: Avoid an #ifdef when printing gd->malloc_ptr
` [PATCH v3 16/38] spl: Remove #ifdefs with BOOTSTAGE
` [PATCH v3 17/38] spl: Rename spl_load_fit_image() to load_simple_fit()
` [PATCH v3 18/38] spl: Move the full FIT code to spl_fit.c
` [PATCH v3 19/38] spl: Use the correct FIT_..._PROP constants
` [PATCH v3 20/38] spl: Move bloblist writing until the image is known
` [PATCH v3 21/38] dm: core: Reverse the argument order in ofnode_copy_props()
` [PATCH v3 22/38] dm: core: Ensure we run flattree tests on ofnode
` [PATCH v3 23/38] dm: core: Tidy up comments in the ofnode tests
` [PATCH v3 24/38] dm: core: Add a function to create an empty tree
` [PATCH v3 25/38] dm: core: Add a way to copy a node
` [PATCH v3 26/38] dm: core: Add a way to delete "
` [PATCH v3 27/38] dm: core: Add a way to convert a devicetree to a dtb
` [PATCH v3 28/38] dm: core: Support writing a boolean
` [PATCH v3 29/38] dm: core: Support writing a 64-bit value
` [PATCH v3 30/38] dm: core: Add tests for oftree_path()
` [PATCH v3 31/38] sandbox: Move reading the RAM buffer into a better place
` [PATCH v3 32/38] sandbox: Init the EC properly even if no state file is available
` [PATCH v3 33/38] sandbox: Only read the state if we have a state file
` [PATCH v3 34/38] sandbox: Move the bloblist down a little in memory
` [PATCH v3 35/38] bloblist: Support initing from multiple places
` [PATCH v3 36/38] fdt: Allow the devicetree to come from a bloblist
` [PATCH v3 37/38] command: Include a required header in command.h
` [PATCH v3 38/38] pci: serial: Support reading PCI-register size with base

[PATCH] clk: at91: Fix initializing arrays
 2023-09-24  9:58 UTC 

Looking for suggestion on using above 4G memory on ARM64
 2023-09-24 10:35 UTC 

[PATCH] arm: rpi: set boot_targets with correct macro expansion
 2023-09-24  3:27 UTC  (3+ messages)

[PATCH v2] arm: rpi: remove boot_targets for default standard boot
 2023-09-24  2:59 UTC 

[PATCH] bootstd: Scan all bootdevs in a boot_targets entry
 2023-09-23 20:50 UTC 

[PATCH 1/1] starfive: visionfive2: add mmc0 and nvme boot targets
 2023-09-23 19:53 UTC  (3+ messages)

[BUG] issues with new bootflow, uefi and virtio
 2023-09-23 19:53 UTC  (6+ messages)

[PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
 2023-09-23 19:47 UTC  (2+ messages)

[PATCH v2] cmd: dm: allow for selecting uclass and device
 2023-09-23 19:47 UTC  (5+ messages)

[PATCH v2 0/4] Attempt to collect standard extensions for build output
 2023-09-23 19:47 UTC  (10+ messages)
` [PATCH v2 1/4] buildman: Keep all common output files
` [PATCH v2 2/4] buildman: Show progress when regenerating the board.cfg file
` [PATCH v2 3/4] buildman: Start the clock when the build starts
` [PATCH v2 4/4] kontron_sl28: Use u-boot-update.bin instead of u-boot.update

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

Pull request: please pull u-boot-imx-20230905
 2023-09-23 18:56 UTC 

[PATCH 3/3] imx: hab: Explain that ivt_offset is optional
 2023-09-23 18:52 UTC  (2+ messages)

[PATCH v2] mach-imx: bootaux: fix building with disabled bootelf
 2023-09-23 18:52 UTC 

[PATCH] smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage
 2023-09-23 18:52 UTC  (2+ messages)

[PATCH 2/3] imx: hab: Improve the hab_auth_img_or_fail usage text
 2023-09-23 18:51 UTC  (2+ messages)

[PATCH 1/3] imx: hab: Allow hab_auth_img_or_fail to be called without ivt_offset
 2023-09-23 18:51 UTC  (2+ messages)

[PATCH] imx7: Disable CAAM Job Ring 0
 2023-09-23 18:51 UTC  (2+ messages)

Reading from ISO9660 in U-Boot
 2023-09-23 18:42 UTC  (7+ messages)

[PATCH] rpi: Use OF_BOARD rather than OF_EMBED
 2023-09-23 18:31 UTC  (3+ messages)

[PATCH v2 00/27] moveconfig: Drop old code and tidy up
 2023-09-23 18:32 UTC  (4+ messages)
` [PATCH v2 27/27] qconfig: Update the documentation

Please pull u-boot-dm
 2023-09-23 18:16 UTC 

[PATCH] tools: Fix patman launcher script
 2023-09-23 18:13 UTC  (3+ messages)

[PATCH] buildman: Fix full help for Python 3.8
 2023-09-23 18:13 UTC  (2+ messages)

[PATCH v2] binman: Fix SyntaxWarning: invalid escape sequence '\('
 2023-09-23 18:13 UTC  (6+ messages)

[PATCH] patman: Respect include directive on Git config lookup
 2023-09-23 18:13 UTC  (3+ messages)

[PATCH v2 0/1] mtd: nand: raw: atmel: R/B gpio on sam9x60
 2023-09-23 16:50 UTC  (4+ messages)
` [PATCH v2 1/1] mtd: nand: raw: atmel: Add error handling when rb-gpios missing

[PATCH v2 0/4] Resolve issues with booting distros on x86
 2023-09-23 16:39 UTC  (6+ messages)
` [PATCH v2 1/4] efi: Correct handling of frame buffer
` [PATCH v2 2/4] bootstd: Add a return code to bootflow menu
` [PATCH v2 3/4] x86: coreboot: Add a boot script
` [PATCH v2 4/4] usb: Avoid unbinding devices in use by bootflows

[PATCH] board: LicheePi_Zero: add emac support
 2023-09-23  8:53 UTC 

[PATCH v2] dt-bindings: mtd: Add a schema for binman
 2023-09-23  2:05 UTC  (2+ messages)

[PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default
 2023-09-22 23:35 UTC 

[PATCH 00/32] spl: Preparation for Universal Payload
 2023-09-22 23:06 UTC  (8+ messages)
` [PATCH 09/32] spl: Avoid an #ifdef when printing gd->malloc_ptr

[PATCH] MAINTAINERS: Step up as maintainers of UniPhier SoC platform
 2023-09-22 22:26 UTC  (2+ messages)

[PATCH] pico-imx7d: Remove Vanessa from MAINTAINERS
 2023-09-22 22:26 UTC  (2+ messages)

[PATCH] drivers: mediatek: Fix error handling in mtk_i2c_do_transfer
 2023-09-22 22:26 UTC  (2+ messages)

[PATCH] configs: am65x_evm_r5_usbmsc_defconfig: Enable DWC3 wrapper for SPL
 2023-09-22 22:26 UTC  (2+ messages)

[PATCH 0/1] Workaround for timeout error in NETSEC driver
 2023-09-22 22:26 UTC  (3+ messages)
` [PATCH 1/1] net: sni_netsec: Add workaround for timeout error

[PATCH] net: wget: Avoid packet queue overflow
 2023-09-22 22:26 UTC  (2+ messages)

[PATCH v3 5/9] board_f: Fix corruption of relocaddr
 2023-09-22 21:49 UTC  (13+ messages)

[Question] TI's u-boot.img is built twice
 2023-09-22 19:35 UTC  (8+ messages)

[PATCH 1/9] cmd: bdinfo: Optionally use getopt and implement bdinfo -a
 2023-09-22 18:27 UTC  (12+ messages)
` [PATCH 4/9] configs: sandbox: Enable GETOPT for sandbox and sandbox64 target
` [PATCH 5/9] test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()
` [PATCH 6/9] test: bdinfo: Test both bdinfo and bdinfo -a
` [PATCH 7/9] test: bdinfo: Test bdinfo -h
` [PATCH 8/9] test: bdinfo: Test bdinfo -m

[RFC 0/6] firmware: scmi: add SCMI pinctrl protocol support
 2023-09-22 18:27 UTC  (5+ messages)
` [RFC 6/6] test: dm: add SCMI pinctrl test

[PATCH v4] bootstd: sata: Add bootstd support for ahci sata
 2023-09-22 18:27 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