u-boot
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v1 0/3] rockchip: Switch remaining boards to upstream devicetree
Johan Jonker
[PATCH v1 1/3] rockchip: Switch rk3128 boards to upstream devicetree
Johan Jonker
[PATCH v1 2/3] rockchip: Switch rk3229 boards to upstream devicetree
Johan Jonker
[PATCH v1 3/3] rockchip: Switch rk3368 boards to upstream devicetree
Johan Jonker
[PATCH 00/11] sc5xx Environment Cleanup and Fixes
Caleb Ethridge
[PATCH 01/11] configs: sc5xx: Do not store environment in SPI flash
Caleb Ethridge
[PATCH 02/11] mach-sc5xx: Remove update commands from default environment
Caleb Ethridge
[PATCH 03/11] mach-sc5xx: Update boot commands
Caleb Ethridge
[PATCH 04/11] mach-sc5xx: Switch from tftp to wget
Caleb Ethridge
[PATCH 05/11] mach-sc5xx: Add USB boot command
Caleb Ethridge
[PATCH 06/11] mach-sc5xx: Remove preliminary binman support
Caleb Ethridge
[PATCH 07/11] dts: sc594: Fix gige-reset line on EZKIT
Caleb Ethridge
[PATCH 08/11] mach-sc5xx: sc573: Rename EZKIT board to EZLITE
Caleb Ethridge
[PATCH 09/11] mach-sc5xx: Update image load address
Caleb Ethridge
[PATCH 10/11] mach-sc5xx: Update SPI bootargs for ubifs
Caleb Ethridge
[PATCH 11/11] configs: sc5xx: Set default bootcmd to SPI boot
Caleb Ethridge
Re: [PATCH] mach-k3: move k3_falcon_fdt_fixup out of r5/common.c
Anshul Dalal
Re: [PATCH] mach-k3: move k3_falcon_fdt_fixup out of r5/common.c
Tom Rini
[PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Peng Fan (OSS)
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
Re: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Peng Fan
Re: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Marek Vasut
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
Re: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Marek Vasut
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
Re: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Marek Vasut
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
Re: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Marek Vasut
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
Re: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Marek Vasut
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
Re: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Marek Vasut
RE: [PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
Christoph Niedermaier
unsub
조만재
[RFC PATCH 00/15] RFC: dm: Add uclass adjunct support
Simon Glass
[RFC PATCH 01/15] dm: Fix linker list alignment for ll_entry_get()
Simon Glass
[RFC PATCH 02/15] linker_lists: Fix end-marker alignment to prevent padding
Simon Glass
[RFC PATCH 03/15] dm: Add a way to write the internal seq_ member
Simon Glass
[RFC PATCH 04/15] dm: Rename uclass to uclass_ and add an accessor
Simon Glass
[RFC PATCH 05/15] dm: Add struct uclass_member for uclass membership
Simon Glass
[RFC PATCH 07/15] dm: core: Add uclass-adjunct data structures
Simon Glass
[RFC PATCH 08/15] dm: core: Add a uclass-adjunct API
Simon Glass
[RFC PATCH 09/15] dm: core: Integrate adjuncts into existing code paths
Simon Glass
[RFC PATCH 10/15] dm: core: Add uclass-ID-keyed accessors for priv and plat
Simon Glass
[RFC PATCH 11/15] dm: core: Add static adjunct declarations for drivers
Simon Glass
[RFC PATCH 12/15] dm: test: Add tests for uclass adjuncts
Simon Glass
[RFC PATCH 14/15] sysreset: Use device_get_uclass_ops() for adjunct support
Simon Glass
[RFC PATCH 13/15] doc: dm: Document uclass adjunct support
Simon Glass
[RFC PATCH 15/15] power: pmic: raa215300: Convert sysreset to uclass adjunct
Simon Glass
[RFC PATCH 06/15] dm: Embed struct uclass_member in struct udevice
Simon Glass
Re: [RFC PATCH 00/15] RFC: dm: Add uclass adjunct support
Svyatoslav Ryhel
Re: [RFC PATCH 00/15] RFC: dm: Add uclass adjunct support
Simon Glass
Re: [RFC PATCH 00/15] RFC: dm: Add uclass adjunct support
Tom Rini
Re: [RFC PATCH 00/15] RFC: dm: Add uclass adjunct support
Simon Glass
[PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Casey Connolly
[PATCH RFC 01/40] vsprintf: add %pOF
Casey Connolly
[PATCH RFC 02/40] common: add an option to skip DM pre-relocation
Casey Connolly
[PATCH RFC 03/40] serial: msm-geni: allow invalid clock
Casey Connolly
[PATCH RFC 04/40] qcom: rpmh: don't error for SLEEP requests
Casey Connolly
[PATCH RFC 05/40] string: add strdup_const and kstrdup_const
Casey Connolly
[PATCH RFC 06/40] ofnode: add read_u64_array and count_elems_of_size
Casey Connolly
[PATCH RFC 07/40] linux/compat: add PTR_ERR_OR_ZERO
Casey Connolly
[PATCH RFC 08/40] compat: add kref implementation
Casey Connolly
[PATCH RFC 09/40] compat: add dev_name()
Casey Connolly
[PATCH RFC 10/40] compat: add linux/regmap.h symlink
Casey Connolly
[PATCH RFC 11/40] devres: add devm_krealloc
Casey Connolly
[PATCH RFC 12/40] regmap: add regmap_assign_bits
Casey Connolly
[PATCH RFC 13/40] compat: regulator: add enable/disable macros
Casey Connolly
[PATCH RFC 14/40] compat: math64: add abs_diff()
Casey Connolly
[PATCH RFC 15/40] clk: restrict clk/imx to MACH_IMX
Casey Connolly
Re: [PATCH RFC 15/40] clk: restrict clk/imx to MACH_IMX
Ferass El Hafidi
Re: [PATCH RFC 15/40] clk: restrict clk/imx to MACH_IMX
Tom Rini
[PATCH RFC 16/40] clk: move U-Boot CCF to clk/uccf
Casey Connolly
[PATCH RFC 17/40] clk: rename clk_ops to clk_ops_uboot
Casey Connolly
[PATCH RFC 18/40] clk: move fixed clocks to clk/basic
Casey Connolly
[PATCH RFC 19/40] clk: make clk_set_rate() return signed long
Casey Connolly
[PATCH RFC 20/40] clk: make clk_get_parent_rate return signed long
Casey Connolly
[PATCH RFC 22/40] clk: move clock flags to common clk-provider.h
Casey Connolly
[PATCH RFC 23/40] clk/ccf: adapt clk-conf for U-Boot
Casey Connolly
[PATCH RFC 25/40] clk/ccf: adapt CCF generic clocks for U-Boot
Casey Connolly
[PATCH RFC 26/40] clk/clk-uclass: adapt for CCF_FULL
Casey Connolly
[PATCH RFC 27/40] RFC: clk/ccf: add UCLASS_CLK compat shim
Casey Connolly
[PATCH RFC 29/40] WIP: test: adjust tests for CCF_FULL
Casey Connolly
[PATCH RFC 28/40] clk/sandbox: add a CCF_FULL port of clk_sandbox
Casey Connolly
[PATCH RFC 30/40] configs: add sandbox CCF_FULL defconfig
Casey Connolly
[PATCH RFC 31/40] cmd/clk: add CCF_FULL support
Casey Connolly
[PATCH RFC 32/40] clk/qcom: move existing clock drivers to clk/qcom/basic
Casey Connolly
Re: [PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Ferass El Hafidi
Re: [PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Svyatoslav Ryhel
[PATCH RFC 34/40] clk/qcom/ccf: drop in Linux rpmh clock driver
Casey Connolly
[PATCH RFC 36/40] clk/qcom/ccf: add uboot common code
Casey Connolly
[PATCH RFC 37/40] clk/qcom/ccf: adapt common, gdsc, and reset code for U-Boot
Casey Connolly
[PATCH RFC 38/40] clk/qcom/ccf: adapt clocks for U-Boot
Casey Connolly
[PATCH RFC 39/40] clk/qcom/ccf: adjust sm8650 clock drivers for U-Boot
Casey Connolly
Re: [PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Simon Glass
Re: [PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Neil Armstrong
Re: [PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Casey Connolly
Re: [PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Casey Connolly
Re: [PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
Sumit Garg
RFC: Remote signing support for mkimage
Daniel Frink
[PATCH] dm: regulator: fix missing quote in error message
David Lechner
Re: [PATCH] dm: regulator: fix missing quote in error message
Julien Stephan
Re: [PATCH] dm: regulator: fix missing quote in error message
Peng Fan (OSS)
[PATCH 00/17] arm: mediatek: clean up init code
David Lechner
[PATCH 01/17] arm: mediatek: mt7987: drop dram_init_banksize()
David Lechner
[PATCH 02/17] arm: mediatek: mt7988: drop dram_init_banksize()
David Lechner
[PATCH 03/17] arm: mediatek: mt8183: drop dram_init_banksize()
David Lechner
[PATCH 04/17] arm: mediatek: mt8183: remove call to fdtdec_setup_memory_banksize()
David Lechner
[PATCH 05/17] arm: mediatek: mt8188: drop dram_init_banksize()
David Lechner
[PATCH 06/17] arm: mediatek: mt8188: check return value of fdtdec_setup_mem_size_base()
David Lechner
[PATCH 07/17] arm: mediatek: mt8188: remove call to fdtdec_setup_memory_banksize()
David Lechner
[PATCH 14/17] arm: mediatek: mt8512: drop dram_init_banksize()
David Lechner
[PATCH 11/17] arm: mediatek: mt8195: remove call to fdtdec_setup_memory_banksize()
David Lechner
[PATCH 10/17] arm: mediatek: mt8195: check return value of fdtdec_setup_mem_size_base()
David Lechner
[PATCH 08/17] arm: mediatek: mt8188: fix gd->ram_top limit
David Lechner
[PATCH 17/17] arm: mediatek: mt8518: remove call to fdtdec_setup_memory_banksize()
David Lechner
[PATCH 12/17] arm: mediatek: mt8195: fix gd->ram_top limit
David Lechner
[PATCH 15/17] arm: mediatek: mt8516: drop dram_init_banksize()
David Lechner
[PATCH 09/17] arm: mediatek: mt8195: drop dram_init_banksize()
David Lechner
[PATCH 16/17] arm: mediatek: mt8518: drop dram_init_banksize()
David Lechner
[PATCH 13/17] arm: mediatek: mt8365: drop dram_init_banksize()
David Lechner
Re: [PATCH 00/17] arm: mediatek: clean up init code
Julien Stephan
Re: [PATCH 00/17] arm: mediatek: clean up init code
David Lechner
[PATCH] serial: Enable SYS_NS16550 on incorrectly migrated platforms
Tom Rini
Re: [PATCH] serial: Enable SYS_NS16550 on incorrectly migrated platforms
Vladimir Oltean
Re: [PATCH] serial: Enable SYS_NS16550 on incorrectly migrated platforms
Tom Rini
[PATCH] serial: pl011: Remove legacy serial driver options
Tom Rini
Re: [PATCH] serial: pl011: Remove legacy serial driver options
Tom Rini
[PATCH] scripts: merge_config.sh: support include directives in fragments
Julien Stephan
Re: [PATCH] scripts: merge_config.sh: support include directives in fragments
Tom Rini
Re: [PATCH] scripts: merge_config.sh: support include directives in fragments
Julien Stephan
Re: [PATCH] scripts: merge_config.sh: support include directives in fragments
Tom Rini
Re: [PATCH] scripts: merge_config.sh: support include directives in fragments
Simon Glass
Re: [PATCH] scripts: merge_config.sh: support include directives in fragments
Tom Rini
Re: [PATCH v4 00/17] bootm: Clean up arch-specific, pre-OS clean-up
Tom Rini
Re: [PATCH 0/2] led: remove legacy API
Tom Rini
Re: [PATCH v2 2/2] virtio: rng: Handle oversized return buffers
Andre Przywara
Re: [PATCH v2 1/2] test: dm: virtio_rng: Update virtio-rng test
Andre Przywara
[PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
Boon Khai Ng
Re: [PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
Tom Rini
Re: [PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
NG, BOON KHAI
Re: [PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
Tom Rini
Re: [PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
NG, BOON KHAI
Re: [PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
Tom Rini
Re: [PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
NG, BOON KHAI
[PATCH v1] misc: fs_loader: Add QSPI RAW partition loading support
Boon Khai Ng
Re: [PATCH v1] misc: fs_loader: Add QSPI RAW partition loading support
Tom Rini
Re: [PATCH v1] misc: fs_loader: Add QSPI RAW partition loading support
NG, BOON KHAI
[PATCH 0/5] Add UFS clock support for Qualcomm SoCs
Balaji Selvanathan
[PATCH 1/5] clk: qcom: clk-stub: Add compatibles for QCS615/SA8775P/SC7280
Balaji Selvanathan
Re: [PATCH 1/5] clk: qcom: clk-stub: Add compatibles for QCS615/SA8775P/SC7280
Julien Stephan
[PATCH 2/5] clk: qcom: sa8775p: Add UFS clock support
Balaji Selvanathan
Re: [PATCH 2/5] clk: qcom: sa8775p: Add UFS clock support
Sumit Garg
[PATCH 3/5] clk: qcom: qcs615: Add UFS clock support
Balaji Selvanathan
Re: [PATCH 3/5] clk: qcom: qcs615: Add UFS clock support
Sumit Garg
[PATCH 4/5] clk: qcom: sc7280: Add UFS clock support
Balaji Selvanathan
Re: [PATCH 4/5] clk: qcom: sc7280: Add UFS clock support
Sumit Garg
[PATCH 5/5] drivers: ufs: qcom: Initialize and enable clocks before hardware access
Balaji Selvanathan
Re: [PATCH 5/5] drivers: ufs: qcom: Initialize and enable clocks before hardware access
Julien Stephan
Re: [PATCH 5/5] drivers: ufs: qcom: Initialize and enable clocks before hardware access
Sumit Garg
Re: [PATCH 5/5] drivers: ufs: qcom: Initialize and enable clocks before hardware access
Casey Connolly
[PATCH 3/6] riscv: andes: Implement noncached memory using SBI PMA
Leo Yu-Chi Liang
[PATCH 4/6] cache: andes-l2: Add writeback-invalidate operation
Leo Yu-Chi Liang
[PATCH 5/6] net: ftmac100: Add noncached memory support for DMA descriptors
Leo Yu-Chi Liang
[PATCH 6/6] configs: ae350: Enable noncached memory support
Leo Yu-Chi Liang
[PATCH 1/6] riscv: sbi: Add Andes vendor extension and PMA call wrappers
Leo Yu-Chi Liang
[PATCH 2/6] riscv: Extend noncached memory support to RISC-V
Leo Yu-Chi Liang
[PATCH 1/2] riscv: Add CSR detection support
Leo Yu-Chi Liang
[PATCH 2/2] riscv: andes: Add Smstateen extension support
Leo Yu-Chi Liang
Re: [PATCH 2/2] riscv: andes: Add Smstateen extension support
Heinrich Schuchardt
Re: [PATCH 2/2] riscv: andes: Add Smstateen extension support
Heinrich Schuchardt
Re: [PATCH 1/2] riscv: Add CSR detection support
Heinrich Schuchardt
[PATCH 1/2] riscv: Add CSR detection support
Leo Yu-Chi Liang
[PATCH 2/2] riscv: andes: Add Smstateen extension support
Leo Yu-Chi Liang
[PATCH] riscv: spl: Clear BSS as early as possible
Leo Yu-Chi Liang
[PATCH v2] efi_loader: efi_var_sf: Do not fail on blank SPI Flash
Michal Simek
Re: [PATCH v2] efi_loader: efi_var_sf: Do not fail on blank SPI Flash
Ilias Apalodimas
Re: [PATCH v2 01/16] spacemit: k1: support multi-board infrastructure
Leo Liang
[PATCH] env: flash: add catch-all for unrecognized flags in env_flash_init()
Neil Berkman
Re: [PATCH] env: flash: add catch-all for unrecognized flags in env_flash_init()
Tom Rini
Re: [PATCH v2 2/6] arm: mediatek: add support of MT8189 SoC family
David Lechner
[PATCH] mtd: spi-nor: Add is25wx128 and is25lx128 chips
Flaviu Nistor
Re: [PATCH 0/2] update MAINTAINERS for PWM LED
Tom Rini
Re: [PATCH] image-fit: Fix mismatched parameter type in comment
Tom Rini
[PATCH] tests: FIT: Add "clone" image attack image test
Tom Rini
Re: [PATCH] tests: FIT: Add "clone" image attack image test
Tom Rini
[PATCH v2 0/9] MT8195: add ufs support
Julien Stephan
[PATCH v2 2/9] drivers: phy: phy-mtk-ufs: use tab to indent defines
Julien Stephan
[PATCH v2 3/9] drivers: phy: phy-mtk-ufs: use clk_bulk functions
Julien Stephan
[PATCH v2 1/9] drivers: phy: phy-mtk-ufs: cleanup headers
Julien Stephan
[PATCH v2 4/9] drivers: phy: phy-mtk-ufs: disable clk in power_off
Julien Stephan
[PATCH v2 6/9] drivers: ufs: ufs-mediatek: fix phy handling
Julien Stephan
[PATCH v2 7/9] drivers: ufs: ufs-mediatek: implement clocking
Julien Stephan
[PATCH v2 5/9] drivers: phy: phy-mtk-ufs: do not alloc priv with priv_auto
Julien Stephan
[PATCH v2 8/9] drivers: ufs: ufs-mediatek: add MT8195 compatible
Julien Stephan
[PATCH v2 9/9] configs: add new defconfig for mt8395_genio_1200_evk_ufs
Julien Stephan
Re: [PATCH v2 9/9] configs: add new defconfig for mt8395_genio_1200_evk_ufs
David Lechner
Re: [PATCH v2 0/9] MT8195: add ufs support
David Lechner
[PATCH] efi_loader: efi_var_sf: Do not fail on blank SPI Flash
Michal Simek
Earlier messages
Later messages