public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-02-18 01:00:52 to 2023-02-20 10:38:03 UTC [more...]

[PATCH 0/6] clk: uclass fixes and improvements
 2023-02-20 10:37 UTC  (8+ messages)
` [PATCH 1/6] clk: Handle error pointers in clk_valid()
` [PATCH 2/6] clk: Fix error handling in clk_get_rate()
` [PATCH 3/6] clk: Fix error handling in clk_get_parent()
` [PATCH 4/6] clk: Fix rate caching in clk_get_parent_rate()
` [PATCH 5/6] clk: Remove an unneeded check from clk_get_parent_rate()
` [PATCH 6/6] clk: Add a .get_parent operation

[PATCH v4 0/1] vidconsole: refactoring and support for wider fonts
 2023-02-20 10:35 UTC  (4+ messages)
` [PATCH v4 1/1] video console: refactoring and optimization

[PATCH v4] efi_loader: update SetVariable attribute check
 2023-02-20 10:31 UTC 

[PATCH v3 00/76] Clean up of bad Kconfig options
 2023-02-20 10:16 UTC  (3+ messages)
` [PATCH v3 58/76] Drop ubsha1 tool

[PATCH v1 00/11] Tegra DC improvements
 2023-02-20  9:54 UTC  (12+ messages)
` [PATCH v1 01/11] tegra: lcd: video: integrate display driver for t30
` [PATCH v1 02/11] video: move tegra dc driver into own folder
` [PATCH v1 03/11] video: tegra-dc: get clocks from device tree
` [PATCH v1 04/11] video: tegra-dc: request timings from panel driver first
` [PATCH v1 05/11] video: tegra-dc: assign regmap directly
` [PATCH v1 06/11] video: tegra-dc: add 180 degree panel rotation
` [PATCH v1 07/11] video: tegra-dc: add panel_set_backlight call
` [PATCH v1 08/11] video: tegra-dc: pass DC regmap to internal devices
` [PATCH v1 09/11] video: tegra20: add DSI controller driver
` [PATCH v1 10/11] simple_panel: add support for get_display_timing
` [PATCH v1 11/11] simple_panel: support simple MIPI DSI panels

[PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES
 2023-02-20  8:50 UTC  (3+ messages)
` [PATCH 06/13] imx9: Remove ARCH_MISC_INIT

[PATCH] efi_loader: efi_allocate_pages: check parameter pages
 2023-02-20  8:46 UTC  (3+ messages)

[PATCH v2] arm64: zynqmp: Add an OP-TEE node to the device tree
 2023-02-20  8:17 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Remove comment about gem spec in kv260
 2023-02-20  8:09 UTC 

[PATCH] fastboot: Only call the bootm command if it is enabled
 2023-02-20  6:14 UTC 

[PATCH 0/3] remoteproc: uclass cleanup
 2023-02-20  6:13 UTC  (4+ messages)
` [PATCH 1/3] remoteproc: Move rproc_cfg_arr out of the uclass header
` [PATCH 2/3] remoteproc: Remove unused mem_type platform data
` [PATCH 3/3] remoteproc: Remove legacy probing method

[PATCH] riscv: Support CONFIG_REMAKE_ELF
 2023-02-20  6:02 UTC 

[PATCH v4 00/10] usb: dwc3: Refactor dwc3-generic and apply to dwc3-uniphier
 2023-02-20  5:50 UTC  (11+ messages)
` [PATCH v4 01/10] usb: dwc3: Look up reference clock DT phandle in both controller DT nodes
` [PATCH v4 02/10] usb: dwc3-generic: Allow different controller DT node pattern
` [PATCH v4 03/10] usb: dwc3-generic: Add clock initialization in child DT node
` [PATCH v4 04/10] usb: dwc3-generic: Export glue structures and functions
` [PATCH v4 05/10] usb: dwc3-generic: Add the size of regs property to glue structure
` [PATCH v4 06/10] reset: uniphier: Add USB glue reset support
` [PATCH v4 07/10] clk: uniphier: Add missing USB SS-PHY clocks
` [PATCH v4 08/10] phy: socionext: Add UniPhier USB3 PHY driver
` [PATCH v4 09/10] usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3
` [PATCH v4 10/10] uniphier_defconfig: Disable USB_XHCI_DWC3

[PATCH] spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()
 2023-02-20  5:42 UTC 

[PATCH v3 00/10] usb: dwc3: Refactor dwc3-generic and apply to dwc3-uniphier
 2023-02-20  4:50 UTC  (8+ messages)
` [PATCH v3 08/10] phy: socionext: Add UniPhier USB3 PHY driver

[PATCH 1/4] buildman: Add a note about the out-env file
 2023-02-20  2:41 UTC  (4+ messages)
` [PATCH 2/4] buildman: Write out the build command used
` [PATCH 3/4] buildman: Support disabling LTO
` [PATCH 4/4] buildman: Add a flag for reproducible builds

[PATCH 0/3] rpi: Convert to standard boot
 2023-02-20  1:10 UTC  (4+ messages)
` [PATCH 1/3] bootstd: Add support for booti and bootz
` [PATCH 2/3] arm: rpi: Switch to standard boot
` [PATCH 3/3] arm: rpi: Switch to a text environment

[PATCH v4 00/46] More tidy-ups of Kconfig options
 2023-02-19 23:45 UTC  (46+ messages)
` [PATCH v4 01/46] mtd: Drop unused kb9202_nand driver
` [PATCH v4 02/46] mtd: Drop unused CONFIG_ONENAND_U_BOOT
` [PATCH v4 03/46] sh4: Drop unused twl6030 driver
` [PATCH v4 04/46] moveconfig: Update to detect / correct missing SPL Kconfigs
` [PATCH v4 05/46] bootstd: Disable QFW bootmeth in SPL
` [PATCH v4 06/46] Correct SPL uses of ARCH_MVEBU
` [PATCH v4 07/46] Correct SPL uses of DISPLAY_AER_FULL
` [PATCH v4 08/46] Correct SPL uses of FSL_ISBC_KEY_EXT
` [PATCH v4 09/46] Correct SPL uses of MULTIPLEXER
` [PATCH v4 10/46] Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED
` [PATCH v4 11/46] Correct SPL use of PHY_CADENCE_SIERRA
` [PATCH v4 12/46] Correct SPL uses of PHY_FIXED
` [PATCH v4 13/46] boot: Add Kconfigs for BOOTMETH_VBE_REQUEST
` [PATCH v4 14/46] Correct SPL use of DM_RNG
` [PATCH v4 15/46] lib: Add a Kconfig for SPL_BZIP2
` [PATCH v4 16/46] moveconfig: Various minor improvements
` [PATCH v4 18/46] event: Add Kconfig options for SPL
` [PATCH v4 19/46] bootstd: Correct 'VPL' typo
` [PATCH v4 20/46] env: Avoid checking ENV_IS_IN when env disabled
` [PATCH v4 21/46] env: Allow VPL environment to be nowhere
` [PATCH v4 22/46] lib: Add VPL options for SHA1 and SHA256
` [PATCH v4 23/46] x86: Use string functions for all 32-bit builds
` [PATCH v4 24/46] lib: Fix build condition for tiny-printf
` [PATCH v4 25/46] sandbox: Tidy up RTC options
` [PATCH v4 26/46] sandbox: Use the generic VPL option to enable VPL
` [PATCH v4 27/46] sandbox: Tidy up I2C options
` [PATCH v4 28/46] fixdep: Add support for VPL
` [PATCH v4 29/46] fixdep: Refactor to make testing easier
` [PATCH v4 30/46] fixdep: Add some tests for parse_config_line()
` [PATCH v4 31/46] test: Add SPL versions of the TEST_KCONFIG options
` [PATCH v4 32/46] lib: Add an SPL config for LIB_UUID
` [PATCH v4 33/46] test: Tidy up sandbox handling in test-main
` [PATCH v4 34/46] x86: Fix up use of X86_32BIT_INIT and X86_64 options
` [PATCH v4 35/46] Add VPL options for BLOBLIST
` [PATCH v4 36/46] rockchip: Avoid checking environment without ENV_SUPPORT
` [PATCH v4 37/46] freescale: Drop old pre-DM_ETH code
` [PATCH v4 38/46] imx: Use SATA instead of CMD_SATA
` [PATCH v4 39/46] net: Add an SPL config for atheros
` [PATCH v4 40/46] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE
` [PATCH v4 41/46] serial: Support ns16550 driver in TPL
` [PATCH v4 42/46] dm: Add a TPL symbol for simple-bus
` [PATCH v4 43/46] x86: coral: Add missing TPL options
` [PATCH v4 44/46] power: wandboard: Add a missing CONFIG
` [PATCH v4 45/46] venice: Simplify conditions for network init
` [PATCH v4 46/46] command: Don't allow commands in SPL

[PATCH v2 0/4] patman: Speed up some operations
 2023-02-19 23:50 UTC  (5+ messages)
` [PATCH v2 1/4] patman: Drop an incorrect comment about git am
` [PATCH v2 2/4] patman: Refactor MakeCcFile() into two functions
` [PATCH v2 3/4] patman: Run get_maintainer.pl in parallel
` [PATCH v2 4/4] patman: Check patches "

[PATCH v4 00/50] More tidy-ups of Kconfig options
 2023-02-19 23:45 UTC  (2+ messages)

[PATCH 00/15] tools: Support uploading tools to PyPi for use with pip
 2023-02-19 22:03 UTC  (20+ messages)
` [PATCH 01/15] binman: Avoid unwanted output in testFitFirmwareLoadables()
` [PATCH 02/15] Revert "patman: test_util: Print test stdout/stderr within test summaries"
` [PATCH 03/15] Remove concurrencytest
` [PATCH 04/15] patman: Move library functions into a library directory
` [PATCH 05/15] script: Add a script to build a PyPi package
` [PATCH 06/15] patman: Add support for building a u_boot_tools "
` [PATCH 07/15] patman: Rename directory to patmanu
` [PATCH 08/15] patman: Add support for building a patmanu PyPi package
` [PATCH 09/15] buildman: Add support for building a buildman "
` [PATCH 10/15] dtoc: Add support for building a dtoc "
` [PATCH 11/15] binman: Rename directory to binmanu
` [PATCH 12/15] binman: Add support for building a binmanu PyPi package
` [PATCH 13/15] test: Add concurrencytest to the requirements
` [PATCH 14/15] doc: Add notes on how to install patman and binman
` [PATCH 15/15] CI: Add a check for building tools for PyPi

[PATCH 0/9] binman: Show missing blob message when building U-Boot
 2023-02-19 22:02 UTC  (10+ messages)
` [PATCH 2/9] binman: Fix spelling of nodes in code comments
` [PATCH 1/9] binman: Remove redundant SetAllowFakeBlob from blob-ext entry
` [PATCH 4/9] binman: Override CheckOptional in fit entry
` [PATCH 3/9] binman: Use correct argument name in docstrings
` [PATCH 6/9] binman: Mark mkimage entry missing when its subnodes is missing
` [PATCH 5/9] binman: Implement missing check functions in mkimage entry
` [PATCH 7/9] binman: Fix blank line usage for invalid images warning text
` [PATCH 8/9] binman: Show filename in missing blob help message
` [PATCH 9/9] Makefile: Show binman missing blob message

Pull request for efi-2023-04-rc3
 2023-02-19 22:00 UTC 

[PATCH] kconfig: Proposed language extension for multiple builds
 2023-02-19 21:54 UTC 

[PATCH v2 1/1] spl: allow loading via partition type GUID
 2023-02-19 21:21 UTC  (9+ messages)

[PATCH 1/1] doc: remove superfluous warning
 2023-02-19 20:33 UTC 

[PATCH v4 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2
 2023-02-19 19:48 UTC  (2+ messages)

[PATCH 0/4] patman: Speed up some operations
 2023-02-19 16:31 UTC  (5+ messages)
` [PATCH 1/4] patman: Drop an uncorrect comment about git am
` [PATCH 2/4] patman: Refactor MakeCcFile() into two functions
` [PATCH 3/4] patman: Run get_maintainer.pl in parallel
` [PATCH 4/4] patman: Check patches "

Re-writing SMC91111 Ethernet driver
 2023-02-18 23:30 UTC 

fix ext4_write_file can only write file once
 2023-02-18 15:44 UTC 

[PATCH v4 0/4] rockchip: Use external TPL binary to create a working firmware image
 2023-02-19 15:06 UTC  (5+ messages)
` [PATCH v4 1/4] binman: Add support for a rockchip-tpl entry
` [PATCH v4 2/4] rockchip: Use an external TPL binary on RK3568
` [PATCH v4 4/4] rockchip: mkimage: Update init size limit for RK3328 and RK3568
` [PATCH v4 3/4] Revert "board: rockchip: Fix binman_init failure on EVB-RK3568"

[PATCH v2] Let the EQoS in imx8mp handle fixed-phy too
 2023-02-19 14:27 UTC  (2+ messages)

[PATCH v3 0/3] spl: allow loading via partition type GUID
 2023-02-19 11:36 UTC  (4+ messages)
` [PATCH v3 1/3] disk: accessors for conditional partition fields
` [PATCH v3 2/3] kconfig: new macro IF_ENABLED()
` [PATCH v3 3/3] spl: allow loading via partition type GUID

