uniLoader/include
Ivaylo Ivanov b301e51432 board: Introduce board file configurations
This is meant to replace the current Kconfig / SoC / Board files
configuration, which is ugly and annoying to maintain. Begin
by creating the board files registration framework and
transitioning all exynos boards to it. This also opens room for
creating the drivers registration framework in the future.

All non-samsung boards will be no longer able to do their board
configuration until they're also transitioned.

Every new board must have the following structure:
struct board_data default_board = {
	.name = "DEFAULT",
	.init = NULL,
	.late_init = NULL,
	.driver_setup = NULL,
};

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
2024-09-26 15:34:26 +03:00
..
lib add BGRA support 2023-11-10 23:06:34 +07:00
soc soc: Add basic support for Exynos9610 2024-09-15 09:53:36 +03:00
.gitignore uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
board.h board: Introduce board file configurations 2024-09-26 15:34:26 +03:00
list.h uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
main.h lib: simplefb: Add support for RGB888 24bpp (dependant on the stride) 2023-07-24 09:54:16 +03:00