index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).
Marian Balakowicz
2006-06-30
2
-3
/
+8
|
\
|
*
Add support for AMCC 440SPe CPU based eval board (Yucca).
Marian Balakowicz
2006-06-30
2
-3
/
+8
*
|
Add support for gth2 board
Wolfgang Denk
2006-06-16
1
-1
/
+6
*
|
Add support for CONFIG_SERIAL_MULTI on MPC5xxx
Wolfgang Denk
2006-06-16
1
-2
/
+2
*
|
* Update Intel IXP4xx support
Wolfgang Denk
2006-05-30
1
-0
/
+3
*
|
Fix PCMCIA support on virtlab2
Wolfgang Denk
2006-05-15
1
-0
/
+7
*
|
Cleanup compile warning.
Wolfgang Denk
2006-05-12
1
-0
/
+2
*
|
Add support for VirtLab2 board
Wolfgang Denk
2006-05-12
1
-2
/
+171
*
|
Fix compile warnings in common/xyzModem.c
Stefan Roese
2006-05-10
1
-6
/
+9
*
|
Merge with /home/m8/git/u-boot
Wolfgang Denk
2006-05-09
1
-1
/
+2
|
\
\
|
*
|
Add M5271EVB board support.
Marian Balakowicz
2006-05-09
1
-1
/
+2
*
|
|
Declare load_serial_ymodem() when using CFG_CMD_LOADB.
Wolfgang Denk
2006-05-02
1
-1
/
+4
|
/
/
*
|
Some code cleanup
Wolfgang Denk
2006-04-16
3
-263
/
+270
*
|
Merge with /home/hs/U-Boot/u-boot-dev
Wolfgang Denk
2006-04-16
1
-8
/
+7
|
\
\
|
*
|
Fixes common/cmd_flash.c:
Heiko Schocher
2006-04-11
1
-8
/
+7
*
|
|
Merge with /home/m8/git/u-boot
Wolfgang Denk
2006-04-12
1
-4
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove dependencies between DoC code and old legacy NAND driver.
Marian Balakowicz
2006-04-05
1
-4
/
+26
*
|
|
Merge with /home/sr/git/u-boot/cfi-flash
Wolfgang Denk
2006-04-06
1
-2
/
+3
|
\
\
\
|
*
|
|
* Changes/fixes for drivers/cfi_flash.c:
Stefan Roese
2006-04-01
1
-2
/
+3
|
|
/
/
*
|
|
* Add support for ymodem protocol download
Wolfgang Denk
2006-04-01
4
-13
/
+938
|
\
\
\
|
*
|
|
Add support for ymodem protocol (loady command).
Markus Klotzbuecher
2006-03-30
4
-14
/
+938
*
|
|
|
GCC-4.x fixes: clean up global data pointer initialization for all boards.
Wolfgang Denk
2006-03-31
28
-454
/
+362
|
/
/
/
*
|
|
Merge with http://www.denx.de/git/u-boot.git
Markus Klotzbuecher
2006-03-24
10
-53
/
+99
|
\
|
|
|
*
|
Change max size of uncompressed uImage's to 8MByte and add
Stefan Roese
2006-03-13
1
-2
/
+6
|
*
|
Change the sequence of events in soft_i2c.c:send_ack() to keep from
Wolfgang Denk
2006-03-13
1
-4
/
+1
|
*
|
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr
Wolfgang Denk
2006-03-12
2
-17
/
+48
|
|
\
\
|
|
*
|
Add support for passing initrd information via flat device tree
Kumar Gala
2006-01-11
2
-9
/
+18
|
|
*
|
Added OF_STDOUT_PATH and OF_SOC
Kumar Gala
2006-01-11
1
-0
/
+3
|
|
*
|
Allow board code to fixup the flat device tree before booting a
Kumar Gala
2006-01-11
1
-1
/
+4
|
|
*
|
Added CONFIG_ options for bd_t and env in flat dev tree
Kumar Gala
2006-01-11
1
-7
/
+23
|
|
|
/
|
*
|
Adjust "echo" as a default command
Wolfgang Denk
2006-03-12
1
-0
/
+4
|
*
|
Coding Style cleanup
Wolfgang Denk
2006-03-12
1
-1
/
+1
|
*
|
Avoid dereferencing NULL in find_cmd() if no valid commands were found
Wolfgang Denk
2006-03-12
1
-3
/
+6
|
*
|
Add ADI Blackfin support
Wolfgang Denk
2006-03-12
1
-0
/
+2
|
*
|
Add loads of ntohl() in image header handling
Wolfgang Denk
2006-03-12
5
-17
/
+17
|
*
|
Fix comment in common/soft_i2c.c
Wolfgang Denk
2006-03-12
1
-1
/
+4
|
*
|
Some code cleanup for GCC 4.x
Wolfgang Denk
2006-03-11
1
-6
/
+6
*
|
|
Support for redundant environment in NAND Flash.
Markus Klotzbuecher
2006-03-20
1
-13
/
+102
|
/
/
*
|
Some minor fixes to environment in NAND code.
Markus Klotzbuecher
2006-03-08
2
-3
/
+7
*
|
Minor code cleanup
Wolfgang Denk
2006-03-06
1
-2
/
+0
*
|
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
Bartlomiej Sieka
2006-03-05
6
-1941
/
+451
*
|
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
Bartlomiej Sieka
2006-02-24
4
-11
/
+387
|
\
\
|
|
/
|
/
|
|
*
* Add hook to NAND erase and implement nand_wait function.
Wolfgang Denk
2005-11-02
1
-1
/
+1
|
*
Update of new NAND code
Wolfgang Denk
2005-09-14
3
-281
/
+2142
|
*
Merge with testing-NAND (Rewrite of NAND code)
Wolfgang Denk
2005-08-17
1
-1763
/
+277
|
|
\
|
|
*
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Wolfgang Denk
2005-08-17
1
-1762
/
+277
*
|
|
Fix U-Boot compilation for MIPS boards using ELDK 4.0
Wolfgang Denk
2005-12-01
1
-1
/
+1
*
|
|
Fix miiphy global data initialization (problem on 4xx boards when no
Marian Balakowicz
2005-11-30
1
-7
/
+10
*
|
|
Merge with /home/m8/git/u-boot
Wolfgang Denk
2005-10-29
4
-58
/
+307
|
\
\
\
|
*
|
|
Add support for multiple PHYs.
Marian Balakowicz
2005-10-28
3
-56
/
+305
[next]