public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-02-03 14:28:01 to 2021-02-04 18:00:10 UTC [more...]

[PATCH V3] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y
 2021-02-04 18:00 UTC 

[PATCH v3 0/9] Various minor fixes
 2021-02-04 17:55 UTC  (10+ messages)
` [PATCH v3 1/9] spl: Drop duplicate 'Jumping to U-Boot' message
` [PATCH v3 2/9] binman: Indicate how to make binman verbose
` [PATCH v3 3/9] doc: describe the md command
` [PATCH v3 4/9] doc: Add a note about how to produce 'md' output using hexdump
` [PATCH v3 5/9] s5p4418_nanopi2: Drop dead code
` [PATCH v3 6/9] sandbox: Add os_realloc()
` [PATCH v3 7/9] sandbox: Avoid using malloc() for system state
` [PATCH v3 8/9] sandbox: Write out bloblist when existing
` [PATCH v3 9/9] bootm: Fix duplicate debugging in bootm_process_cmdline()

[PATCH 0/4] Add Gateworks Venice board support
 2021-02-04 17:31 UTC  (8+ messages)
` [PATCH 1/4] Respect that some compression algos can be enabled separately for SPL

[PATCH 0/3] Add support for the GST ESPRESSOBin-Ultra board
 2021-02-04 17:06 UTC  (5+ messages)
` [PATCH 1/3] cmd: env: Add 'env import -h' for Marvell hw_info formatted environments
` [PATCH 2/3] arm: mvebu: mvebu_armada-37xx: Define the loadaddr environment variable
` [PATCH 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra board support

[PATCH] nvme: Fix cache alignment
 2021-02-04 16:57 UTC  (8+ messages)

[PATCH 01/13] arm: nanopi2: Remove unused code
 2021-02-04 16:44 UTC  (23+ messages)
` [PATCH 02/13] arm: imx: Remove unused CONFIG_xxx_TAG support
` [PATCH 03/13] arm: layerscape: Disable ATAG support on some platforms
` [PATCH 04/13] bcmstb: Disable ATAGs support
` [PATCH 05/13] arm: puma_rk3399: "
` [PATCH 06/13] arm: goni: Disable CONFIG_REVISION_TAG
` [PATCH 07/13] arm: aspeed: Disable ATAGs support
` [PATCH 08/13] arm: mediatek: "
` [PATCH 09/13] arm: mvebu: Disable ATAGs support on some platforms
` [PATCH 10/13] arm: rcar2/3: Disable ATAGs support
` [PATCH 11/13] arm: s32v234: "
` [PATCH 12/13] arm: socfpga: arria5_secu1: "
` [PATCH 13/13] arm: stm32: "

[PATCH] mmc: mv_sdhci: parse device-tree entry
 2021-02-04 16:39 UTC  (2+ messages)

[PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()
 2021-02-04 16:38 UTC  (5+ messages)

[PATCH v3 4/4] board/km: add support for seli8 design based on nxp ls102x
 2021-02-04 15:28 UTC 

[PATCH v2 0/8] Various minor fixes
 2021-02-04 15:27 UTC  (4+ messages)
` [PATCH v2 5/8] sandbox: Add os_realloc()

[PATCH v2 00/37] dm: Implement OF_PLATDATA_INST in driver model (part E)
 2021-02-04 15:08 UTC  (45+ messages)
