public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-07-19 07:29:04 to 2023-07-20 02:56:26 UTC [more...]

[RFC] efi_driver: fix a parent issue in efi-created block devices
 2023-07-20  2:56 UTC  (9+ messages)

[PATCH] i2c: i2c-gpio: Correctly handle new {sda,scl}-gpios bindings
 2023-07-20  2:30 UTC 

[PATCH 00/29] Add support for MediaTek MT7988 SoC
 2023-07-20  0:58 UTC  (36+ messages)
` [PATCH 01/29] arm: mediatek: retrieve ram_base from dts node for armv8 platform
` [PATCH 02/29] board: mediatek: update config headers
` [PATCH 03/29] spi: mtk_spim: get spi clk rate only once
` [PATCH 04/29] spi: mtk_spim: clear IRQ enable bits
` [PATCH 05/29] serial: mtk: initial priv data before using
` [PATCH 06/29] reset: mediatek: check malloc return valaue before use
` [PATCH 07/29] i2c: mediatek: fix I2C usability for MT7981
` [PATCH 08/29] arm: dts: enable i2c support for MediaTek MT7981
` [PATCH 09/29] pwm: mtk: add support for MediaTek MT7988 SoC
` [PATCH 10/29] clk: mediatek: add clock driver "
` [PATCH 11/29] reset: mediatek: add reset definition "
` [PATCH 12/29] pinctrl: mediatek: convert most definitions to const
` [PATCH 13/29] pinctrl: mediatek: fix the return value in driving configuration functions
` [PATCH 14/29] pinctrl: mediatek: add pinmux_set ops support
` [PATCH 15/29] pinctrl: mediatek: add pinctrl driver for MT7988 SoC
` [PATCH 16/29] net: mediatek: connect switch to PSE only when starting eth is requested
` [PATCH 17/29] net: mediatek: optimize the switch reset delay wait time
` [PATCH 18/29] net: mediatek: fix direct MDIO clause 45 access via SoC
` [PATCH 19/29] net: mediatek: add missing static qualifier
` [PATCH 20/29] net: mediatek: add support for SGMII 1Gbps auto-negotiation mode
` [PATCH 21/29] arm: dts: medaitek: convert gmac link mode to 2500base-x
  ` Aw: "
` [PATCH 22/29] net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981
` [PATCH 23/29] arm: dts: mediatek: add infracfg registers to support GMAC/USB3 Co-PHY
` [PATCH 24/29] net: mediatek: add USXGMII support
` [PATCH 25/29] net: mediatek: add support for NETSYS v3
` [PATCH 26/29] net: mediatek: add support for MediaTek MT7988 SoC
` [PATCH 27/29] tools: mtk_image: use uint32_t for ghf header magic and version
` [PATCH 28/29] arm: mediatek: add support for MediaTek MT7988 SoC
` [PATCH 29/29] board: mediatek: add MT7988 reference boards

[PATCH v2 0/6] introduce EFI_RAM_DISK_PROTOCOL
 2023-07-20  0:21 UTC  (6+ messages)
