public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-12-16 06:49:12 to 2022-12-19 08:49:36 UTC [more...]

[PATCH v4 00/19] Add USB on SAM9X60, SAMA7G5 and SAMA5D2 boards
 2022-12-19  8:46 UTC  (11+ messages)
` [PATCH v4 01/19] ARM: dts: sam9x60: Add OHCI and EHCI DT nodes
` [PATCH v4 02/19] clk: at91: Add support for sam9x60 USB clock
` [PATCH v4 03/19] clk: at91: sam9x60: Register the required clocks for USB
` [PATCH v4 04/19] clk: at91: pmc: export clock setup to pmc
` [PATCH v4 05/19] clk: at91: sam9x60: Add initial setup of UPLL and USBCK rates
` [PATCH v4 06/19] usb: ohci-at91: Enable OHCI functionality and register into DM
` [PATCH v4 07/19] dt-bindings: reset: add sama7g5 definitions
` [PATCH v4 08/19] dt-bindings: clk: at91: Define additional UTMI related clocks
` [PATCH v4 09/19] ARM: dts: at91: sama7: Add USB related DT nodes
` [PATCH v4 10/19] ARM: at91: add sama7 SFR definitions

[PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING
 2022-12-19  8:21 UTC  (3+ messages)

[PATCH] imxtract: specify max gunzip size
 2022-12-19  8:05 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/2] cmd: exit: Fix return value propagation out of environment scripts
 2022-12-19  8:01 UTC  (3+ messages)
` [PATCH 2/2] test: cmd: exit: Add unit test for exit and partly run commands

Converting to DM SERIAL for Kirkwood boards
 2022-12-19  7:29 UTC  (9+ messages)

[PATCH v4 0/5] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
 2022-12-19  7:12 UTC  (6+ messages)
` [PATCH v4 3/5] rockchip: px30: insert u-boot, spl-boot-device into U-Boot device tree
` [PATCH v4 5/5] rockchip: add support for PX30 Ringneck SoM on Haikou Devkit

[PATCH 0/2] efi_loader: fix efi_get_next_variable_name_mem()
 2022-12-19  6:55 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] efi_selftest: conformance test for GetNextVariableName

[PATCH 1/2] arm: mediatek: add mt8195 SOC support
 2022-12-19  6:43 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] board: mediatek: add mt8195 demo board
` [PATCH v4 1/2] arm: mediatek: add mt8195 SOC support
  ` [PATCH v4 2/2] board: mediatek: add mt8195 demo board

Pull request: u-boot-rockchip-20221219
 2022-12-19  5:00 UTC 

[PATCH u-boot] powerpc/mpc85xx: Pass correct cpu compiler flags
 2022-12-19  3:12 UTC  (3+ messages)

[PATCH v3] doc: add texinfodocs and infodocs targets
 2022-12-19  2:48 UTC 

[PATCH v2 0/2] fix eficonfig GetNextVariableName calls handling
 2022-12-19  2:33 UTC  (3+ messages)
` [PATCH v2 1/2] eficonfig: carve out efi_get_next_variable_name_int calls
` [PATCH v2 2/2] eficonfig: avoid SetVariable between GetNextVariableName calls

[PATCH 1/9] patman: cosmetic: Fix PEP 8 warnings for the gitutil module
 2022-12-19  1:59 UTC  (9+ messages)
` [PATCH 2/9] patman: locate test data files via __file__ and pathlib
` [PATCH 3/9] patman: invoke the checkpatch.pl script with '--u-boot'
` [PATCH 4/9] patman: fix test_indent test
` [PATCH 5/9] patman: rename main script to __main__.py
` [PATCH 6/9] patman: add pytest configuration file
` [PATCH 7/9] patman: hide the 'test' action unless test data is available
` [PATCH 8/9] patman: document how to run test suite via pytest
` [PATCH 9/9] patman: document default 'send' command

Pull request for efi-2023-01-rc4
 2022-12-19  1:59 UTC  (2+ messages)

Pull request: u-boot-sunxi/master for 2023.01
 2022-12-19  1:59 UTC  (2+ messages)

[PATCH] doc: add texinfodocs and infodocs targets
 2022-12-19  1:53 UTC  (5+ messages)

[PATCH] Makefile: With BINMAN_ALLOW_MISSING=1 don't error on missing
 2022-12-19  1:51 UTC  (9+ messages)

[PATCH 0/2] Add support for Infineon s25fs256t
 2022-12-19  1:28 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: Rename s25hx_t prefix
` [PATCH 2/2] mtd: spi-nor: Add support for Infineon s25fs256t

RFC: Handling of multiple EFI System Partitions
 2022-12-18 19:40 UTC  (2+ messages)

[PATCH] rockchip: rk3399: pass platform parameter to TF-A by default
 2022-12-18 14:03 UTC  (3+ messages)