` [PATCH v2 01/37] sandbox: Drop debug message in os_spl_to_uboot()
` [PATCH v2 02/37] linker_lists: Allow use in data structures
` [PATCH v2 03/37] dm: core: Add macros to access the new linker lists
` [PATCH v2 04/37] dm: core: Allow dropping run-time binding of devices
` [PATCH v2 05/37] dm: core: Adjust uclass setup with of-platdata
` [PATCH v2 06/37] dm: core: Set up driver model for OF_PLATDATA_INST
` [PATCH v2 07/37] dm: core: Skip adding uclasses with OF_PLATDATA_INST
` [PATCH v2 08/37] dm: Add the new dtoc-generated files to the build
` [PATCH v2 09/37] dm: core: Include dt-decl.h automatically
` [PATCH v2 10/37] dm: test: Avoid destroying uclasses with of-platdata-inst
` [PATCH v2 11/37] clk: sandbox: Move priv/plat data to a header file
` [PATCH v2 12/37] clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
` [PATCH v2 13/37] clk: sandbox: Create a special fixed-rate driver
` [PATCH v2 14/37] dm: core: Drop device_get_by_driver_info()
` [PATCH v2 15/37] dm: core: Drop uclass_find_device_by_phandle() with of-platdata
` [PATCH v2 16/37] sandbox: i2c: Move platdata structs to header files
` [PATCH v2 17/37] dm: Rename device_get_by_driver_info_idx()
` [PATCH v2 18/37] sandbox_spl: Increase SPL malloc() size
` [PATCH v2 19/37] sandbox: i2c: Support i2c emulation with of-platdata
` [PATCH v2 20/37] Revert "sandbox: Disable I2C emulators in SPL"
` [PATCH v2 21/37] sandbox: Create a new sandbox_noinst build
` [PATCH v2 22/37] test: Run sandbox_spl tests on sandbox_noinst
` [PATCH v2 23/37] azure/gitlab: Add tests for sandbox_noinst
` [PATCH v2 24/37] dm: core: Add an option to support SPL in read-only memory
` [PATCH v2 25/37] dm: core: Create a struct for device runtime info
` [PATCH v2 26/37] dm: core: Move flags to device-runtime info
` [PATCH v2 27/37] dm: core: Allow storing priv/plat data separately
` [PATCH v2 28/37] sandbox: Define a region for device priv/plat data
` [PATCH v2 29/37] dm: core: Use separate priv/plat data region
` [PATCH v2 30/37] x86: Define a region for device priv/plat data
` [PATCH v2 31/37] x86: apl: Fix the header order in pmc
` [PATCH v2 32/37] x86: apl: Tell of-platdata about a required header file
` [PATCH v2 33/37] x86: itss: Tidy up bind() for of-platdata-inst
` [PATCH v2 34/37] x86: Support a fake PCI device with of-platdata-inst
` [PATCH v2 35/37] x86: Don't include reset driver in SPL
` [PATCH v2 36/37] x86: coral: Drop ACPI properties from of-platdata
` [PATCH v2 37/37] x86: apl: Use read-only SPL and new of-platdata

[PATCH v2] cmd: fdt: skip board specific fixup using env variable
 2021-02-04 14:44 UTC 

[PATCH 0/3] Add mmc-pwrseq file to use common function
 2021-02-04 14:05 UTC  (3+ messages)
  ` [PATCH 2/3] mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseq

[PATCH] board: amlogic: odroid: add runtime detection of the N2/N2+/C4/HC4 variants
 2021-02-04 14:03 UTC  (2+ messages)

Subject:[PATCH v2 4/4] board/km: add support for seli8 design based on nxp ls102x
 2021-02-04 13:22 UTC  (7+ messages)

[PATCH] cmd: fdt: skip board specific fixup using env variable
 2021-02-04 13:20 UTC  (6+ messages)

[PATCH] usb: host: ehci-vf: Fix portnr initialization
 2021-02-04 11:33 UTC 

