All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Fix boot in some am335x sk boards
@ 2018-03-15 15:41 Faiz Abbas
  2018-03-15 15:41 ` [U-Boot] [PATCH 1/2] gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag Faiz Abbas
  2018-03-15 15:41 ` [U-Boot] [PATCH 2/2] configs: am335x_evm: Increase SPL_SYS_MALLOC_F_LEN to accomodate gpio_devices Faiz Abbas
  0 siblings, 2 replies; 7+ messages in thread
From: Faiz Abbas @ 2018-03-15 15:41 UTC (permalink / raw)
  To: u-boot

am335x standard kit boards with rev >= 1.2A require
gpio support to enable DDR in SPL.
This was failing because gpio drivers were not getting
bound to the gpio devices in SPL.

These patches fix this issue.

Faiz Abbas (2):
  gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag
  configs: am335x_evm: Increase SPL_SYS_MALLOC_F_LEN to accomodate
    gpio_devices

 configs/am335x_evm_defconfig    | 1 +
 configs/am335x_hs_evm_defconfig | 1 +
 drivers/gpio/omap_gpio.c        | 1 +
 3 files changed, 3 insertions(+)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-22 20:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-15 15:41 [U-Boot] [PATCH 0/2] Fix boot in some am335x sk boards Faiz Abbas
2018-03-15 15:41 ` [U-Boot] [PATCH 1/2] gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag Faiz Abbas
2018-03-15 17:58   ` Tom Rini
2018-03-22 20:35   ` [U-Boot] [U-Boot, " Tom Rini
2018-03-15 15:41 ` [U-Boot] [PATCH 2/2] configs: am335x_evm: Increase SPL_SYS_MALLOC_F_LEN to accomodate gpio_devices Faiz Abbas
2018-03-15 17:58   ` Tom Rini
2018-03-22 20:35   ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.