public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-06-29 22:58:59 to 2023-07-03 00:37:33 UTC [more...]

[PATCH 00/10] firmware: scmi: add SCMI base protocol support
 2023-07-03  0:37 UTC  (4+ messages)
` [PATCH 01/10] firmware: scmi: implement SCMI base protocol

Current way of using pinctrl-mvebu
 2023-07-03  0:10 UTC 

[PATCH 0/2] board: rockchip: Add Hardkernel ODROID-M1
 2023-07-02 20:47 UTC  (3+ messages)
` [PATCH 1/2] ata: dwc_ahci: Fix support for other platforms
` [PATCH 2/2] board: rockchip: Add Hardkernel ODROID-M1

[PATCH] phy: phy-uclass: Add a missing error handling path
 2023-07-02 19:48 UTC  (2+ messages)

[PATCH] ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0
 2023-07-02 19:09 UTC 

[PATCH 0/4] rockchip: rk3568: Device Tree updates
 2023-07-02 17:34 UTC  (5+ messages)
` [PATCH 1/4] rockchip: rk356x: Sync dtsi from linux v6.4
` [PATCH 2/4] rockchip: rk3566-radxa-cm3-io: Sync dts "
` [PATCH 3/4] rockchip: rk356x-u-boot: Add bootph-all to common pinctrl nodes
` [PATCH 4/4] rockchip: rk356x-u-boot: Use relaxed u-boot,spl-boot-order

[PATCH v2 0/3] Enable U-Boot at Virtualbox to boot images
 2023-07-02 15:54 UTC  (10+ messages)
` [PATCH v2 2/3] X86: Add support for distro boot
      ` AW: "

modified UBoot to include I2C communication
 2023-07-02 15:54 UTC  (2+ messages)

[PATCH 00/12] Sign Xilinx ZynqMP SPL/FSBL boot images using binman
 2023-07-02 15:48 UTC  (13+ messages)
` [PATCH 06/12] binman: ftest: Add test for u_boot_spl_pubkey_dtb
` [PATCH 07/12] binman: btool: Add fdt_add_pubkey as btool
` [PATCH 08/12] binman: etype: Add u_boot_spl_pubkey_dtb etype
` [PATCH 09/12] binman: doc: Add documentation for Xilinx Bootgen bintool
` [PATCH 10/12] binman: btool: Add Xilinx Bootgen btool

[PATCH v12 00/10] introduce Arm FF-A support
 2023-07-02 15:44 UTC  (6+ messages)
` [PATCH v13 "
  ` [PATCH v13 04/10] arm_ffa: "

[PATCH 00/10] support for booting the compressed U-boot binary on Rockchip based SOC's
 2023-07-02 15:34 UTC  (21+ messages)
` [PATCH 01/10] Makefile: Add support to generate GZIP compressed raw u-boot binary
` [PATCH 02/10] spl: Kconfig: Address support for compressed U-BOOT raw binary
` [PATCH 03/10] rockchip: RAM location for the "
` [PATCH 04/10] spl: fit: support for booting a GZIP-compressed U-boot "
` [PATCH 05/10] Makefile: Add support to generate LZMA compressed raw u-boot binary
` [PATCH 06/10] spl: fit: support for booting a LZMA-compressed U-boot raw binary
` [PATCH 07/10] binman: Add support for u-boot-nodtb.bin.gz as an input binary
` [PATCH 08/10] rockchip: Add GZIP compressed uboot raw binary to FIT image
` [PATCH 09/10] binman: Add support for u-boot-nodtb.bin.lzma as an input binary
` [PATCH 10/10] rockchip: Add LZMA compressed uboot raw binary to FIT image

[PATCH 00/58] buildman: Refactor code and correct some pylint warnings
 2023-07-02 14:26 UTC  (59+ messages)