` [PATCH v2 2/6] ramdisk: add ramdisk uclass and driver

[PATCH v4 00/83] buildman: Refactor code and correct some pylint warnings
 2023-07-19 23:49 UTC  (84+ messages)
` [PATCH v4 01/83] buildman: Fix verboose typo and add comment
` [PATCH v4 02/83] buildman: Allow --debug to enable debugging
` [PATCH v4 03/83] buildman: Exit with the return code consistently
` [PATCH v4 04/83] buildman: Rename the ARM boards
` [PATCH v4 05/83] buildman: Drop dead code to handle :CONFIG_ construct
` [PATCH v4 06/83] buildman: Avoid globals in leaf functions
` [PATCH v4 07/83] buildman: Add a test for Boards.scan_defconfigs()
` [PATCH v4 08/83] buildman: Add a test for Boards.output_is_new()
` [PATCH v4 09/83] buildman: Add a partial test for ensure_board_list()
` [PATCH v4 10/83] buildman: Tidy up common code in parse_file()
` [PATCH v4 11/83] buildman: Warn about dangling maintainer entries
` [PATCH v4 12/83] buildman: Refactor target handling in Boards.scan()
` [PATCH v4 13/83] buildman: Detect boards with multiple CONFIG_TARGETs defined
` [PATCH v4 14/83] buildman: Detect boards with no CONFIG_TARGET defined
` [PATCH v4 15/83] buildman: Correct operation of MAINTAINERS N:
` [PATCH v4 16/83] buildman: Just display a single line for missing maintainers
` [PATCH v4 17/83] buildman: Sort the maintainer warnings
` [PATCH v4 18/83] buildman: Correct logic for missing maintainers
` [PATCH v4 19/83] buildman: Add an option to check maintainers
` [PATCH v4 20/83] buildman: Provide an argument to the -R option
` [PATCH v4 21/83] buildman: Tidy up pylint warnings in main
` [PATCH v4 22/83] buildman: Convert camel case in control.py
` [PATCH v4 23/83] buildman: Fix most pylint warnings in control
` [PATCH v4 24/83] buildman: Move full-help processing to main
` [PATCH v4 25/83] buildman: Move series calculations into a separate function
` [PATCH v4 26/83] buildman: Move fetch-arch code "
` [PATCH v4 27/83] buildman: Add a test for the -A option
` [PATCH v4 28/83] buildman: Drop use of builder in show_actions()
` [PATCH v4 29/83] buildman: Move dry-run handling higher in do_buildman()
` [PATCH v4 30/83] buildman: Add tests for excluding things
` [PATCH v4 31/83] buildman: Move board-selection code into a function
` [PATCH v4 32/83] bulidman: Move more code to determine_series()
` [PATCH v4 33/83] buildman: Move Boards-object code into a function
` [PATCH v4 34/83] bulidman: Move toolchain handling to "
` [PATCH v4 35/83] bulldman: Set up output_dir earlier
` [PATCH v4 36/83] buildman: Move output-file setup into one place
` [PATCH v4 37/83] buildman: Pass option values to get_action_summary()
` [PATCH v4 38/83] buildman: Pass option values to show_actions()
` [PATCH v4 39/83] buildman: Build option-adjusting into a function
` [PATCH v4 40/83] buildman: Move counting of commits "
` [PATCH v4 41/83] buildman: Move setting up the output dir "
` [PATCH v4 42/83] buildman: Move commit numbering into determine_series()
` [PATCH v4 43/83] buildman: Avoid too many returns in do_buildman()
` [PATCH v4 44/83] buildman: Move remaining builder properties to constructor
` [PATCH v4 45/83] buildman: Tweak commits and show_bloat
` [PATCH v4 46/83] buildman: Moving running of the builder into a function
` [PATCH v4 47/83] buildman: Drop some unnecessary variables
` [PATCH v4 48/83] buildman: Adjust show_toolchain_prefix() to not return
` [PATCH v4 49/83] buildman: Move checking for make into run_builder()
` [PATCH v4 50/83] buildman: Move getting the adjust_cfg "
` [PATCH v4 51/83] buildman: Use get_alow_missing() directly to avoid var
` [PATCH v4 52/83] buildman: Create a function to get number of built commits
` [PATCH v4 53/83] buildman: Convert camel case in cmdline.py
` [PATCH v4 54/83] buildman: Correct most pylint warnings in cmdline
` [PATCH v4 55/83] buildman: Add a test for --boards
` [PATCH v4 56/83] buildman: Convert to argparse
` [PATCH v4 57/83] buildman: Convert camel case in bsettings.py
` [PATCH v4 58/83] buildman: Convert camel case in builder.py
` [PATCH v4 59/83] buildman: Split parser creation in two
` [PATCH v4 60/83] buildman: Convert camel case in builderthread.py
` [PATCH v4 61/83] buildman: Correct most pylint warnings in builderthread
` [PATCH v4 62/83] buildman: Export _get_output_dir() to avoid warnings
` [PATCH v4 63/83] buildman: Correct invalid use of out_dir variable
` [PATCH v4 64/83] buildman: Drop unnecessary assignment of config_out
` [PATCH v4 65/83] buildman: Start a function to set up the make arguments
` [PATCH v4 66/83] buildman: Move setting of toolchain arguments to _build_args()
` [PATCH v4 67/83] buildman: Move more things into _build_args()
` [PATCH v4 68/83] buildman: Convert config_out to string IO
` [PATCH v4 69/83] buildman: Move reconfigure code into its own function
` [PATCH v4 70/83] buildman: Move bulid "
` [PATCH v4 71/83] buildman: Move reading of the done file into a function
` [PATCH v4 72/83] buildman: Move code to remove old outputs
` [PATCH v4 73/83] buildman: Move code to decide output dirs
` [PATCH v4 74/83] buildman: Move checkout code to a separate function
` [PATCH v4 75/83] buildman: Create a function to handle config and build
` [PATCH v4 76/83] buildman: Avoid passing result into _read_done_file()
` [PATCH v4 77/83] buildman: Tidy up reporting of a toolchain error
` [PATCH v4 78/83] buildman: Tidy up some comments in builderthread
` [PATCH v4 79/83] buildman: Move copy_files() out ot BuilderThread class
` [PATCH v4 80/83] buildman: Add a way to print the architecture for a board
` [PATCH v4 81/83] buildman: Use -D for --debug
` [PATCH v4 82/83] buildman: Add an option to check maintainers and targets
` [PATCH v4 83/83] buildman: Enable test coverage

