07 Feb, 2020

2 commits


30 Jan, 2020

1 commit

  • The Raspberry Pi 4 SoC features an integrated Gigabit Ethernet
    controller, connected as a platform device.

    Enable the new driver in the three applicable defconfigs, to allow
    TFTP booting on the board.

    Signed-off-by: Amit Singh Tomar
    [Andre: Add joined and 32-bit configs]
    Signed-off-by: Andre Przywara
    Tested-by: Corentin Labbe
    Signed-off-by: Matthias Brugger

    Amit Singh Tomar
     

06 Dec, 2019

1 commit

  • Many boards do not use all selected framebuffer depth
    configurations, for such boards there is some unused
    code in video and console uclass routines. Make depth
    specific code optional to avoid dead code and slightly
    reduce binary size. Also make ANSI code optional for
    the same reason. When i.e. using only VIDEO_BPP16 the
    code size shrinks (below values when using gcc-7.3.0):

    $ ./tools/buildman/buildman -b video-wip -sS wandboard
    ...
    01: Merge git://git.denx.de/u-boot-sh
    02: video: add guards around 16bpp/32bbp code
    03: video: make BPP and ANSI configs optional
    arm: (for 1/1 boards) all -776.0 bss -8.0 text -768.0

    Signed-off-by: Anatolij Gustschin
    Tested-by: Eugen Hristev
    Tested-by: Patrice Chotard
    Tested-by: Steffen Dirkwinkel

    Anatolij Gustschin
     

05 Dec, 2019

1 commit


24 Nov, 2019

1 commit