u-boot
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v4 5/8] ARM: at91: Add sam9x7 soc
Manikandan Muralidharan
[PATCH v4 6/8] ARM: dts: at91: sam9x75_curiosity: add tweaks for sam9x75 curiosity board
Manikandan Muralidharan
[PATCH] common: spl: Enable Instruction cache after relocation in board_init_r
Prasanth Babu Mantena
Re: [PATCH] common: spl: Enable Instruction cache after relocation in board_init_r
Tom Rini
Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write
Michael Nazzareno Trimarchi
Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write
Arseniy Krasnov
[PATCH v4 0/8] Introduce J742S2 SoC and EVM
Manorit Chawdhry
[PATCH v4 1/8] tools: binman: control.py: Delete template nodes after parsing
Manorit Chawdhry
[PATCH v4 2/8] arm: dts: k3-j784s4-binman.dtsi: Clean up and templatize boot binaries
Manorit Chawdhry
[PATCH v4 5/8] arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC
Manorit Chawdhry
[PATCH v4 6/8] board: ti: Introduce basic board files for the J742S2 family
Manorit Chawdhry
[PATCH v4 8/8] configs: Introduce configs for J742S2
Manorit Chawdhry
[PATCH v4 4/8] soc: Add information to identify the J742S2 SoC family
Manorit Chawdhry
[PULL] u-boot-sh/master
Marek Vasut
Re: [PULL] u-boot-sh/master
Tom Rini
[PULL] u-boot-usb/next
Marek Vasut
Re: [PULL] u-boot-usb/next
Tom Rini
[PATCH v3 00/11] fs: exfat: Add exfat port based on exfat-fuse
Marek Vasut
[PATCH v3 02/11] cmd: fs: Add generic rm implementation
Marek Vasut
[PATCH v3 01/11] cmd: fs: Add generic mkdir implementation
Marek Vasut
[PATCH v3 05/11] fs: Add generic fs_devread() implementation
Marek Vasut
[PATCH v3 08/11] fs: exfat: Fix conversion overflow errors
Marek Vasut
[PATCH v3 04/11] linux: Add generic struct stat {}
Marek Vasut
[PATCH v3 07/11] fs: exfat: Add U-Boot porting layer
Marek Vasut
[PATCH v3 10/11] configs: sandbox: Enable exfat support
Marek Vasut
[PATCH v3 09/11] fs: exfat: Demote filesystem detection failure message to debug()
Marek Vasut
[PATCH v3 06/11] fs: exfat: Import libexfat from fuse-exfat
Marek Vasut
[PATCH v3 11/11] test_fs: Add exfat tests
Marek Vasut
[PATCH v3 03/11] test_fs: Allow testing FS_GENERIC
Marek Vasut
Pull request for u-boot-nand-next External
Michael Nazzareno Trimarchi
Re: Pull request for u-boot-nand-next External
Tom Rini
[PATCH v2] arm64: Add MIDR entries for Cortex-A55, A73 and A75
Peter Robinson
[PATCH 1/7] arm64: dts: renesas: Make OTP available in SPL on R8A779G0 V4H
Marek Vasut
[PATCH 2/7] ram: renesas: dbsc5: Fix bitrate MD pin parsing
Marek Vasut
[PATCH 3/7] ram: renesas: dbsc5: Fix JS1 index calculation
Marek Vasut
[PATCH 4/7] ram: renesas: dbsc5: Fix DBTR11 calculation
Marek Vasut
[PATCH 5/7] ram: renesas: dbsc5: Synchronize initialization code to rev.1.10
Marek Vasut
[PATCH 6/7] ram: renesas: dbsc5: Add V4H-3/V4H-5/V4H-7 OTP based detection
Marek Vasut
[PATCH 7/7] ram: renesas: dbsc5: Make struct renesas_dbsc5_board_config public
Marek Vasut
[PATCH] arm64: renesas: Drop stale R-Car V4H SPL implementation description
Marek Vasut
[PATCH] ARM: renesas: Drop stale common Makefile description
Marek Vasut
[PATCH 1/5] acpi_table: Fix IORT RC node
Patrick Rudolph
[PATCH 2/5] acpi_table: Add asserts in IORT
Patrick Rudolph
[PATCH 3/5] acpi: Clear reserved bits in IORT
Patrick Rudolph
[PATCH 4/5] acpi: Conditionally set mapping_offset in IORT
Patrick Rudolph
[PATCH 5/5] test: acpi: Add IORT tests
Patrick Rudolph
[PATCH v2] u_boot_pylib: Clean up pylint warnings in gitutil.py
Simon Glass
[PATCH v2 00/15] Various toolchain compatibility fixes/improvements
Sam Edwards
[PATCH v2 01/15] arm: Remove stray .mmutable reference in linker script
Sam Edwards
[PATCH v2 02/15] arm: Exclude eabi_compat from LTO
Sam Edwards
[PATCH v2 03/15] arm: Add __aeabi_memclr in eabi_compat
Sam Edwards
[PATCH v2 04/15] arm: Add aligned-memory aliases to eabi_compat
Sam Edwards
[PATCH v2 05/15] arm: Discard unwanted sections in linker script
Sam Edwards
[PATCH v2 06/15] arm: Replace 'adrl' in EFI crt0
Sam Edwards
[PATCH v2 07/15] x86: Fix call64's section flags
Sam Edwards
[PATCH v2 08/15] makefile: Avoid objcopy --gap-fill for .hex/.srec
Sam Edwards
[PATCH v2 09/15] makefile: Add `norelro` linker option
Sam Edwards
[PATCH v2 10/15] makefile: Add READELF command variable
Sam Edwards
[PATCH v2 11/15] arm: riscv: efi: Export _start symbol from crt0_*_efi stubs
Sam Edwards
Re: [PATCH v2 11/15] arm: riscv: efi: Export _start symbol from crt0_*_efi stubs
Heinrich Schuchardt
[PATCH v2 12/15] efi_loader: Move .dynamic out of .text in EFI
Sam Edwards
Re: [PATCH v2 12/15] efi_loader: Move .dynamic out of .text in EFI
Heinrich Schuchardt
[PATCH v2 15/15] spl: Align FDT load address
Sam Edwards
[PATCH v2 13/15] scripts/Makefile.lib: efi: Preserve the .dynstr section as well
Sam Edwards
[PATCH v2 14/15] spl: riscv: opensbi: Error on misaligned FDT
Sam Edwards
Re: [PATCH v2 00/15] Various toolchain compatibility fixes/improvements
Heinrich Schuchardt
Re: [PATCH v2 00/15] Various toolchain compatibility fixes/improvements
Sam Edwards
[PATCH] arm: mediatek: remove wmcpu-reserved@50000000 node from mt7987 dts
Weijie Gao
[PATCH] cmd: fuse: add switch for quiet operation
Rogerio Guerra Borin
[PATCH] cmd: fuse: add switch for quiet operation
Rogerio Guerra Borin
[PATCH v1 00/13] video: bridge: migrations and fixes
Svyatoslav Ryhel
[PATCH v1 01/13] video: bridge: dp501: convert to video bridge UCLASS
Svyatoslav Ryhel
[PATCH v1 04/13] video: bridge: tc358768: simplify power supplies request
Svyatoslav Ryhel
[PATCH v1 05/13] video: bridge: tc358768: remove need in clock name
Svyatoslav Ryhel
[PATCH v1 07/13] video: bridge: ssd2825: convert to use of_graph
Svyatoslav Ryhel
[PATCH v1 11/13] video: bridge: ssd2825: set default minimum tx_clk
Svyatoslav Ryhel
[PATCH v1 12/13] video: bridge: ssd2825: add power supplies
Svyatoslav Ryhel
[PATCH v1 13/13] video: bridge: ssd2825: fix reset gpio direction
Svyatoslav Ryhel
[PATCH v1 03/13] video: bridge: tc358768: convert to use of_graph
Svyatoslav Ryhel
[PATCH v1 06/13] video: bridge: ssd2825: convert to video bridge UCLASS
Svyatoslav Ryhel
[PATCH v1 08/13] video: bridge: ssd2825: move post configuration from transfer function
Svyatoslav Ryhel
[PATCH v1 09/13] video: bridge: ssd2825: add HS delays configuration
Svyatoslav Ryhel
[PATCH v1 02/13] video: bridge: tc358768: convert to video bridge UCLASS
Svyatoslav Ryhel
[PATCH v1 10/13] video: bridge: ssd2825: make pixel format calculation more obvious
Svyatoslav Ryhel
[GIT PULL] Please pull u-boot-dfu-next-20250310
Mattijs Korpershoek
Re: [GIT PULL] Please pull u-boot-dfu-next-20250310
Tom Rini
[PATCH v1 0/2] Add FPGA configuration when booting Linux
muhammad . hazim . izzat . zamri
[PATCH v1 2/2] drivers: fpga: Follow mainline to pass compatible flags to fpga_load
muhammad . hazim . izzat . zamri
[PATCH v1 1/2] drivers: fpga: Add FPGA configuration during bootm for Intel SOCFPGA
muhammad . hazim . izzat . zamri
[PATCH] reset: socfpga: release more A10 peripherals out of reset
Naresh Kumar Ravulapalli
[PATCH 0/2] net: lwip: rename output function, add packet dump
Jerome Forissier
[PATCH 1/2] net: lwip: rename linkoutput() as net_lwip_tx()
Jerome Forissier
Re: [PATCH 1/2] net: lwip: rename linkoutput() as net_lwip_tx()
Ilias Apalodimas
[PATCH 2/2] net: lwip: add CONFIG_LWIP_DEBUG_RXTX
Jerome Forissier
Re: [PATCH 2/2] net: lwip: add CONFIG_LWIP_DEBUG_RXTX
Ilias Apalodimas
[PATCH v1 0/4] pinctrl: tegra: minor driver fixes
Svyatoslav Ryhel
[PATCH v1 1/4] pinctrl: tegra: adjust default values of pins
Svyatoslav Ryhel
[PATCH v1 2/4] pinctrl: tegra: adjust pin state lists
Svyatoslav Ryhel
[PATCH v1 4/4] ARM: tegra: dts: fix lock, io-reset and open-drain properties
Svyatoslav Ryhel
[PATCH v1 3/4] pinctrl: tegra20: fix function naming mismatches
Svyatoslav Ryhel
Re: [PATCH] spi: cadence_ospi: Add device reset via OSPI controller
Michal Simek
Re: [PATCH] spi: cadence_ospi: Add device reset via OSPI controller
Michal Simek
[PATCH v5 00/46] x86: Improve operation under QEMU
Simon Glass
[PATCH v5 01/46] boot: Correct ramdisk address
Simon Glass
[PATCH v5 07/46] x86: Drop mpspec from the SPL build
Simon Glass
Re: [PATCH v5 07/46] x86: Drop mpspec from the SPL build
Tom Rini
Re: [PATCH v5 07/46] x86: Drop mpspec from the SPL build
Simon Glass
[PATCH v5 08/46] x86: Add some log categories
Simon Glass
[PATCH v5 12/46] x86: Use defines for the cache flags
Simon Glass
[PATCH v5 15/46] x86: Include stdbool.h in interrupt header
Simon Glass
[PATCH v5 16/46] x86: Tidy up the GDT size in start/16.S
Simon Glass
[PATCH v5 14/46] x86: Drop the message about features missing in 64-bit
Simon Glass
[PATCH v5 17/46] x86: Disable paging before changing to long mode
Simon Glass
[PATCH v5 23/46] x86: Update mtrr command to support 64-bit values
Simon Glass
[PATCH v5 27/46] x86: emulation: Set an MTRR for the RAM
Simon Glass
[PATCH v5 28/46] x86: qemu: Support environment and cat command
Simon Glass
[PATCH v5 26/46] x86: Allow adding non-aligned size for MTRR
Simon Glass
[PATCH v5 29/46] test/py: Correct sizing of created disks
Simon Glass
[PATCH v5 31/46] test/py: Allow tests to be filtered by role
Simon Glass
[PATCH v5 32/46] x86: e820: Add a function to dump the e820 table
Simon Glass
[PATCH v5 30/46] test/py: Add a helper to send characters
Simon Glass
[PATCH v5 34/46] x86: qemu: Use the new e820 API
Simon Glass
[PATCH v5 38/46] boot: Consider non-bootable partitions
Simon Glass
Re: [PATCH v5 38/46] boot: Consider non-bootable partitions
Tom Rini
Re: [PATCH v5 38/46] boot: Consider non-bootable partitions
Simon Glass
Re: [PATCH v5 38/46] boot: Consider non-bootable partitions
Tom Rini
Re: [PATCH v5 38/46] boot: Consider non-bootable partitions
Simon Glass
Re: [PATCH v5 38/46] boot: Consider non-bootable partitions
Simon Glass
[PATCH v5 41/46] sandbox: acpi: Avoid a warning about FADT
Simon Glass
[PATCH v5 43/46] acpi: Add a checksum to the DMAR table
Simon Glass
[PATCH v5 42/46] sandbox: acpi: Correct mapping in FADT
Simon Glass
[PATCH v5 40/46] boot: Support IO UARTs for earlycon and console
Simon Glass
[PATCH v5 04/46] x86: qemu: Switch to bochs display
Simon Glass
[PATCH v5 25/46] x86: Correct msr operation on amd64
Simon Glass
[PATCH v5 35/46] x86: emulation: Support BLOBLIST_TABLES properly
Simon Glass
[PATCH v5 36/46] x86: Support a 64-bit ramdisk address
Simon Glass
[PATCH v5 45/46] acpi: Support checking checksums
Simon Glass
Re: [PATCH v5 45/46] acpi: Support checking checksums
Heinrich Schuchardt
Re: [PATCH v5 45/46] acpi: Support checking checksums
Heinrich Schuchardt
[PATCH v5 22/46] x86: Add functions to convert between mtrr size and mask
Simon Glass
[PATCH v5 10/46] x86: Avoid clearing the VESA display
Simon Glass
[PATCH v5 39/46] boot: Handle running out of labels
Simon Glass
[PATCH v5 33/46] x86: Add a new API for e820
Simon Glass
[PATCH v5 18/46] x86: Use the same GDT when jumping to long mode
Simon Glass
[PATCH v5 11/46] x86: Add 64-bit entries to the GDT
Simon Glass
[PATCH v5 37/46] acpi: Mark struct acpi_rsdp as packed
Simon Glass
[PATCH v5 24/46] x86: Update cpuid_eax et al to work on amd64
Simon Glass
[PATCH v5 09/46] x86: Drop use of CONFIG_REALMODE_DEBUG
Simon Glass
Re: [PATCH v5 09/46] x86: Drop use of CONFIG_REALMODE_DEBUG
Tom Rini
[PATCH v5 20/46] x86: Rename the _D dirty flag
Simon Glass
[PATCH v5 06/46] x86: qemu: Avoid accessing BSS too early
Simon Glass
[PATCH v5 05/46] x86: qemu: Enable dhrystone
Simon Glass
[PATCH v5 46/46] test: Add a test for booting Ubuntu 24.04
Simon Glass
[PATCH v5 21/46] x86: Support CPU functions in long mode
Simon Glass
[PATCH v5 19/46] x86: Use a simple jump into long mode
Simon Glass
[PATCH v5 44/46] test: acpi: Correct memory leaks
Simon Glass
Re: [PATCH v5 44/46] test: acpi: Correct memory leaks
Heinrich Schuchardt
[PATCH v5 13/46] x86: spl: Drop duplicate CPU init
Simon Glass
[PATCH v5 02/46] sandbox: Correct a typo in mapmem
Simon Glass
[PATCH v5 03/46] x86: Expand x86_64 early memory
Simon Glass
[RFC PATCH] Gitlab CI: Clean up more
Tom Rini
Re: [RFC PATCH] Gitlab CI: Clean up more
Ilias Apalodimas
Re: [RFC PATCH] Gitlab CI: Clean up more
Tom Rini
efidebug: defaults prints incorrect hardcoded path to executable
Filip Žaludek
Please pull u-boot-dm
Simon Glass
Re: Please pull u-boot-dm
Tom Rini
[RESEND PATCH] clk: fix crash on clk_set_rate clean rate cache
Christian Marangi
Re: [RESEND PATCH] clk: fix crash on clk_set_rate clean rate cache
Michael Nazzareno Trimarchi
[PATCH] x86: Correct usage of FSP_VERSION2
Tom Rini
[PATCH] mtd: nand: raw: Drop SYS_NAND_SOFT_ECC from NAND_SANDBOX
Tom Rini
[PATCH] Kconfig: Do not "select OF_SEPARATE"
Tom Rini
[PATCH 1/2] arc: Rework Kconfig choice menus
Tom Rini
[PATCH 2/2] arc: Migrate to SYS_{BIG,LITTLE}_ENDIAN fully
Tom Rini
Re: [PATCH 2/2] arc: Migrate to SYS_{BIG,LITTLE}_ENDIAN fully
Alexey Brodkin
Re: [PATCH 1/2] arc: Rework Kconfig choice menus
Alexey Brodkin
Re: [PATCH 1/2] arc: Rework Kconfig choice menus
Tom Rini
[PATCH] Kconfig: Fix "warning: style: quotes recommended" warnings
Tom Rini
[PATCH] ARM: renesas: Drop 'imply MULTI_DTB_FIT_USER_DEFINED_AREA' lines
Tom Rini
[PATCH] phycore_imx8mp: Rework some of the RAM related Kconfig symbols
Tom Rini
Re: [PATCH] phycore_imx8mp: Rework some of the RAM related Kconfig symbols
Teresa Remmet
Re: [PATCH] phycore_imx8mp: Rework some of the RAM related Kconfig symbols
Fabio Estevam
[PATCH] ARM: socfpga: Drop incorrect imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION*
Tom Rini
RE: [PATCH] ARM: socfpga: Drop incorrect imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION*
Chee, Tien Fong
[PATCH] cmd: Correct dependency for CMD_LINK_LOCAL
Tom Rini
[PATCH] ARM: mvebu: Correct SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR usage
Tom Rini
[PATCH] openpiton: riscv64: Drop unnecessary 'imply SPL_RISCV_MMODE'
Tom Rini
Re: [PATCH] openpiton: riscv64: Drop unnecessary 'imply SPL_RISCV_MMODE'
Tianrui Wei
[PATCH 1/2] usb: ulpi: Remove unused omap-ulpi-viewport driver
Tom Rini
[PATCH 2/2] usb: ulpi: Clean up how we enable support
Tom Rini
[PATCH v2 0/1] board: tegra30: ouya: add basic support for Ouya Game Console
Svyatoslav Ryhel
[PATCH v2 1/1] board: ouya: add Ouya Game Console support
Svyatoslav Ryhel
[PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL
Jeremy Compostella
Re: [PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL
Simon Glass
Re: [PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL
Jeremy Compostella
[PATCH 00/12] lwIP sandbox tests
Jerome Forissier
[PATCH 04/12] net: lwip: add restart support to ping
Jerome Forissier
[PATCH 05/12] net: lwip: use timer_early_get_count() when CONFIG_SANDBOX_TIMER=y
Jerome Forissier
[PATCH 06/12] drivers: net: sandbox: add support for NET_LWIP
Jerome Forissier
[PATCH 07/12] sandbox: provide static IP addresses for eth{2, 3, 5, 6, 7}
Jerome Forissier
[PATCH 09/12] test: dm: eth, dsa: update tests for NET_LWIP
Jerome Forissier
Earlier messages
Later messages