[PATCH v5 0/4] VIM3: add support for checking 'Function' button state
 2021-02-04 10:36 UTC  (7+ messages)
  ` [PATCH v5 2/4] button: add a simple Analog to Digital Converter device based button driver

[PATCH v6 00/20] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2021-02-04  9:41 UTC  (21+ messages)
` [PATCH v6 01/20] mmc: sdhci: Add helper functions for UHS modes
` [PATCH v6 02/20] mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()
` [PATCH v6 03/20] mmc: am654_sdhci: Convert flag fields to BIT macro
` [PATCH v6 04/20] mmc: am654_sdhci: Add flag for PHY calibration
` [PATCH v6 05/20] mmc: am654_sdhci: Add support for AM65x SR2.0
` [PATCH v6 06/20] mmc: am654_sdhci: Add support for input tap delay
` [PATCH v6 07/20] mmc: am654_sdhci: Add support for writing to clkbuf_sel
` [PATCH v6 08/20] mmc: am654_sdhci: Add support for software tuning
` [PATCH v6 09/20] mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes
` [PATCH v6 10/20] mmc: am654_sdhci: Use sdhci_set_control_reg()
` [PATCH v6 11/20] arm: dts: k3-am65: Fix mmc nodes
` [PATCH v6 12/20] arm: dts: k3-j721e-main: Update otap-delay values
` [PATCH v6 13/20] arm: dts: k3-j721e-common-proc-board: Add support for UHS modes for SD card
` [PATCH v6 14/20] arm: dts: k3-j7200-main: Add support for gpio0
` [PATCH v6 15/20] arm: dts: k3-j7200-common-proc-board: Enable support for UHS modes
` [PATCH v6 16/20] configs: j721e_evm: Add "
` [PATCH v6 17/20] configs: j7200_evm: "
` [PATCH v6 18/20] arm: dts: k3-am65-main: Add itapdly and clkbuf-sel values
` [PATCH v6 19/20] arm: dts: k3-am654-base-board: Limit Sd card to High speed modes
` [PATCH v6 20/20] configs: am65x_evm: Add configs for UHS modes

[PATCH v2 0/3] fs: fat: avoid invalid filenames
 2021-02-04  7:35 UTC  (4+ messages)
` [PATCH v2 1/3] fs: fat: usage basename in file_fat_write_at, fat_mkdir
` [PATCH v2 2/3] fs: fat: must not write directory '.' and '..'
` [PATCH v2 3/3] fs: fat: remove trailing periods from long name

[PATCH v4] arm: fsl: common: Improve NXP VID driver PMBus support
 2021-02-04  6:13 UTC 

[PATCH v5 00/20] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2021-02-04  6:07 UTC  (7+ messages)
  ` [PATCH v5 01/20] mmc: sdhci: Add helper functions for UHS modes

[PATCH 00/14] spi: dw: Add support for DUAL/QUAD/OCTAL modes
 2021-02-04  4:51 UTC  (5+ messages)
` [PATCH 07/14] spi: dw: Mask all possible interrupts
` [PATCH 14/14] riscv: k210: Enable QSPI for spi3

Please pull u-boot-dm
 2021-02-04  4:30 UTC 

[PATCH 1/2] dm: core: Fix allocation of empty of-platdata
 2021-02-04  4:29 UTC  (2+ messages)
` [PATCH 2/2] dm: core: Add DM_DEVICE_REMOVE condition to all exit paths

[PATCH 1/1] cmd/riscv/sbi: support System Reset Extension
 2021-02-04  3:06 UTC  (3+ messages)

[PATCH v5 0/9] dm: core: Add support for vital devices
 2021-02-04  1:54 UTC  (19+ messages)
