messages from 2023-07-03 17:59:36 to 2023-07-05 20:18:29 UTC [more...]
[PATCH 0/5] ARM: dts: at91: Improve sam9x60-curiosity
2023-07-05 20:17 UTC (6+ messages)
` [PATCH 1/5] ARM: dts: at91: sam9x60: Better align with upstream dtsi
` [PATCH 2/5] ARM: dts: at91: sam9x60-curiosity: Fix EEPROM type
` [PATCH 3/5] ARM: dts: at91: sam9x60: Change i2c compatible
` [PATCH 4/5] ARM: dts: at91: sam9x60-curiosity: Improve alignment with upstream
` [PATCH 5/5] ARM: dts: at91: sam9x60-curiosity: Add raw NAND flash
[PATCH 1/1] tools: spkgimage: correct printf specifier
2023-07-05 20:15 UTC (3+ messages)
[PATCH] rockchip: rk3399: nanopc-t4: use 1600MHz sdram config
2023-07-05 13:58 UTC
[bug report] sunxi: H6: no ethernet on Orange Pi One Plus
2023-07-05 17:15 UTC (10+ messages)
[PATCH] arm64: dts: rockchip: rk3568: Add ODROID-M1 board support
2023-07-05 16:24 UTC (2+ messages)
v2023.07-rc5 regression: Image overlaps SPL
2023-07-05 15:35 UTC (18+ messages)
[PATCH v2] colibri-imx7: Call fdt_increase_size()
2023-07-05 15:28 UTC (2+ messages)
[PATCH] git-mailrc: add alias for Eugen Hristev
2023-07-05 15:28 UTC (2+ messages)
[PATCHv3 0/3] net/lwip: add lwip library for the network stack
2023-07-05 15:14 UTC (4+ messages)
` [PATCHv3 1/3] net/lwip: add lwip-external submodule
` [PATCHv3 2/3] net/lwip: add lwip library for the network stack
` [PATCHv3 3/3] net/lwip: add doc/develop/net_lwip.rst
[PATCH] powerpc: Fix flush_cache() speed regression
2023-07-05 14:51 UTC
EFI Secure boot default keys
2023-07-05 13:24 UTC (3+ messages)
[GIT PULL] Please pull u-boot-pmic next
2023-07-05 13:35 UTC (2+ messages)
[PATCH V5 0/9] Update SPL splashscreen framework for AM62x
2023-07-05 13:34 UTC (3+ messages)
[PATCH v2] fpga: add inline stub for fpga_load
2023-07-05 13:04 UTC
[PATCH v5 0/2 RESEND] imx93: add ADC support
2023-07-05 12:56 UTC (3+ messages)
` [PATCH 1/2] dm: adc: add iMX93 "
` [PATCH 2/2] imx93_evk: defconfig: add adc support
[PATCH v2 00/60] buildman: Refactor code and correct some pylint warnings
2023-07-05 12:19 UTC (61+ messages)
` [PATCH v2 01/60] buildman: Tidy up pylint warnings in main
` [PATCH v2 02/60] buildman: Convert camel case in control.py
` [PATCH v2 03/60] buildman: Fix most pylint warnings in control
` [PATCH v2 04/60] buildman: Move full-help processing to main
` [PATCH v2 05/60] buildman: Move series calculations into a separate function
` [PATCH v2 06/60] buildman: Move fetch-arch code "
` [PATCH v2 07/60] buildman: Add a test for the -A option
` [PATCH v2 08/60] buildman: Drop use of builder in show_actions()
` [PATCH v2 09/60] buildman: Move dry-run handling higher in do_buildman()
` [PATCH v2 10/60] buildman: Move board-selection code into a function
` [PATCH v2 11/60] bulidman: Move more code to determine_series()
` [PATCH v2 12/60] buildman: Move Boards-object code into a function
` [PATCH v2 13/60] bulidman: Move toolchain handling to "
` [PATCH v2 14/60] bulldman: Set up output_dir earlier
` [PATCH v2 15/60] buildman: Move output-file setup into one place
` [PATCH v2 16/60] buildman: Pass option values to get_action_summary()
` [PATCH v2 17/60] buildman: Pass option values to show_actions()
` [PATCH v2 18/60] buildman: Build option-adjusting into a function
` [PATCH v2 19/60] buildman: Move counting of commits "
` [PATCH v2 20/60] buildman: Move setting up the output dir "
` [PATCH v2 21/60] buildman: Move commit numbering into determine_series()
` [PATCH v2 22/60] buildman: Avoid too many returns in do_buildman()
` [PATCH v2 23/60] buildman: Move remaining builder properties to constructor
` [PATCH v2 24/60] buildman: Tweak commits and show_bloat
` [PATCH v2 25/60] buildman: Moving running of the builder into a function
` [PATCH v2 26/60] buildman: Drop some unnecessary variables
` [PATCH v2 27/60] buildman: Adjust show_toolchain_prefix() to not return
` [PATCH v2 28/60] buildman: Move checking for make into run_builder()
` [PATCH v2 29/60] buildman: Move getting the adjust_cfg "
` [PATCH v2 30/60] buildman: Use get_alow_missing() directly to avoid var
` [PATCH v2 31/60] buildman: Create a function to get number of built commits
` [PATCH v2 32/60] buildman: Convert camel case in cmdline.py
` [PATCH v2 33/60] buildman: Correct most pylint warnings in cmdline
` [PATCH v2 34/60] buildman: Add a test for --boards
` [PATCH v2 35/60] buildman: Convert to argparse
` [PATCH v2 36/60] buildman: Convert camel case in bsettings.py
` [PATCH v2 37/60] buildman: Convert camel case in builder.py
` [PATCH v2 38/60] buildman: Split parser creation in two
` [PATCH v2 39/60] buildman: Convert camel case in builderthread.py
` [PATCH v2 40/60] buildman: Correct most pylint warnings in builderthread
` [PATCH v2 41/60] buildman: Export _get_output_dir() to avoid warnings
` [PATCH v2 42/60] buildman: Correct invalid use of out_dir variable
` [PATCH v2 43/60] buildman: Drop unnecessary assignment of config_out
` [PATCH v2 44/60] buildman: Start a function to set up the make arguments
` [PATCH v2 45/60] buildman: Move setting of toolchain arguments to _build_args()
` [PATCH v2 46/60] buildman: Move more things into _build_args()
` [PATCH v2 47/60] buildman: Convert config_out to string IO
` [PATCH v2 48/60] buildman: Move reconfigure code into its own function
` [PATCH v2 49/60] buildman: Move bulid "
` [PATCH v2 50/60] buildman: Move reading of the done file into a function
` [PATCH v2 51/60] buildman: Move code to remove old outputs
` [PATCH v2 52/60] buildman: Move code to decide output dirs
` [PATCH v2 53/60] buildman: Move checkout code to a separate function
` [PATCH v2 54/60] buildman: Create a function to handle config and build
` [PATCH v2 55/60] buildman: Avoid passing result into _read_done_file()
` [PATCH v2 56/60] buildman: Tidy up reporting of a toolchain error
` [PATCH v2 57/60] buildman: Tidy up some comments in builderthread
` [PATCH v2 58/60] buildman: Move copy_files() out ot BuilderThread class
` [PATCH v2 59/60] buildman: Add a way to print the architecture for a board
` [PATCH v2 60/60] buildman: Enable test coverage
[PATCH v2] board: stm32mp1: add splash screen on dk2
2023-07-05 12:09 UTC (3+ messages)
[PATCH] lzma: Fix decompression speed regression
2023-07-05 8:34 UTC
[PATCH 0/6] ti: k3-am642: Add daughtercard support
2023-07-05 8:01 UTC (8+ messages)
` [PATCH 1/6] board: ti: am64x: Recognize AM64-HSEVM
` [PATCH 2/6] board: ti: am64x: Add HSE NAND card detection support
` [PATCH 3/6] arm: dts: k3-am642: Sync main_i2c0 with kernel
` [PATCH 4/6] arm: dts: k3-am642-r5-evm: Add I2C0 and Card detect GPIOs
` [PATCH 5/6] arm: dts: k3-am642: Add I2C GPIO Expander
` [PATCH 6/6] configs: am64x_evm_a53_defconfig: Enable I2C GPIO drivers
[PATCH] tpm: Add TPM2_GetTestResult command support
2023-07-05 6:54 UTC (2+ messages)
[PATCH 1/1] RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS description
2023-07-05 6:28 UTC (3+ messages)
[PATCH] ci: riscv: Update OpenSBI to v1.2
2023-07-05 5:55 UTC (2+ messages)
[PATCH] phy: phy-uclass: Add a missing error handling path
2023-07-05 4:48 UTC (3+ messages)
[PATCH 1/2] riscv: andes_plicsw: Fix IPI during OpenSBI invocation
2023-07-05 2:10 UTC (4+ messages)
` [PATCH 2/2] board: ae350: Add missing env variables for booti
[PATCH v1 0/4] Fix rtl8169 compile warning and add a new device ID
2023-07-05 1:54 UTC (2+ messages)
[PATCH 0/2] Fix 'mbr' command with hybrid MBR/GPT
2023-07-05 0:16 UTC (13+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] dm: test: Fix partition test to use mmc2
` [PATCH v2 2/5] dm: test: Improve partition test error output
` [PATCH v2 3/5] disk: part: Add API to get partitions with specific driver
` [PATCH v2 4/5] dm: test: Add test for part_get_info_by_type
` [PATCH v2 5/5] cmd: mbr: Force DOS driver to be used for verify
[PATCH 00/12] binman: Simple templating feature and mkimage conversion
2023-07-04 22:14 UTC (6+ messages)
` [PATCH 07/12] binman: Provide a way to specific the fdt-list directly
` [PATCH 12/12] binman: Support simple templates
[PATCH] ARM: stm32: Power cycle Buck3 in reset on DHSOM
2023-07-04 21:55 UTC (2+ messages)
[PATCH v4 1/2] ARM: dts: rockchip: rk3588: Move bootph-all props to common file
2023-07-04 19:05 UTC (2+ messages)
` [PATCH v4 2/2] board: rockchip: add Radxa ROCK5A Rk3588 board
[PATCH v4 1/2] ARM: dts: rockchip: rk3588: Move bootph-all props to common file
2023-07-04 19:01 UTC (2+ messages)
` [PATCH v4 2/2] board: rockchip: add Radxa ROCK5A Rk3588 board
[PATCH] colibri-imx7: Call fdt_increase_size()
2023-07-04 17:02 UTC (2+ messages)
[PATCH 2/2] mxs: Don't enable 4P2 reg if MXS is powered only from DCDC_BATT
2023-07-04 10:05 UTC (4+ messages)
[PATCH 1/2] mxs: Fix VDDx brownout interrupt disable/enable
2023-07-03 20:57 UTC (2+ messages)
` [PATCH v2 "
[PATCH 1/2] mxs: Fix VDDx brownout interrupt disable/enable
2023-07-03 19:36 UTC (3+ messages)
sipeed maix bit resets every 90 seconds with watchdog enabled
2023-07-03 23:47 UTC (2+ messages)
[PATCH] tpm: Add TPM2_GetTestResult command support
2023-07-03 13:03 UTC
[PATCH] sysreset: Change Kconfig GPIO dependency
2023-07-04 12:05 UTC
[PATCH] mtd: Add missing MTD dependency for cfi_mtd
2023-07-04 12:04 UTC
[PATCH] board: stm32mp1: add splash screen on dk2
2023-07-04 9:35 UTC (4+ messages)
[PATCH v3] board: rockchip: add Radxa ROCK5A Rk3588 board
2023-07-04 9:17 UTC (2+ messages)
[PATCH v2 0/3] binman: Add support for externally encrypted blobs
2023-07-04 9:03 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] binman: Allow cipher node as special section
` [PATCH v2 3/3] binman: Add tests for etype encrypted
[PATCH 0/3] binman: Add support for externally encrypted blobs
2023-07-04 8:54 UTC (8+ messages)
` [PATCH 1/3] "
[PATCH v1] spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hz
2023-07-04 8:01 UTC
[PATCH v1 0/4] Add NPCM8xx more feature support
2023-07-04 8:00 UTC (5+ messages)
` [PATCH v1 1/4] board: nuvoton: arbel: change uboot load address
` [PATCH v1 2/4] pinctrl: nuvoton: fix reset reason error for poweron
` [PATCH v1 3/4] misc: npcm_host_intf: change initialization sequence
` [PATCH v1 4/4] arch: arm: npcm8xx: add cpu version and 4G ram support
[PATCH] env: Fix default environment saving issue
2023-07-04 6:16 UTC
[PATCH v12 00/10] introduce Arm FF-A support
2023-07-04 2:40 UTC (10+ messages)
` [PATCH v13 "
` [PATCH v13 05/10] arm_ffa: introduce armffa command
[PATCH] tests: Fix exception when cleaning up skipped test
2023-07-04 2:40 UTC (2+ messages)
[PATCH 00/10] firmware: scmi: add SCMI base protocol support
2023-07-04 2:35 UTC (16+ messages)
` [PATCH 07/10] test: dm: add SCMI base protocol test
` [PATCH 08/10] cmd: add scmi command for SCMI firmware
` [PATCH 09/10] doc: cmd: add documentation for scmi
[GIT PULL] Please pull u-boot-mmc master
2023-07-04 1:29 UTC
[PATCH 0/3] mmc: sdhci-cadence: SD6 controller support
2023-07-03 8:58 UTC (3+ messages)
` [PATCH 2/3] mmc: sdhci-cadence: SD6 Controller support
[PATCH v2] efi_driver: fix duplicate efiblk#0 issue
2023-07-03 23:38 UTC (3+ messages)
[RFC] rockchip: rk3308: fix "same-as-spl" bug in boot devices order
2023-07-03 18:29 UTC (2+ messages)
[ANN] U-Boot v2023.07-rc4 released
2023-07-03 18:28 UTC (2+ messages)
` U-Boot v2023.07-rc6 released
[PATCH v2 1/3] sunxi: u-boot-spl.lds: Pass _image_binary_end
2023-07-03 18:28 UTC (6+ messages)
` [PATCH v2 2/3] microblaze: "
` [PATCH v2 3/3] spl: spl_legacy: Fix spl_end address
[PATCH] doc: imx: habv4: Fix typo in 'signing'
2023-07-03 18:27 UTC (2+ messages)
[PATCH] rockchip: Restore support for boot scripts in legacy image format
2023-07-03 18:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox