Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
19b54a701811220221fc4d5089a2bb18892018ca
/
common
« Previous
dbbd125
ppc4xx: Add PPC405EX support
by Stefan Roese
· 17 years ago
3048bcb
ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
by Stefan Roese
· 17 years ago
5441f61
Fix two typos.
by Detlev Zundel
· 17 years ago
8f05a66
Merge branch 'merge' of git://www.denx.de/git/u-boot-microblaze
by Wolfgang Denk
· 17 years ago
23c56f9
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
by Wolfgang Denk
· 17 years ago
0d38eff
Fpga: fix incorrect test of CFG_FPGA_XILINX macro
by Grant Likely
· 17 years ago
481d432
[FIX] repair MFSL commands
by Michal Simek
· 17 years ago
b90c045
synchronizition with mainline
by Michal Simek
· 17 years ago
6b6f287
Merge ../u-boot
by Michal Simek
· 17 years ago
eda3e1e
sh: Add support command of ide with sh
by Nobuhiro Iwamatsu
· 17 years ago
b8685af
Merge git://www.denx.de/git/u-boot
by Nobuhiro Iwamatsu
· 17 years ago
d7e8ce1
OneNAND support (take #2)
by Kyungmin Park
· 17 years ago
67c3103
TQM8xx[LM]: Fix broken environment alignment.
by Wolfgang Denk
· 17 years ago
5bd7fe9
Fix do_div() usage in nand process output
by Matthias Fuchs
· 17 years ago
c750d2e
NAND: Add CFG_NAND_QUIET option
by Matthias Fuchs
· 17 years ago
9c73f4b
Merge git://www.denx.de/git/u-boot
by Michal Simek
· 17 years ago
a7d7eca
Bugfix: make bootm+libfdt compile on boards with no flash
by Grant Likely
· 17 years ago
80172c6
PXA270: Add support for multiple serial ports.
by stefano babic
· 17 years ago
5b729fb
Fix do_bootm_linux() so that multi-file images with FDT blob boot.
by Bartlomiej Sieka
· 17 years ago
e790212
bootm/fdt: Only process the fdt if an fdt address was provided
by Grant Likely
· 17 years ago
9bb8b20
Fix compilation error for omap2420h4_config.
by Dirk Behme
· 17 years ago
f98984c
IDE: - make ide_inb () and ide_outb () "weak", so boards can
by Heiko Schocher
· 17 years ago
26667b7
ColdFire: Fix some remaining problems with CFG_CMD_
by Stefan Roese
· 17 years ago
8ae158c
ColdFire: Add M54455EVB for MCF5445x
by TsiChungLiew
· 17 years ago
ab77bc5
ColdFire: MCF5329 Update and cleanup
by TsiChungLiew
· 17 years ago
81735b2
Merge branch 'denx-coldfire' into coldfire-aug2007
by John Rigby
· 17 years ago
d35b508
fdt: suppress unused variable 'bd' warning
by Kim Phillips
· 17 years ago
82bd9ee
Fix warnings from of_data copy fix
by Andy Fleming
· 17 years ago
10aaf71
Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
by Andy Fleming
· 17 years ago
a44e7a9
Merge with git://www.denx.de/git/u-boot.git
by Stefan Roese
· 17 years ago
19909ed
Merge git://www.denx.de/git/u-boot into merge
by Michal Simek
· 17 years ago
b706d63
Merge with git://www.denx.de/git/u-boot.git
by Stefan Roese
· 17 years ago
210f463
Fix where the #ifdef CFG_BOOTMAPSZ is placed.
by Jerry Van Baren
· 17 years ago
d61ea14
Merge with git://www.denx.de/git/u-boot.git
by Stefan Roese
· 17 years ago
541d41b
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
by Wolfgang Denk
· 17 years ago
3f76451
Merge with /home/wd/git/u-boot/custodian/u-boot-arm
by Wolfgang Denk
· 17 years ago
073e1b5
Fix initrd/dtb interaction
by Andy Fleming
· 17 years ago
3b3bff4
Merge with git://www.denx.de/git/u-boot.git
by Stefan Roese
· 17 years ago
34886bb
Merge with /home/stefan/git/u-boot/zeus
by Stefan Roese
· 17 years ago
d4fc601
Add MACH_TYPE records for several AT91 boards.
by Peter Pearse
· 17 years ago
5fe6be6
Improve error print messages.
by Gerald Van Baren
· 17 years ago
99dffca
fdt: allow for builds that don't want env and bd_t nodes
by Kim Phillips
· 17 years ago
91148bf
fdt: do board setup based on fdt address specified on bootm line
by Kim Phillips
· 17 years ago
e125a2f
Call ft_board_setup() from the bootm command.
by Gerald Van Baren
· 17 years ago
fd61e55
Create new fdt boardsetup command, fix bug parsing [] form of set values.
by Gerald Van Baren
· 17 years ago
6f35ded
Tighten up the error messages.
by Gerald Van Baren
· 17 years ago
c45874b
Asthetic improvements: error messages and line lengths.
by Gerald Van Baren
· 17 years ago
35ec398
Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
by Gerald Van Baren
· 17 years ago
06e19a0
For fdt_find_node_by_path(), handle the root path properly.
by Gerald Van Baren
· 17 years ago
1a86116
Replace fdt_node_offset() with fdt_find_node_by_path().
by Gerald Van Baren
· 17 years ago
addd8ce
Fix cmd_fdt line lengths, refactor code.
by Gerald Van Baren
· 17 years ago
2511403
FDT command improvements.
by Gerald Van Baren
· 18 years ago
38eb508
Reorganize and fix problems (returns) in the bootm command.
by Gerald Van Baren
· 18 years ago
89c8757
Fix bugs in the CONFIG_OF_LIBFDT
by Gerald Van Baren
· 18 years ago
6be07cc
Improve fdt move length handling.
by Gerald Van Baren
· 18 years ago
bb930e7
Minor code clean up.
by Gerald Van Baren
· 18 years ago
ba24e2a
Improve error messages, more informative.
by Gerald Van Baren
· 18 years ago
c74b210
[ARM] TI DaVinci support, hopefully final
by Sergey Kubushyn
· 17 years ago
78549bb
Merge with git://www.denx.de/git/u-boot.git
by Markus Klotzbuecher
· 17 years ago
85fad49
Merge git://www.denx.de/git/u-boot
by Michal Simek
· 17 years ago
ab4b956
[FIX] Coding style cleanup - Wolfgang's suggestions
by Michal Simek
· 17 years ago
f2c2a93
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
by Wolfgang Denk
· 17 years ago
4691975
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx
by Wolfgang Denk
· 17 years ago
8092fef
Add functions to list of exported functions
by Martin Krause
· 18 years ago
45b3fd2
Merge git://www.denx.de/git/u-boot
by Michal Simek
· 17 years ago
6bf6f11
Merge branch 'testing' into working
by Andy Fleming
· 17 years ago
d2f6800
ppc4xx: Update AMCC Bamboo 440EP support
by Eugene OBrien
· 17 years ago
d4024bb
ppc4xx: Add support for AMCC 405EP Taihu board
by John Otken
· 17 years ago
c7e8410
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
by Stefan Roese
· 17 years ago
91bb4ca
[FS] Added support for ROMFS
by Michal Simek
· 17 years ago
55e26ad
[FIX] correct help for rspr
by Michal Simek
· 17 years ago
fad6340
make show_boot_progress () weak.
by Heiko Schocher
· 17 years ago
3865b1f
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
by Stefan Roese
· 17 years ago
98c80b4
Merge branch 'master' into u-boot-5329-early
by John Rigby
· 17 years ago
9025317
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
1fe80d7
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
by Jon Loeliger
· 17 years ago
bf6a9ca
Merge with /home/hs/Atronic/u-boot
by Wolfgang Denk
· 17 years ago
c3517f9
common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
fd9bcaa
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
c76fe47
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
baa26db
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
10e0389
[NAND] Bad block skipping for command nboot
by Thomas Knobloch
· 17 years ago
b453960
common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
65c450b
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
a76adc8
common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
98c440b
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
by Wolfgang Denk
· 17 years ago
1f2a058
Fix S-ATA support.
by Mushtaq Khan
· 17 years ago
1636d1c
Coding stylke cleanup; rebuild CHANGELOG
by Wolfgang Denk
· 17 years ago
2dc6445
Adapt log buffer code to support Linux 2.6
by Igor Lisitsin
· 18 years ago
566a494
[PCS440EP] upgrade the PCS440EP board:
by Heiko Schocher
· 17 years ago
8e585f0
Added M5329AFEE and M5329BFEE Platforms
by TsiChung Liew
· 17 years ago
9912121
Change 'repeatable' attribute of some commands to sensible values.
by Detlev Zundel
· 17 years ago
5afb202
Fix 'run' not to continue after interrupted command
by Detlev Zundel
· 17 years ago
9045f33
Fix config problems on SC3 board; make ide_reset_timeout work.
by Wolfgang Denk
· 17 years ago
d1246a4
Merge with /home/wd/git/u-boot/custodian/u-boot-arm
by Wolfgang Denk
· 17 years ago
fdcfaa1
USB event poll support
by Zhang Wei
· 17 years ago
19bf91f
Merge with /home/tur/git/u-boot#motionpro
by Wolfgang Denk
· 17 years ago
9160b96
Fix: Add missing NULL termination in strings expanded by macros parser.
by Bartlomiej Sieka
· 17 years ago
fdda367
Merge with git://www.denx.de/git/u-boot.git
by Peter Pearse
· 17 years ago
3a71b5c
Merge with /home/git/u-boot
by Wolfgang Denk
· 17 years ago
Next »