` [PATCH v5 1/9] smem: Don't use -EPROBE_DEFER
` [PATCH v5 2/9] nand: brcmnand: "
` [PATCH v5 3/9] dm: Rename DM_FLAG_REMOVE_WITH_PD_ON
` [PATCH v5 4/9] dm: pci: Correct use of wrong flag name
` [PATCH v5 5/9] dm: core: Remove children before advising uclass
` [PATCH v5 6/9] dm: core: Avoid partially removing devices
` [PATCH v5 7/9] dm: core: Add late driver remove option
` [PATCH v5 8/9] arm: Remove vital devices last
` [PATCH v5 9/9] dm: core: Add documentation about device removal

[PATCH v2 00/10] Allow booting a 32-bit system with a top memory address beyond 4 GiB
 2021-02-04  1:53 UTC  (22+ messages)
` [PATCH v2 01/10] riscv: Adjust board_get_usable_ram_top() for 32-bit
` [PATCH v2 02/10] arm: rockchip: Explicitly cast gd->ram_top in dram_init_banksize()
` [PATCH v2 03/10] global_data.h: Change ram_top type to phys_addr_t
` [PATCH v2 04/10] serial: sifive: Cast dev_read_addr() with uintptr_t
` [PATCH v2 05/10] riscv: ax25-ae350: Cast addr "
` [PATCH v2 06/10] net: ftmac100: Cast priv->iobase "
` [PATCH v2 07/10] fdtdec: Cast prior_stage_fdt_address "
` [PATCH v2 08/10] riscv: Change phys_addr_t and phys_size_t to 64-bit
` [PATCH v2 09/10] bdinfo: Rename function names to be clearer
` [PATCH v2 10/10] bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit

[PATCH v2 1/1] sandbox: mark os_abort() as noreturn
 2021-02-04  1:53 UTC  (3+ messages)

[PATCH 1/1] firmware: smci: possible NULL dereference
 2021-02-04  1:53 UTC  (3+ messages)

[PATCH] serial: ns16550: Handle zero <clock-frequency> value
 2021-02-04  0:39 UTC  (5+ messages)

[PATCH V2] spi: imx: Implement set_speed
 2021-02-04  0:23 UTC  (2+ messages)

[PATCH] ARM: imx6: dh-imx6: Drop the SF hunk in config
 2021-02-04  0:17 UTC 

Please pull u-boot-x86
 2021-02-04  0:08 UTC 

[PATCH] ARM: imx: Revert "dh_imx6: Switch to full DM-aware"
 2021-02-03 22:27 UTC  (3+ messages)

[PATCH] ARM: imx6: dh-imx6: Enable support for applying DTO
 2021-02-03 22:22 UTC 

[PATCH] rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE
 2021-02-03 22:20 UTC  (3+ messages)

[PATCH v2 1/1] sandbox: host bind must close file descriptor
 2021-02-03 21:42 UTC  (2+ messages)

[PATCH 1/2] lib: Fix BINMAN_FDT dependency
 2021-02-03 21:42 UTC  (4+ messages)
` [PATCH 2/2] dts: Fix OF_LIVE dependency

[PATCH] serial: ns16550: Correct the base address type
 2021-02-03 21:42 UTC  (2+ messages)

[PATCH v2] net: tftp: Avoid sending extra ack on completion
 2021-02-03 20:57 UTC  (2+ messages)

[PATCH] net: tftp: Avoid sending extra ack on completion
 2021-02-03 20:56 UTC  (4+ messages)

[PATCH 0/4] clk: Add support to enable clocks
 2021-02-03 18:21 UTC  (3+ messages)
` [PATCH 4/4] net: gem: Enable ethernet rx clock for versal

[PATCH 1/1] efi_loader: VenMedia device path node
 2021-02-03 17:49 UTC 

[PATCH] spi: imx: Implement set_speed
 2021-02-03 16:54 UTC  (3+ messages)

[PATCH] env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE
 2021-02-03 16:39 UTC  (6+ messages)

[PATCH 1/5] spl: mmc: Support OP-TEE payloads in Falcon mode
 2021-02-03 16:30 UTC  (7+ messages)
` [PATCH 2/5] spl: Introduce spl_board_prepare_for_optee() hook
` [PATCH 3/5] arm: stm32mp: Implement support for TZC 400 controller
` [PATCH 4/5] stm32mp1: spl: Configure TrustZone controller for OP-TEE
` [PATCH 5/5] ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb

[PATCH 1/1] env: sf: add support for env erase
 2021-02-03 16:03 UTC 

[PATCH v1] test: Allow simple glob pattern in the test name
 2021-02-03 15:32 UTC 

[PATCH v1] test: Include /sbin to the PATH when creating ext4 disk image
 2021-02-03 15:31 UTC 

[PATCH] x86: qemu: Fix broken multi-core boot
 2021-02-03 14:46 UTC  (3+ messages)

[PATCH v3 00/41] test: Refactor tests to have a single test runner
 2021-02-03 14:40 UTC  (3+ messages)
` [PATCH v3 06/41] doc: Document how sandbox_spl_tests are run


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