` [PATCH 01/58] buildman: Tidy up pylint warnings in main
` [PATCH 02/58] buildman: Convert camel case in control.py
` [PATCH 03/58] buildman: Fix most pylint warnings in control
` [PATCH 04/58] buildman: Move full-help processing to main
` [PATCH 05/58] buildman: Move series calculations into a separate function
` [PATCH 06/58] buildman: Move fetch-arch code "
` [PATCH 07/58] buildman: Move logic for -A up a little
` [PATCH 08/58] buildman: Drop use of builder in show_actions()
` [PATCH 09/58] buildman: Move dry-run handling higher in do_buildman()
` [PATCH 10/58] buildman: Move board-selection code into a function
` [PATCH 11/58] bulidman: Move more code to determine_series()
` [PATCH 12/58] buildman: Move Boards-object code into a function
` [PATCH 13/58] bulidman: Move toolchain handling to a functoin
` [PATCH 14/58] bulldman: Set up output_dir earlier
` [PATCH 15/58] buildman: Move output-file setup into one place
` [PATCH 16/58] buildman: Pass option values to get_action_summary()
` [PATCH 17/58] buildman: Pass option values to show_actions()
` [PATCH 18/58] buildman: Build option-adjusting into a function
` [PATCH 19/58] buildman: Move counting of commits "
` [PATCH 20/58] buildman: Move setting up the output dir "
` [PATCH 21/58] buildman: Move commit numbering into determine_series()
` [PATCH 22/58] buildman: Avoid too many returns in do_buildman()
` [PATCH 23/58] buildman: Move remaining builder properties to constructor
` [PATCH 24/58] buildman: Tweak commits and show_bloat
` [PATCH 25/58] buildman: Moving running of the builder into a function
` [PATCH 26/58] buildman: Drop some unnecessary variables
` [PATCH 27/58] buildman: Adjust show_toolchain_prefix() to not return
` [PATCH 28/58] buildman: Move checking for make into run_builder()
` [PATCH 29/58] buildman: Move getting the adjust_cfg "
` [PATCH 30/58] buildman: Use get_alow_missing() directly to avoid var
` [PATCH 31/58] buildman: Create a function to get number of built commits
` [PATCH 32/58] buildman: Convert camel case in cmdline.py
` [PATCH 33/58] buildman: Correct most pylint warnings in cmdline
` [PATCH 34/58] buildman: Add a test for --boards
` [PATCH 35/58] buildman: Convert to argparse
` [PATCH 36/58] buildman: Convert camel case in bsettings.py
` [PATCH 37/58] buildman: Convert camel case in builder.py
` [PATCH 38/58] buildman: Split parser creation in two
` [PATCH 39/58] buildman: Convert camel case in builderthread.py
` [PATCH 40/58] buildman: Correct most pylint warnings in builderthread
` [PATCH 41/58] buildman: Export _get_output_dir() to avoid warnings
` [PATCH 42/58] buildman: Correct invalid use of out_dir variable
` [PATCH 43/58] buildman: Drop unnecessary assignment of config_out
` [PATCH 44/58] buildman: Start a function to set up the make arguments
` [PATCH 45/58] buildman: Move setting of toolchain arguments to _build_args()
` [PATCH 46/58] buildman: Move more things into _build_args()
` [PATCH 47/58] buildman: Convert config_out to string IO
` [PATCH 48/58] buildman: Move reconfigure code into its own function
` [PATCH 49/58] buildman: Move bulid "
` [PATCH 50/58] buildman: Move reading of the done file into a function
` [PATCH 51/58] buildman: Move code to remove old outputs
` [PATCH 52/58] buildman: Move code to decide output dirs
` [PATCH 53/58] buildman: Move checkout code to a separate function
` [PATCH 54/58] buildman: Create a function to handle config and build
` [PATCH 55/58] buildman: Avoid passing result into _read_done_file()
` [PATCH 56/58] buildman: Tidy up reporting of a toolchain error
` [PATCH 57/58] buildman: Tidy up some comments in builderthread
` [PATCH 58/58] buildman: Move copy_files() out ot BuilderThread class

[PATCH v2] ARM: imx: romapi: Fix signed integer bitwise ops misuse
 2023-07-02 12:58 UTC  (2+ messages)

[PATCH 0/2] power: regulator: rk8xx: Add 500us delay after LDO regulator is enabled
 2023-07-02 12:41 UTC  (3+ messages)
` [PATCH 1/2] DO NOT MERGE: mmc: dw_mmc: Keep vqmmc-supply enable count in balance
` [PATCH 2/2] power: regulator: rk8xx: Add 500us delay after LDO regulator is enabled

[RFC] rockchip: spl: Enable caches to speed up checksum validation
 2023-07-02 11:52 UTC  (3+ messages)

[PATCH] rockchip: rk3568: Fix alloc space exhausted in SPL
 2023-07-02 10:43 UTC 

[PATCH] arm: mach-k3: am62a7_init: Open up FSS_DAT_REG3 firewall
 2023-07-02  9:16 UTC 

[PATCH] usb: dwc3-generic: Ensure reset GPIO is configured as an output
 2023-07-02  1:26 UTC  (2+ messages)

[PATCH v5] dt-bindings: riscv: deprecate riscv,isa
 2023-07-01 23:10 UTC 

[PATCH] bootstd: USB devtype detection for script boot
 2023-07-01 19:12 UTC  (3+ messages)