[PATCH v3 0/9] rockchip: Fix PCIe and NVMe support on RK3568
 2023-07-19 21:32 UTC  (4+ messages)
` [PATCH v3 5/9] pci: pcie_dw_rockchip: Hide BARs of the root complex

[PATCH 0/5] Keep fixed/gpio regulator enable count in balance
 2023-07-19 21:21 UTC  (6+ messages)
` [PATCH 1/5] adc: Use regulator_set_enable_if_allowed
` [PATCH 2/5] usb: dwc2: "
` [PATCH 3/5] usb: ehci-generic: "
` [PATCH 4/5] mmc: "
` [PATCH 5/5] mmc: dw_mmc: Keep vqmmc-supply enable count in balance

[PATCH 1/2] schemas: Add firmware node schema
 2023-07-19 21:06 UTC  (4+ messages)

[PATCH v4 1/2] board/km/cent2: add include common.h
 2023-07-19 20:30 UTC  (5+ messages)
` [PATCH v4 2/2] event: Add fpga load event

[PATCH v2 1/4] cmd: bind: Add unbind command with driver filter
 2023-07-19 19:54 UTC  (9+ messages)
` [PATCH v2 2/4] usb: gadget: ether: Inline functions used once
` [PATCH v2 3/4] usb: gadget: ether: Move probe function above driver structure

[PATCH] Azure: Rework our Rockchip jobs slightly
 2023-07-19 19:11 UTC  (2+ messages)

[PATCH v5 00/20] binman: Simple templating feature and mkimage conversion
 2023-07-19 19:11 UTC  (4+ messages)
` [PATCH v5 15/20] binman: Support simple templates

[PATCH v4 00/12] Integrate EFI capsule tasks into u-boot's build flow
 2023-07-19 19:11 UTC  (12+ messages)
` [PATCH v4 06/12] binman: capsule: Add support for generating capsules
` [PATCH v4 12/12] sandbox: capsule: Generate capsule related files through binman

[PATCH 00/18] K3 HS Support along with fixes
 2023-07-19 19:11 UTC  (8+ messages)