[RFC PATCH v3] doc: arch: Add document for RISC-V architecture
 2023-02-19 14:41 UTC  (3+ messages)

[PULL] u-boot-riscv/master
 2023-02-19  6:09 UTC  (3+ messages)

[PATCH 00/71] bootstd: Allow migration from distro_bootcmd scripts
 2023-02-19  2:19 UTC  (3+ messages)
` [PATCH 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot
  ` rk3399 boards broken, only partially converted to standard boot? (was Re: [PATCH 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot)

[Patch] net: dwc_eth_qos - works with fixed-phy
 2023-02-18 20:11 UTC  (5+ messages)

[PATCH] net: ipv6: IPv6 environment variable cleanup
 2023-02-18 20:09 UTC  (2+ messages)

[PATCH v3 00/95] RFC: Migrate to split config
 2023-02-18 20:07 UTC  (3+ messages)
` [PATCH v3 72/95] net: Add an SPL config for atheros

[PATCH 0/2] drivers: net: fsl-mc: fix MAC address fixup procedure
 2023-02-18 20:07 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 1/3] net: ksz9477: remove unnecessary dsa_set_tagging call
 2023-02-18 20:05 UTC  (6+ messages)
` [PATCH 2/3] net: ksz9477: remove unnecessary variable
` [PATCH 3/3] net: ksz9477: add port_probe function to config phy

[PATCH v3 00/81] RFC: Migrate to split config
 2023-02-18 20:04 UTC  (3+ messages)
` [PATCH v3 59/81] net: Add an SPL config for atheros

[RFC PATCH v2 00/56] Migrate to split config
 2023-02-18 20:03 UTC  (3+ messages)
` [RFC PATCH v2 37/56] net: Add an SPL config for atheros

[PATCH v4 00/11] Fixes for Rockchip NFC driver part 1
 2023-02-18 15:29 UTC  (12+ messages)
` [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size
` [PATCH v4 02/11] include: dm: ofnode: fix headers
` [PATCH v4 03/11] core: remap: convert regmap_init_mem_plat() input to phys_addr_t
` [PATCH v4 04/11] rockchip: adc: rockchip-saradc: use dev_read_addr_ptr
` [PATCH v4 05/11] rockchip: timer: dw-apb-timer: convert dev_read_addr output to phys_addr_t
` [PATCH v4 06/11] mtd: nand: raw: rockchip_nfc: use dev_read_addr_ptr
` [PATCH v4 07/11] mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"
` [PATCH v4 08/11] mtd: nand: raw: rockchip_nfc: add layout structure
` [PATCH v4 09/11] mtd: nand: raw: rockchip_nfc: add flash_node to chip structure
` [PATCH v4 10/11] mtd: nand: add support for the Sandisk SDTNQGAMA chip
` [PATCH v4 11/11] mtd: nand: raw: rockchip_nfc: fix oobfree offset and description

[PATCH 1/4 v4] tpm: add a function that performs selftest + startup
 2023-02-18 15:27 UTC  (4+ messages)
` [PATCH 2/4 v4] efi_loader: use tpm_auto_start for the tpm device
` [PATCH 3/4 v4] tpm: sandbox: Change the return code when device is already open
` [PATCH 4/4 v4] test: add a test for the new tpm_auto_start() function

[PATCH v3 0/5] rockchip: Use external TPL binary to create a working firmware image
 2023-02-18 13:00 UTC  (5+ messages)
` [PATCH v3 4/5] rockchip: mkimage: Update init size limit

[PATCH] pci: ecm generic: use dev_read_() interface
 2023-02-18 12:25 UTC 

[PATCH] MAINTAINERS: assign sandbox drivers to SANDBOX
 2023-02-18  9:38 UTC 

[PATCH 1/1] sandbox: fix building with CONFIG_SPL_TIMER=y
 2023-02-18  9:34 UTC 

[PATCH 1/1] dm: core: revert "Don't inline dev_read...() calls with of-platdata"
 2023-02-18  9:17 UTC 

[PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG
 2023-02-18  8:33 UTC 

[PATCH 0/5] binman: Tidy up the location for bintools
 2023-02-18  2:16 UTC  (3+ messages)
` [PATCH 4/5] binman: Use a private directory "

[PATCH 0/2] improve 'read' command, add 'write' command
 2023-02-18  0:59 UTC  (2+ messages)
` [PATCH 2/2] cmd: introduce "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox