Skip to content
Snippets Groups Projects
Select Git revision
4 results

serial

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Stefano Babic authored
    The serial driver for iMX SOCs is continuosly changed if a
    new SOC or not yet used port is used. CONFIG_SYS_<SOC>_<UART Port>
    defines were used only to find the base address for the selected UART.
    Instead of that, move the base address to the board configuration
    file and drop all #ifdef from driver.
    
    Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
    CC: Marek Vasut <marek.vasut@gmail.com>
    CC: Wolfgang Denk <wd@denx.de>
    CC: Fabio Estevam <fabio.estevam@freescale.com>
    CC: Helmut Raiger <helmut.raiger@hale.at>
    CC: John Rigby <jcrigby@gmail.com>
    CC: Matthias Weisser <weisserm@arcor.de>
    CC: Jason Liu <jason.hui@linaro.org>
    Acked-by: default avatarJason Liu <jason.hui@linaro.org>
    40f6fffe
    History
    Name Last commit Last update
    ..