08 Jan, 2020

2 commits


21 May, 2019

1 commit


28 Oct, 2018

1 commit


30 Sep, 2018

3 commits

  • Add tests for the new board uclass.

    Reviewed-by: Simon Glass
    Signed-off-by: Mario Six

    Mario Six
     
  • Add a board driver for the upcoming gdsys Gazerbeam board.

    Signed-off-by: Mario Six
    Reviewed-by: Simon Glass

    Mario Six
     
  • Since there is no canonical "board device" that can be used in board
    files, it is difficult to use DM function for board initialization in
    these cases.

    Hence, add a uclass that implements a simple "board device", which can
    hold devices not suitable anywhere else in the device tree, and is also
    able to read encoded information, e.g. hard-wired GPIOs on a GPIO
    expander, read-only memory ICs, etc. that carry information about the
    hardware.

    The devices of this uclass expose methods to read generic data types
    (integers, strings, booleans) to encode the information provided by the
    hardware.

    Reviewed-by: Simon Glass
    Signed-off-by: Mario Six

    Mario Six