mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-21 19:40:07 +00:00
b301e51432
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> |
||
---|---|---|
.. | ||
lib | ||
soc | ||
.gitignore | ||
board.h | ||
list.h | ||
main.h |