[PATCH v2] doc: add texinfodocs and infodocs targets
 2022-12-18 12:56 UTC  (2+ messages)

[u-boot][master][PATCH 1/3] pico-imx7d: add support for 2GB memory SoMs
 2022-12-17 22:50 UTC  (3+ messages)
` [u-boot][master][PATCH 2/3] pico-imx7d: add baseboard SD card boot detect
` [u-boot][master][PATCH 3/3] pico-imx7d: update defconfigs of pico-imx7d baseboards

[PATCH v3] console: usb: kbd: Limit poll frequency to improve performance
 2022-12-17 22:24 UTC  (2+ messages)

[PATCH] rockchip: Only call binman when TPL available
 2022-12-18 12:50 UTC 

[PATCH v1 0/4] arm: s5p4418: migrate to DM_SERIAL
 2022-12-18 12:26 UTC  (5+ messages)
` [PATCH v1 1/4] arm: s5p4418: dm_serial: add driver source code
` [PATCH v1 2/4] arm: s5p4418: dm_serial: add uarts to dts
` [PATCH v1 3/4] arm: s5p4418: dm_serial: switch to DM_SERIAL
` [PATCH v1 4/4] arm: s5p4418: dm_serial: remove old code / add DEBUG_UART

[PATCH] powerpc: dts: keymile: Deduplicate binman code
 2022-12-18 11:04 UTC  (12+ messages)

[PATCH v4 00/25] ARM: Add Rockchip RV1126 support
 2022-12-18 10:41 UTC  (9+ messages)
` [PATCH v4 18/25] ARM: dts: rockchip: Add Rockchip RV1126 SoC
` [PATCH v4 22/25] ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2)
` [PATCH v4 23/25] ARM: dts: rockchip: rv1126: Add Edgeble Neural Compute Module 2(Neu2) IO
` [PATCH v4 25/25] board: rockchip: Add Edgeble Neu2 IO Board

[PATCH] phy: rockchip: handle clock without enable function
 2022-12-18 10:22 UTC  (2+ messages)

[PATCH] rockchip: Pinebook Pro: Do not initialize i2c before relocation
 2022-12-18 10:20 UTC  (6+ messages)

[PATCH v2] configs: roc-pc-rk3399: Enable rockchip efuse support
 2022-12-18 10:10 UTC  (2+ messages)

[PATCH 1/2] rc4: mark key as const
 2022-12-18 10:09 UTC  (4+ messages)
` [PATCH 2/2] rockchip: mkimage: make RC4 key const

[PATCH] rockchip: puma-rk3399: sync DTS with Linux kernel next-20221114
 2022-12-18 10:07 UTC  (2+ messages)

[PATCH] board: rockchip: Add support for Rock Pi S
 2022-12-18 10:06 UTC  (2+ messages)

[PATCH v2] rockchip: px30: make watchdog and tsadc trigger a first global reset
 2022-12-18  9:52 UTC  (2+ messages)

[PATCH] rockchip: puma: fix GPT table corruption when saving U-Boot environment
 2022-12-18  9:47 UTC  (2+ messages)

[PATCH 0/3] Initial support for Pinephone Pro
 2022-12-18  9:40 UTC  (7+ messages)
` [PATCH 1/3] arm64: dts: rk3399: sync rk3399.dtsi from 6.1-rc1
` [PATCH 2/3] arm64: dts: rk3399: Add upstream Pinephone Pro dts
` [PATCH 3/3] rockchip: Add initial support for the PINE64 Pinephone Pro

[PATCH] arm: dts: rockchip: add support for ROCK 4C+
 2022-12-18  9:38 UTC  (2+ messages)

[PATCH] arm: dts: rockchip: enable ums/rockusb command for ROCK Pi 4
 2022-12-18  9:35 UTC  (2+ messages)

[PATCH 1/1] test: add unit test for u16_strnlen()
 2022-12-18  7:28 UTC  (2+ messages)

[PATCH] doc: Fix eth_env_[gs]et_enetaddr() return value
 2022-12-18  7:05 UTC  (3+ messages)

[PATCH v2] doc: Fix eth_env_[gs]et_enetaddr() return value
 2022-12-18  7:05 UTC 

[PATCH] ARM: dts: imx: Add support for Data Modul i.MX8M Plus eDM SBC
 2022-12-18  4:35 UTC 

[PATCH 1/1] doc: correct heading level in printenv man-page
 2022-12-18  4:07 UTC 

[PATCH v2] net: eth-uclass: revalidate priv after stop() in eth_halt()
 2022-12-18  1:51 UTC  (9+ messages)
` [PATCH] usb: gadget: ether: split start/stop from init/halt

[PATCH] lds: align u-boot-nodtb with 8 bytes boundary
 2022-12-17 23:59 UTC  (8+ messages)

[PATCH 1/3] patman: remove extraneous imports
 2022-12-17 22:24 UTC  (6+ messages)
` [PATCH 2/3] patman: fix installation of README.rst data file
` [PATCH 3/3] patman: locate README.rst via importlib

[HELP] Need help about quemu + u-root + x86 Linux kernel running in sd card like quemu + grub2 + x86 Linux kernel way
 2022-12-17 22:13 UTC  (2+ messages)

[PATCH 0/3] Introduce new sign binman's option
 2022-12-17 22:02 UTC  (11+ messages)
` [PATCH 1/3] binman: add sign option for binman

[PATCH 1/1] cmd: allow sound command to play multiple sounds
 2022-12-17 21:40 UTC  (2+ messages)

[PATCH] binman: Support optional external blobs
 2022-12-17 21:29 UTC 

[PATCH v7 00/12] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2022-12-17 21:28 UTC  (13+ messages)
` [PATCH v7 01/12] binman: Allow writing section contents to a file
` [PATCH v7 02/12] binman: Tidy up comment in fit _gen_node
` [PATCH v7 03/12] binman: Update entry docs
` [PATCH v7 04/12] binman: Support optional entries
` [PATCH v7 05/12] binman: Add a way to check for a valid ELF file
` [PATCH v7 06/12] binman: Support new op-tee binary format
` [PATCH v7 07/12] rockchip: evb-rk3288: Drop raw-image support
` [PATCH v7 08/12] rockchip: Use multiple-images for rk3399
` [PATCH v7 09/12] rockchip: Support building the all output files in binman
` [PATCH v7 10/12] rockchip: Convert all boards to use binman
` [PATCH v7 11/12] rockchip: Drop the FIT generator script
` [PATCH v7 12/12] treewide: Disable USE_SPL_FIT_GENERATOR by default

[PATCH v6 00/12] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2022-12-17 21:27 UTC  (14+ messages)
` [PATCH v6 01/12] binman: Allow writing section contents to a file
` [PATCH v6 02/12] binman: Tidy up comment in fit _gen_node
` [PATCH v6 03/12] binman: Update entry docs
` [PATCH v6 04/12] binman: Support optional entries
` [PATCH v6 05/12] binman: Add a way to check for a valid ELF file
` [PATCH v6 06/12] binman: Support new op-tee binary format
` [PATCH v6 07/12] rockchip: evb-rk3288: Drop raw-image support
` [PATCH v6 08/12] rockchip: Use multiple-images for rk3399
` [PATCH v6 09/12] rockchip: Support building the all output files in binman
` [PATCH v6 10/12] rockchip: Convert all boards to use binman
` [PATCH v6 11/12] rockchip: Drop the FIT generator script
` [PATCH v6 12/12] treewide: Disable USE_SPL_FIT_GENERATOR by default

[PATCH] Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""
 2022-12-17 17:41 UTC 

[PATCH] doc: fix typos
 2022-12-17 15:54 UTC  (5+ messages)
` [bug#60135] "

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-12-17 14:48 UTC  (16+ messages)

[PATCH v2] board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte
 2022-12-17 14:04 UTC  (2+ messages)

[RFC] [PATCH] imx8mp: power-domain: force usb powerdomain off on startup
 2022-12-16 16:36 UTC  (2+ messages)

Broken commit de47ff536363289f92f85ed1e4901724d238432d
 2022-12-16 21:56 UTC  (6+ messages)
        ` Broken commit d433c74eecdce1e4952ef4e8c712a9289c0dfcc2

Broken commit de47ff536363289f92f85ed1e4901724d238432d
 2022-12-16 19:24 UTC  (12+ messages)

[PATCH] efi: adjust ebbr to v2.1 in conformance profile
 2022-12-16 18:50 UTC  (2+ messages)

[PATCH] pylibfdt: Fix version normalization warning
 2022-12-16 18:34 UTC  (2+ messages)

[PATCH v3] fastboot: Add OEM run command
 2022-12-16 18:20 UTC 

[PATCH] engicam: imx6: migrate to DM_SERIAL
 2022-12-16 16:39 UTC  (3+ messages)

[PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0
 2022-12-16 16:30 UTC  (13+ messages)

Please pull u-boot-x86
 2022-12-16 13:24 UTC  (2+ messages)

[PATCH] fastboot: remove #ifdef CONFIG when it is possible
 2022-12-16  7:50 UTC  (3+ messages)

[PATCH 0/2] fix eficonfig GetNextVariableName calls handling
 2022-12-16  6:48 UTC  (4+ messages)
` [PATCH 2/2] eficonfig: avoid SetVariable between GetNextVariableName calls

[PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0
 2022-12-05 16:25 UTC  (6+ messages)


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