Commit Graph

19 Commits

Author SHA1 Message Date
Suguru Saito 48be6a7427 feat: show version 2024-01-26 18:49:00 +09:00
Takumi Sueda 4d5e55e135 Move the license body to the LICENSE file 2022-11-01 03:46:14 +09:00
Takumi Sueda 98a6ae1c54
Add support 1st generation Brain (#9)
* Add support 1st generation Brain

Address information was given by pepepper.
Thank you!

* Use CamelCase to name enum types

* Update BrainLILODrv.cpp

Co-authored-by: Takumi Sueda <puhitaku@gmail.com>

* simplify BrainGen enum types

* Remove redundant debu log

* Fix Gen2 and later addresses

Co-authored-by: Toshifumi NISHINAGA <tnishinaga.dev@gmail.com>
Co-authored-by: Toshifumi NISHINAGA <tnishinaga@users.noreply.github.com>
Co-authored-by: pepepper <hollyholly2014@outlook.jp>
2022-09-23 00:41:59 +09:00
Takumi Sueda 670e042124 Remove unused lines, rename vars, and cosmetic changes 2022-05-05 23:49:16 +09:00
Takumi Sueda 39e86e4af0 Detect the appropriate binary and load it 2022-05-05 23:30:36 +09:00
Takumi Sueda 5e107add0a Wait 1sec before jumping to U-Boot 2022-05-05 22:57:51 +09:00
Takumi Sueda 00bcb28e49 Increase the row height +2px to fix overlap 2022-05-05 22:57:22 +09:00
Suguru Saito 986fc23451 Add drawing debug message to the screen 2022-05-05 19:09:46 +09:00
Takumi Sueda d1cb75e2f4 Obey the naming convention 2022-04-19 03:24:54 +09:00
Takumi Sueda dc1bb3a88d Pass string literals to ShowMessage 2022-04-19 03:21:52 +09:00
Takumi Sueda 78554fba0b Initialize wcbuf with an empty initializer 2022-04-19 03:20:33 +09:00
Takumi Sueda 0d0261e5f9 Read the internal model name and load appropriate binary 2022-04-19 01:33:34 +09:00
Chiharu Shirasaka 45349a6dcf clean unused 2022-01-24 02:13:36 +09:00
Chiharu Shirasaka d67326dc8f apply clang-format 2022-01-24 01:52:45 +09:00
Chiharu Shirasaka 3689ee66f7 Determine copy size from U-Boot file size & use uncached region for copy 2022-01-24 01:39:34 +09:00
Chiharu Shirasaka 5981ed804b now working! 2020-10-25 20:17:25 +09:00
Chiharu Shirasaka bf62b2063a modified: BrainLILO.cpp BrainLILODrv.cpp Makefile
new file:   dummy.cpp
2020-10-09 19:53:40 +09:00
Chiharu Shirasaka 8a8fe81433 modified: BrainLILODrv.cpp 2020-10-06 15:07:41 +09:00
Takumi Sueda 817ac52eef Correct file name 2020-09-29 14:13:50 +09:00