` [PATCH 12/18] include: armv7: Enable distroboot across all configs

[PATCH v1 0/2] Add support for Radxa ROCK 4SE
 2023-07-19 18:43 UTC  (4+ messages)
` [PATCH v1 1/2] arm: rockchip: sync ROCK Pi 4 SoCs from Linux
` [PATCH v1 2/2] arm: rockchip: Add Radxa ROCK 4SE

[RFC PATCH 0/4] arm: dts: Sync k3-am62 with upstream
 2023-07-19 17:22 UTC  (6+ messages)
` [RFC PATCH 4/4] arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1

[PATCH v2 0/2] efi_loader: support all uclasses in device path
 2023-07-19 15:40 UTC  (3+ messages)
` [PATCH v2 1/2] efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIO
` [PATCH v2 2/2] efi_loader: support all uclasses in device path

[GIT PULL] Please pull u-boot-mmc master
 2023-07-19 14:46 UTC  (2+ messages)

[PATCH] usb: cdns3: gadget: Configure speed in udc_start
 2023-07-19 11:06 UTC  (3+ messages)

Double free on xhci_register failure
 2023-07-19 14:23 UTC  (3+ messages)

[PATCH] net: axi_emac: Change return value to -EAGAIN if RX is not ready
 2023-07-19 13:54 UTC  (2+ messages)

[PATCH] Add support for SPL MMC load redundant U-Boot
 2023-07-19 13:38 UTC  (3+ messages)

[RFC PATCH 0/3] Minimal platform configuration
 2023-07-19 13:34 UTC  (8+ messages)
` [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

[PATCH V2 0/2] Fix warnings occurred during compilation
 2023-07-19 13:18 UTC  (5+ messages)
    ` [EXTERNAL] "

[PATCH] drivers: led: bcm6858: do not use null label to find the top
 2023-07-19 13:06 UTC  (5+ messages)

[PATCH 1/7] arm: Remove more remnants of bcmcygnus
 2023-07-19 11:47 UTC  (4+ messages)
` [PATCH 5/7] MAINTAINERS: Fix path typos and similar
  ` R: "

[BUG] efi_loader: incorrect creation of device paths
 2023-07-19 10:15 UTC  (5+ messages)

[PATCH 0/5] m68k: add ColdFire watchdog driver
 2023-07-19  9:55 UTC  (5+ messages)
` [PATCH 1/5] drivers: watchdog: add mcf watchdog support

[PATCH 1/1] efi_loader: support all uclasses in device path
 2023-07-19  9:36 UTC  (3+ messages)

[PATCH] menu: Ignore prompt variable if timeout is != 0
 2023-07-19  8:52 UTC  (5+ messages)

[PATCH] clk: zynqmp: Add set_rate support for gem rx and tsu clks
 2023-07-19  8:49 UTC 

[PATCH v3] event: Add fpga load event
 2023-07-19  8:37 UTC  (4+ messages)

[PATCH] pci: pcie_dw_rockchip: Disable no used BAR0/BAR1
 2023-07-19  8:17 UTC 

[PATCH v2 1/2] arm64: dts: rockchip: Sync DT from linux-next
 2023-07-19  8:17 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: edgeble-neu6: Append eMMC into spl-boot-order

[PATCH] mtd: spi-nor-ids: add xtxtech part#
 2023-07-19  8:01 UTC  (8+ messages)
` [v2] "

[PATCH 1/2] arm64: dts: rockchip: Sync DT from linux-next
 2023-07-19  7:59 UTC  (3+ messages)

[PATCH v4 00/45] x86: Use qemu-x86_64 to boot EFI installers
 2023-07-19  7:58 UTC  (7+ messages)
` [PATCH v4 32/45] fs: fat: Support reading from a larger block size

[PATCH v1 0/5] rockchip: Support OP-TEE binaries in ARM FIT images
 2023-07-19  7:28 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] optee: Support Rockchip OP-TEE binaries


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