How u-boot can chain "grub" and booting a mainline kernel on my ARM Chromebook
 2023-07-01 18:12 UTC  (7+ messages)

Pull request efi-2023-07-rc6
 2023-07-01 18:08 UTC 

[PATCH v2 1/2] ARM: armv7: Add C wrapper for allow_unaligned()
 2023-07-01 15:26 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: arm11: "

[PATCH 1/2] ARM: armv7: Add C wrapper for allow_unaligned()
 2023-07-01 15:10 UTC  (4+ messages)
` [PATCH 2/2] ARM: arm11: "

[PATCH v2 1/3] sunxi: u-boot-spl.lds: Pass _image_binary_end
 2023-07-01 13:11 UTC  (6+ messages)
` [PATCH v2 2/3] microblaze: "
` [PATCH v2 3/3] spl: spl_legacy: Fix spl_end address

[PATCH v4] dt-bindings: riscv: deprecate riscv,isa
 2023-07-01 11:25 UTC  (4+ messages)

distro_boot vs. env-based bootmenu
 2023-07-01  9:16 UTC  (11+ messages)
        ` Aw: "
            ` Aw: "
                ` Aw: "

[PATCH] spl: spl_legacy: Fix spl_end address
 2023-06-30 23:13 UTC  (11+ messages)

u-boot compilation failure for Sifive unmatched board
 2023-06-30 18:49 UTC  (2+ messages)

[PATCH v3] dt-bindings: riscv: deprecate riscv,isa
 2023-06-30 17:40 UTC  (5+ messages)

[PATCHv2 1/3] net/lwip: add lwip-external submodule
 2023-06-30 16:38 UTC  (8+ messages)
` [PATCHv2 2/3] net/lwip: add README.lwip
` [PATCHv2 3/3] net/lwip: add lwip library for the network stack

[PATCH 0/3] binman: Add support for externally encrypted blobs
 2023-06-30 14:58 UTC  (7+ messages)
` [PATCH 1/3] "

v2023.07-rc5 regression: Image overlaps SPL
 2023-06-30 14:11 UTC  (7+ messages)

[PATCH] video: backlight: pwm: avoid integer overflow in duty cycle calculation
 2023-06-30 12:30 UTC 

[PATCH 0/5] rockchip: Fix SPI flash SPL and payload overlap
 2023-06-30 10:24 UTC  (6+ messages)
` [PATCH 2/5] rockchip: rk3399-pinebook-pro: Fix SPL max size and SPI flash payload offset

[PATCH v1 00/17] Agilex5 Platform Enablement
 2023-06-30  8:29 UTC  (7+ messages)
` [PATCH v1 01/17] arch: arm: update kconfig for new platform agilex5
` [PATCH v1 02/17] arch: arm: dts: add dts and dtsi "

[PATCH] clk: starfive: pll: Fix to use postdiv1_mask
 2023-06-30  7:32 UTC  (2+ messages)

[PATCH v8 0/7] Tegra: add ASUS/Google Nexus 7 (2012) support
 2023-06-30  7:29 UTC  (8+ messages)
` [PATCH v8 1/7] configs: tegra-common-post: add GPIO keyboard as STDIN device
` [PATCH v8 2/7] configs: tegra-common-post: make PXE and DHCP boot targets optional
` [PATCH v8 3/7] ARM: tegra: add SoC UID calculation function
` [PATCH v8 4/7] board: asus: transformer: add ASUS Transformer T30 family support
` [PATCH v8 5/7] board: asus: grouper: add Google Nexus 7 (2012) support
` [PATCH v8 6/7] board: lg: x3: add Optimus 4X HD and Optimus Vu support
` [PATCH v8 7/7] board: htc: endeavoru: add One X support

[PATCH] ARM: imx: romapi: Fix signed integer bitwise ops misuse
 2023-06-30  7:14 UTC  (2+ messages)

[PATCH v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms
 2023-06-30  6:21 UTC  (2+ messages)

Fwd: F2-NAS2 and NSA325 contributions
 2023-06-30  4:20 UTC  (4+ messages)
  `  "

[PATCH] rockchip: Restore support for boot scripts in legacy image format
 2023-06-30  1:46 UTC  (4+ messages)
    `  "

[PATCH] smegw01: Fix wrong symbol override
 2023-06-29 22:58 UTC  (2+ messages)

[PATCH] CI: Azure: Split keymile jobs out
 2023-06-29 22:58 UTC  (2+ messages)

[PATCH] board: freescale: imx93_evk: Fix MMC environment offset boot conflict
 2023-06-29 22:58 UTC  (2+ messages)

Pull request: u-boot-rockchip-20230629
 2023-06-29 22:58 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