Commit Graph

46 Commits

Author SHA1 Message Date
Takumi Sueda 2ec8f7827e Version 4.1.0 2024-02-04 10:08:17 +09:00
Suguru Saito f3b955417f
Merge pull request #12 from brain-hackers/feat-version
feat: show version
2024-01-27 16:59:23 +09:00
Suguru Saito 48be6a7427 feat: show version 2024-01-26 18:49:00 +09:00
Suguru Saito 9e2d126e58
Merge pull request #11 from brain-hackers/fix-pwa7400
Fix PW-A7400 support
2024-01-26 17:00:07 +09:00
Suguru Saito 29c43802a5 Fix PW-A7400 support 2024-01-22 17:55:48 +09:00
Takumi Sueda 0ef73cdeb4
Merge pull request #10 from brain-hackers/license
Move the license body to the LICENSE file
2022-11-02 16:03:26 +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 c826f2581e Version 3.0.0 2022-05-06 00:02:08 +09:00
Takumi Sueda 94bf247b75
Merge pull request #7 from brain-hackers/miscfix
Remove unused lines, rename vars, and cosmetic changes
2022-05-06 00:01:18 +09:00
Takumi Sueda 670e042124 Remove unused lines, rename vars, and cosmetic changes 2022-05-05 23:49:16 +09:00
Takumi Sueda d6e3d9b086
Merge pull request #6 from brain-hackers/choose
Detect the model and load the appropriate binary
2022-05-05 23:31:03 +09:00
Takumi Sueda 81292bf242 Enable optimization to avoid a link error 2022-05-05 23:30:40 +09:00
Takumi Sueda f2bb98655a Change the prefix to the default prefix of cegcc-build 2022-05-05 23:30:40 +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
Takumi Sueda 0fa6074266
Merge pull request #5 from Sgch/draw-debug-messages
Add drawing debug message to the screen
2022-05-05 19:57:10 +09:00
Suguru Saito 986fc23451 Add drawing debug message to the screen 2022-05-05 19:09:46 +09:00
Takumi Sueda 631d1c7738 Version 2.0.0 2022-04-19 03:30:15 +09:00
Takumi Sueda fd80af3c62
Merge pull request #4 from brain-hackers/model-detection
Implement model detection
2022-04-19 03:27:08 +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 a7f9d3126b Remove unused functions and headers 2022-04-19 01:33:37 +09:00
Takumi Sueda a128053742 Don't call MessageBox in WinMain to prevent freezing 2022-04-19 01:33:37 +09:00
Takumi Sueda 0d0261e5f9 Read the internal model name and load appropriate binary 2022-04-19 01:33:34 +09:00
Takumi Sueda 64868531ed Add editorconfig 2022-04-19 01:19:31 +09:00
Takumi Sueda 22bb734d29
Merge pull request #3 from brain-hackers/readme
Add README / declare the version number in Makefile
2022-04-12 01:55:41 +09:00
Takumi Sueda 9029a9b886 Add README.md 2022-04-12 01:53:49 +09:00
Takumi Sueda df715fc373 Declare version in Makefile 2022-04-12 01:38:06 +09:00
Takumi Sueda 91766c78a9
Merge pull request #2 from brain-hackers/ci
Add GitHub Actions workflow definition
2022-04-12 01:23:40 +09:00
Takumi Sueda 5c9db6bf08 Add GitHub Actions workflow definition 2022-04-12 01:22:17 +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 4515664505 remove unneeded target 2022-01-23 16:32:42 +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
reiden 5efeb09b0f
Merge pull request #1 from puhitaku/fix-puhitaku
Fix misc. things
2020-09-29 15:56:57 +09:00
Takumi Sueda 02f774a0b6 Add gitignore 2020-09-29 14:14:19 +09:00
Takumi Sueda 817ac52eef Correct file name 2020-09-29 14:13:50 +09:00
Takumi Sueda 8074cc3b34 Add PREFIX to specify prefix manually 2020-09-29 14:13:29 +09:00
Chiharu Shirasaka d596552dd0 0
modified:   BrainLILOdrv.cpp
2020-09-28 14:01:28 +09:00
Chiharu Shirasaka 6fbf85a88e Initial commit 2020-09-28 03:19:37 +09:00