Skip to content
Snippets Groups Projects
  1. Jan 24, 2017
  2. Jan 22, 2017
  3. Jan 21, 2017
  4. Jan 20, 2017
    • Lokesh Vutla's avatar
      ARM: OMAP5+: Remove unsed dpll structures · fc4dd72e
      Lokesh Vutla authored
      
      Latest gcc compile strted complaining about defined structure definition
      that are not used. Remove the unused sturctures.
      
      Reported-by: default avatarDan Murphy <dmurphy@ti.com>
      Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
      fc4dd72e
    • Lokesh Vutla's avatar
      ARM: OMAP4: Fix compiler warning · 584a69cb
      Lokesh Vutla authored
      
      Latest gcc 6.2 compiler is throwing the below warning for omap4_panda_defconfig
      arch/arm/mach-omap2/omap4/hw_data.c:136:3: warning: 'abe_dpll_params_sysclk_196608khz' defined but not used [-Wunused-const-variable=]
         abe_dpll_params_sysclk_196608khz[NUM_SYS_CLKS] = {
      
      Fix this by guarding it with CONFIG_SYS_OMAP_ABE_SYSCK
      
      Reported-by: default avatarDan Murphy <dmurphy@ti.com>
      Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
      584a69cb
    • Tom Rini's avatar
      ARM: Default to using optimized memset and memcpy routines · 40d5534c
      Tom Rini authored
      
      We have long had available optimized versions of the memset and memcpy
      functions that are borrowed from the Linux kernel.  We should use these
      in normal conditions as the speed wins in many workflows outweigh the
      relatively minor size increase.  However, we have a number of places
      where we're simply too close to size limits in SPL and must be able to
      make the size vs performance trade-off in those cases.
      
      Cc: Philippe Reynes <tremyfr@yahoo.fr>
      Cc: Eric Jarrige <eric.jarrige@armadeus.org>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Magnus Lilja <lilja.magnus@gmail.com>
      Cc: Lokesh Vutla <lokeshvutla@ti.com>
      Cc: Chander Kashyap <k.chander@samsung.com>
      Cc: Akshay Saraswat <akshay.s@samsung.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      40d5534c
    • Andrew F. Davis's avatar
      mach-omap2: Fix secure boot media generation · a4a35934
      Andrew F. Davis authored
      
      While moving OMAP related files to mach-omap2 the functionality
      relating to generating secure boot files was modified. This change
      prevents secure platforms other than AM33xx and OMAP54XX from
      correctly building files for all needed media types.
      
      Fixes: 983e3700 ("arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms")
      Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
      Acked-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
      a4a35934
    • Heiko Schocher's avatar
      serial, ns16550: bugfix: ns16550 fifo not enabled · 17fa0326
      Heiko Schocher authored
      
      commit: 65f83802 "serial: 16550: Add getfcr accessor"
      breaks u-boot commandline working with long commands
      sending to the board.
      
      Since the above patch, you have to setup the fcr register.
      
      For board/archs which enable OF_PLATDATA, the new field
      fcr in struct ns16550_platdata is not filled with a
      default value ...
      
      This leads in not setting up the uarts fifo, which ends
      in problems, when you send long commands to u-boots
      commandline.
      
      Detected this issue with automated tbot tests on am335x
      based shc board.
      
      The error does not popup, if you type commands. You need
      to copy&paste a long command to u-boots commandshell
      (or send a long command with tbot)
      
      Possible boards/plattforms with problems:
      ./arch/arm/cpu/arm926ejs/lpc32xx/devices.c
      ./arch/arm/mach-tegra/board.c
      ./board/overo/overo.c
      ./board/quipos/cairo/cairo.c
      ./board/logicpd/omap3som/omap3logic.c
      ./board/logicpd/zoom1/zoom1.c
      ./board/timll/devkit8000/devkit8000.c
      ./board/lg/sniper/sniper.c
      ./board/ti/beagle/beagle.c
      ./drivers/serial/serial_rockchip.c
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      Signed-off-by: default avatarLadislav Michl <ladis@linux-mips.org>
      Tested-by: default avatarAdam Ford <aford173@gmail.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      17fa0326
  5. Jan 18, 2017
Loading