public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-03-13 17:24:51 to 2020-03-16 20:01:27 UTC [more...]

[U-Boot] [PATCH] ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()
 2020-03-16 20:01 UTC  (25+ messages)

[PATCH 0/5] Misc fixes for Tegra
 2020-03-16 19:40 UTC  (6+ messages)
` [PATCH 1/5] ARM: tegra: rework fdt_serial_tag_setup_one
` [PATCH 2/5] t210: do not enable PLLE and UPHY PLL HW PWRSEQ
` [PATCH 3/5] ARM: tegra: p2771-0000: enable PIE relocation
` [PATCH 4/5] fdt: Fix 'system' command
` [PATCH 5/5] ARM: Tegra: Use calc env var feature on all boards

Please pull u-boot-marvell/master (watchdog related)
 2020-03-16 19:39 UTC  (2+ messages)

[PATCH v2 0/4] DT related fixes for RISC-V UEFI
 2020-03-16 19:21 UTC  (16+ messages)
` [PATCH v2 1/4] riscv: Add boot hartid to Device tree
` [PATCH v2 2/4] cmd: bootefi: Parse reserved-memory node from DT
` [PATCH v2 3/4] riscv: Provide a mechanism for riscv boards to parse reserved memory
` [PATCH v2 4/4] riscv: Setup reserved-memory node for FU540

ext4: invalid extent block on imx7
 2020-03-16 19:09 UTC 

[PATCH v2 0/4] mx6cuboxi: enable support for OF_CONTROL and DM in SPL
 2020-03-16 18:56 UTC  (10+ messages)
` [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

travis build fails for all arm boards
 2020-03-16 18:13 UTC  (2+ messages)

[PATCH] mach-snapdragon: Fix overwriting last digit of serial number
 2020-03-16 16:51 UTC 

[PATCH] watchdog: allow overriding the rate-limiting logic
 2020-03-16 15:52 UTC  (11+ messages)
` [PATCH 0/3] watchdog: honour hw_margin_ms property
  ` [PATCH 1/3] watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from wdt.h
  ` [PATCH 2/3] watchdog: move initr_watchdog() to wdt-uclass.c
  ` [PATCH 3/3] watchdog: honour hw_margin_ms DT property

[PATCH] remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devices
 2020-03-16 15:38 UTC  (2+ messages)

[PATCH] remoteproc: k3-r5: Fix rproc init failure for Main R5FSS0
 2020-03-16 15:38 UTC  (2+ messages)

[PATCH 0/4] TI K3 DSP remoteproc fixes/enhancements
 2020-03-16 15:38 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: update entry for ARM TI
 2020-03-16 14:30 UTC 

[PATCH] MAINTAINERS: update entry for ARM TI
 2020-03-16 14:21 UTC  (3+ messages)

[PATCH] watchdog: Handle timer wrap around
 2020-03-16 14:19 UTC  (2+ messages)

[PATCH] watchdog: Use dev_read only if OF_PLATDATA is not enabled
 2020-03-16 14:18 UTC  (2+ messages)

[v2, PATCH] include/configs: ls1012aqds: add default environment variable
 2020-03-16 13:41 UTC 

[PATCH 0/4] Backplane KR support
 2020-03-16 13:36 UTC  (5+ messages)
` [PATCH 1/4] phy: add support for backplane kr mode
` [PATCH 2/4] ls1046aqds: add support for backplane kr
` [PATCH 3/4] lx2160aqds: "
` [PATCH 4/4] t208xqds: "

[PATCH v2] mkimage: fit_image: Make fit header and data align to 512
 2020-03-16 13:29 UTC  (8+ messages)

[PATCH] mx7dsabre: Fix ramdisk_addr* for distro boot
 2020-03-16 11:50 UTC 

[PATCH 0/5] riscv: Add new SBI v0.2 extensions support
 2020-03-16 11:27 UTC  (7+ messages)
` [PATCH 3/5] riscv: Add SBI v0.2 extension definitions
` [PATCH 4/5] riscv: Introduce a new config for SBI v0.1
` [PATCH 5/5] riscv: Implement new SBI v0.2 extensions

[PATCH] net: eth-uclass: Fix message if mac is coming from DT or ROM
 2020-03-16 10:39 UTC 

[PATCH] spi: use is_power_of_2 instead of hweight32 in spi_nor_write()
 2020-03-16  9:48 UTC  (2+ messages)

[PATCH] ARM: zynq: Enable i2c mux support for all boards
 2020-03-16  9:36 UTC 

[PATCH] include/configs: ls1012aqds: add default environment variable
 2020-03-16  8:55 UTC 

[PATCH] serial: mcfuart: renaming to a more appropriate name
 2020-03-16  8:54 UTC  (3+ messages)

[PATCH] configs: ls1021a: Append othbootargs to bootargs
 2020-03-16  7:59 UTC 

[PATCH] mkimage: fit_image: Make fit header and data align to 512
 2020-03-16  3:08 UTC  (2+ messages)

[PATCH v2 00/23] gitlab: Simplify the test script
 2020-03-15 23:43 UTC  (24+ messages)
` [PATCH v2 01/23] sandbox: Add documentation about required/useful packages
` [PATCH v2 02/23] main: Drop show_boot_progress() prototype
` [PATCH v2 03/23] buildman: Document the members of BuilderJob
` [PATCH v2 04/23] bulidman: Add support for a simple build
` [PATCH v2 05/23] buildman: Update help for -d
` [PATCH v2 06/23] buildman: Allow ignoring warnings in the return code
` [PATCH v2 07/23] buildman: Be more selective about which directories to remove
` [PATCH v2 08/23] buildman: Allow building within a subdir of the current dir
` [PATCH v2 09/23] buildman: Drop the -a option
` [PATCH v2 10/23] travis: Don't copy files into .bm-work/
` [PATCH v2 11/23] travis: Split the building into two parts
` [PATCH v2 12/23] gitlab/azure: Use the -w option for sandbox_spl
` [PATCH v2 13/23] travis/gitlab/azure: Use --board buildman flag with test.py
` [PATCH v2 14/23] travis/gitlab/azure: Drop BUILDMAN variable "
` [PATCH v2 15/23] travis/gitlab/azure: Drop the buildman -d flag
` [PATCH v2 16/23] gitlab/azure: Drop unnecessary if..fi when using test.py
` [PATCH v2 17/23] gitlab/azure: Use -w flag for all test.py builds
` [PATCH v2 18/23] travis/gitlab/azure: Use bash to avoid a_test_which_does_not_exist
` [PATCH v2 19/23] travis/gitlab/azure: Drop the -E flag
` [PATCH v2 20/23] travis/gitlab/azure: Enable test_handoff
` [PATCH v2 21/23] travis/gitlab/azure: Simplify the exit code for test.py
` [PATCH v2 22/23] travis/gitlab/azure: Drop repeated buildman call with test.py
` [PATCH v2 23/23] test/py: Allow using buildman to build U-Boot

U-BOOT compatible device
 2020-03-15 18:01 UTC 

[PATCH 00/12] net: smc911x: Convert to DM
 2020-03-15 16:58 UTC  (13+ messages)
` [PATCH 01/12] net: smc911x: Remove pkt_data_{push,pull}
` [PATCH 02/12] net: smc911x: Replace malloc()+memset() with calloc()
` [PATCH 03/12] net: smc911x: Rename smc911x_rx() to smc911x_recv()
` [PATCH 04/12] net: smc911x: Invert the logic in smc911x_miiphy_{read, write}()
` [PATCH 05/12] net: smc911x: Fix potential memleak() in init fail path
` [PATCH 06/12] net: smc911x: Inline all functions from header file
` [PATCH 07/12] net: smc911x: Drop weak alias from 32bit accessors
` [PATCH 08/12] net: smc911x: Convert IO accessors to {read, write}{w, l}()
` [PATCH 09/12] net: smc911x: Pass around driver private data
` [PATCH 10/12] net: smc911x: Clean up the status handling in smc911x_recv()
` [PATCH 11/12] net: smc911x: Split non-DM specific bits from common code
` [PATCH 12/12] net: smc911x: Add DM support

[PATCH 00/20] gitlab: Simplify the test script
 2020-03-15 16:43 UTC  (15+ messages)
` [PATCH 12/20] gitlab: Use -w flag for all builds

[PATCH] rk3399: Add four clocks to clock driver needed by framebuffer
 2020-03-15 16:11 UTC  (3+ messages)

[PATCH 1/1] sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUG
 2020-03-15 15:51 UTC  (4+ messages)

[PATCHv2 1/8] spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries
 2020-03-15 13:06 UTC  (16+ messages)
` [PATCHv2 2/8] Kconfig: Remove redundant variable sets
` [PATCHv2 3/8] edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfig
` [PATCHv2 4/8] mach-davinci: Hard-code the default SPL_LDSCRIPT path
` [PATCHv2 6/8] scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc
` [PATCHv2 7/8] kconfig / kbuild: re-sync with Linux 4.18
` [PATCHv2 8/8] configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPT

[PATCH v3 1/1] cmd: bootefi: Parse reserved-memory node from DT
 2020-03-15 12:03 UTC 

[PATCH] [RFC] net: smc911x: Drop the standalone EEPROM example
 2020-03-14 23:18 UTC 

[PATCH] net: smc911x: Remove pkt_data_{push,pull}
 2020-03-14 23:16 UTC 

[PATCH] ARM: rmobile: Convert Gen2 Blanche to DM_SPI{,_FLASH}
 2020-03-14 21:59 UTC 

[PATCH 0/2] sandbox: provide memory reservations
 2020-03-14 20:35 UTC  (5+ messages)
` [PATCH 1/2] sandbox: add reserved-memory node in device tree
` [PATCH 2/2] sandbox: implement ft_board_setup()

[PATCH 1/1] cmd: map addresses to sysmem in efidebug memmap
 2020-03-14 20:35 UTC  (2+ messages)

[PATCH 000/108] RFC: dm: Add programatic generation of ACPI tables
 2020-03-14 20:35 UTC  (7+ messages)
` [PATCH 034/108] x86: acpi: Move MADT up a bit
` [PATCH 084/108] x86: acpi: Support generation of the DBG2 table

[PATCH] qemu: arm: Scan the pci bus in board_init
 2020-03-14 20:35 UTC  (5+ messages)

[PATCH 0/2] cli: allow verbatim character entry with CTRL-v
 2020-03-14 20:35 UTC  (5+ messages)
` [PATCH 2/2] test: verbatim character entry with CTRL-V

[PATCH v3 0/9] am57xx: Implement Android 10 boot flow
 2020-03-14 20:35 UTC  (5+ messages)
` [PATCH v3 1/9] image: android: Add functions for handling dtb field

[U-Boot] `uclass_find_device_by_name` fails to find the device
 2020-03-14 20:35 UTC  (4+ messages)
`  "

[PATCH v2 00/39] dm: Add programmatic generation of ACPI tables (part A)
 2020-03-14 20:34 UTC  (4+ messages)
` [PATCH v2 30/39] acpi: Add functions to generate ACPI code
  ` Antwort: "

[RFC PATCH] cmd: mp: change the command name from cpu to mp
 2020-03-14 20:34 UTC  (3+ messages)

[PATCH 1/1] doc: driver-model: there is no UCLASS_ETHERNET
 2020-03-14 20:33 UTC  (3+ messages)

[PATCH v4] dm: uclass: don't assign aliased seq numbers
 2020-03-14 20:33 UTC  (3+ messages)

[PATCH] usb: ehci: Fix "EHCI timed out on TD - token=XXXX" error on ehci-hcd
 2020-03-14 18:16 UTC  (8+ messages)

[RFC PATCH v2] cmd: mp: change the command name from cpu to mp
 2020-03-14 14:50 UTC 

[RFC PATCH v2] cmd: mp: change the command name from cpu to mp
 2020-03-14 14:48 UTC  (2+ messages)

[PATCH v2] riscv: ax25: cache: Remove SPL_RISCV_MMODE config check
 2020-03-14 13:42 UTC 

[PATCH v2] riscv: ax25: cache: Remove SPL_RISCV_MMODE config check
 2020-03-14 13:37 UTC  (3+ messages)

[RESEND Patch v2] configs: lx2160a: Enable FSPI support
 2020-03-14 13:13 UTC 

[Patch v3 0/3] Enable octal read support for mt35xu* flashes
 2020-03-14 12:53 UTC  (4+ messages)
` [Patch v3 1/3] mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*
` [Patch v3 2/3] arm: dts: ls1028a: Use flexspi in octal I/O mode
` [Patch v3 3/3] arm: dts: lx2160a: "

[PATCH] riscv: ax25: cache: Remove SPL_RISCV_MMODE config check
 2020-03-14 10:47 UTC  (3+ messages)

[PATCH 1/1] efi_loader: create reservations after ft_board_setup
 2020-03-14 10:12 UTC 

[PATCH 2/2] timer: sti: use clk API to get timer clock rate
 2020-03-13 22:42 UTC  (4+ messages)
` [PATCH v2 0/2] timer: sti: mimic Linux declaration and usage
  ` [PATCH v2 1/2] timer: sti: convert to livetree
  ` [PATCH v2 2/2] timer: sti: use clk API to get timer clock rate

[PATCH 0/4] Fixes for rv1108 and rv1108-elgin-r1
 2020-03-13 17:42 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1
` [PATCH 2/4] elgin-rv1108: Use rk_board_late_init() for GPIO settings
` [PATCH 3/4] elgin-rv1108: Avoid adc_channel_single_shot error
` [PATCH 4/4] rv1108: Fix boot regression

[PATCH] MAINTAINERS: update entry for ARM STI
 2020-03-13 17:26 UTC  (2+ messages)

[PATCH 1/1] fit: check return value of fit_image_get_data_size()
 2020-03-13 17:25 UTC  (2+ messages)

[PATCH] watchdog: Align Kconfig properties
 2020-03-13 17:25 UTC  (2+ messages)

[PATCH v2] cmd: gpio: Make `gpio input` return pin value again
 2020-03-13 17:25 UTC  (2+ messages)

[PATCH v2] Makefile: doesn't need check stack size when dtb is not built
 2020-03-13 17:25 UTC  (2+ messages)

[PATCH] serial: mcfuart: fix uart port index
 2020-03-13 17:24 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