Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c734c662bad5e48e424bc786d0a052c02dc334a4
/
lib_ppc
8d54188
Fix some more print() format errors.
by Wolfgang Denk
· Thu Jul 10 13:16:09 2008 +0200
09d2a71
Fix LMB type issues
by Andy Fleming
· Mon Jul 07 14:24:39 2008 -0500
3fddff1
Fix compiler warnings
by Kumar Gala
· Mon Jul 07 09:39:06 2008 -0500
e4ad454
Fix printf errors.
by Andrew Klossner
· Mon Jul 07 06:41:14 2008 -0700
594c7b5
ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
by Michal Simek
· Tue Jun 24 09:54:09 2008 +0200
a7a141b
lmb: fix "implicit declaration of function 'lmb_free'" warning
by Wolfgang Denk
· Thu Jul 03 22:04:17 2008 +0200
20582da
Move conditional compilation of MPC8XXX SPI driver to Makefile
by Ben Warren
· Sun Jun 08 23:28:33 2008 -0700
7d32ae3
Resize device tree to allow space for board changes and the chosen node
by Andy Fleming
· Mon Jun 16 13:58:56 2008 -0500
d26d67c
Change lmb to use phys_size_t/phys_addr_t
by Becky Bruce
· Mon Jun 09 20:37:18 2008 -0500
e368346
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
by Wolfgang Denk
· Wed Jun 11 22:30:47 2008 +0200
75639e0
FSL LAW: Keep track of LAW allocations
by Kumar Gala
· Wed Jun 11 00:44:10 2008 -0500
f3a42e2
fdt: unshadow global working fdt variable
by Kim Phillips
· Tue Jun 10 11:06:17 2008 -0500
902ce70
Avoid initrd and logbuffer area overlaps
by Marian Balakowicz
· Tue May 13 15:53:29 2008 +0200
e7efd5b
PPC: Add print_bats() to lib_ppc/bat_rw.c
by Becky Bruce
· Fri May 09 15:41:35 2008 -0500
065b577
PPC: Change lib_ppc/bat_rw.c to use high bats
by Becky Bruce
· Thu May 15 21:29:04 2008 -0500
e898dfd
Remove prototypes of nand_init() in favor of including nand.h.
by Scott Wood
· Thu May 22 10:49:46 2008 -0500
a1be476
Big white-space cleanup.
by Wolfgang Denk
· Tue May 20 16:00:29 2008 +0200
5f3a4a7
Revert "Avoid initrd and logbuffer area overlaps"
by Wolfgang Denk
· Mon May 12 00:56:28 2008 +0200
5bcd410
Support legacy multi-type images without FDT section.
by Nick Spence
· Thu May 08 22:32:22 2008 -0700
2b77b9d
Avoid initrd and logbuffer area overlaps
by Marian Balakowicz
· Wed May 07 13:10:04 2008 +0200
b4f223b
ppc: Cleanup get_effective_memsize() use
by Marian Balakowicz
· Wed May 07 13:08:54 2008 +0200
18db5a6
ppc flush_cache: add watch-dog triggering into the loops.
by Yuri Tikhonov
· Tue Apr 29 13:32:45 2008 +0200
ea3503a
lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
by Kim Phillips
· Mon Apr 21 18:10:14 2008 -0500
ab00e02
Restore the ability to continue booting after legacy image overwrite
by Marian Balakowicz
· Fri Apr 11 11:07:49 2008 +0200
e5d63b7
ppc: Fix ftd_blob variable init when processing raw blob
by Marian Balakowicz
· Fri Apr 11 11:07:43 2008 +0200
320bacd
ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
by Stefan Roese
· Wed Apr 09 11:54:11 2008 +0200
62f51e9
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
by Wolfgang Denk
· Tue Apr 08 00:20:52 2008 +0200
0d0d348
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
by Wolfgang Denk
· Mon Apr 07 23:59:10 2008 +0200
0c51a67
remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
by Kim Phillips
· Fri Mar 28 17:37:49 2008 -0500
8bd4dff
Make MPC83xx one step closer to full relocation.
by Joakim Tjernlund
· Fri Mar 28 15:41:25 2008 +0100
e6c56b6
mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
by Michael Barkowski
· Thu Mar 27 14:34:43 2008 -0400
3b42332
ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
by Stefan Roese
· Thu Mar 27 10:24:03 2008 +0100
a13709f
ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
by Stefan Roese
· Wed Mar 26 10:14:11 2008 +0100
92123e0
ata: enable the sata initialize on boot up
by Dave Liu
· Wed Mar 26 22:53:24 2008 +0800
8f702ad
Cleanup coding style, update CHANGELOG
by Wolfgang Denk
· Wed Mar 26 11:48:46 2008 +0100
9eede9b
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
by Bartlomiej Sieka
· Wed Mar 26 09:38:06 2008 +0100
893ac07
ppc: Allow boards to specify how much memory they can map
by Kumar Gala
· Fri Feb 15 15:16:18 2008 -0600
432c914
[new uImage] Disable debuging output in preparation for merge with master
by Bartlomiej Sieka
· Thu Mar 20 23:20:31 2008 +0100
fe1d91b
The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5).
by Yuri Tikhonov
· Wed Feb 06 18:48:36 2008 +0100
0cd4f3d
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
by Marian Balakowicz
· Wed Mar 12 10:35:46 2008 +0100
df8ff33
[new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
by Marian Balakowicz
· Wed Mar 12 10:33:00 2008 +0100
61c1ad5
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
by Marian Balakowicz
· Wed Mar 12 10:32:59 2008 +0100
0d87136
[new uImage] ppc: Add new uImage format support to FDT handling routines
by Marian Balakowicz
· Wed Mar 12 10:32:53 2008 +0100
a0ffb42
[new uImage] Remove unnecessary arguments passed to ramdisk routines
by Marian Balakowicz
· Wed Mar 12 10:14:38 2008 +0100
b5ec1b9
[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
by Marian Balakowicz
· Fri Feb 29 22:22:46 2008 +0100
d7c88a4
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· Fri Feb 29 14:58:34 2008 +0100
d0bb56d
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
by Marian Balakowicz
· Fri Feb 29 13:56:44 2008 +0100
aa0826b
[new uImage] Respect autostart setting in linux bootm
by Kumar Gala
· Wed Feb 27 21:51:51 2008 -0600
c5bacfd
[new uImage] Provide ability to restrict region used for boot images
by Kumar Gala
· Wed Feb 27 21:51:50 2008 -0600
b937bb7
[new uImage] Use lmb for bootm allocations
by Kumar Gala
· Wed Feb 27 21:51:49 2008 -0600
739ce3c
[new uImage] ppc: Allow boards to specify effective amount of memory
by Kumar Gala
· Tue Feb 19 22:03:47 2008 -0600
18f4c0f
[new uImage] rework error handling so common functions don't reset
by Kumar Gala
· Wed Feb 27 21:51:46 2008 -0600
56bdf1d
[new uImage] ppc: Re-order ramdisk/fdt handling sequence
by Kumar Gala
· Wed Feb 27 21:51:45 2008 -0600
a56d7d5
[new uImage] ppc: Determine if we are booting an OF style
by Kumar Gala
· Wed Feb 27 21:51:44 2008 -0600
aced3a3
[new uImage] Don't pass kdb to ramdisk_high since we may not have one
by Kumar Gala
· Wed Feb 27 21:51:43 2008 -0600
1256068
[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
by Marian Balakowicz
· Wed Feb 27 11:02:26 2008 +0100
351d3e3
[new uImage] POWERPC: Add image_get_fdt() routine
by Marian Balakowicz
· Wed Feb 27 11:02:26 2008 +0100
61fde55
[new uImage] Move image verify flag to bootm_headers structure
by Marian Balakowicz
· Wed Feb 27 11:01:04 2008 +0100
699ffe5
[Makefile] Sort COBJS in lib_<arch> Makefiles
by Marian Balakowicz
· Wed Feb 27 11:00:47 2008 +0100
6881dae
[new uImage] POWERPC: Split get_fdt() into get and relocate routines
by Marian Balakowicz
· Mon Feb 04 08:28:17 2008 +0100
dbdd16a
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· Mon Feb 04 08:28:09 2008 +0100
787f8fc
lwmon5: enable hardware watchdog
by Yuri Tikhonov
· Thu Feb 21 14:23:42 2008 +0100
4c38454
ppc: Allow boards to specify effective amount of memory
by Kumar Gala
· Mon Feb 18 08:09:37 2008 -0600
a1cc147
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· Thu Feb 21 17:27:41 2008 +0100
c536d6f
[new uImage] Add gen_get_image() routine
by Marian Balakowicz
· Thu Feb 21 17:20:19 2008 +0100
2429d4f
Merge branch 'master' of /home/git/u-boot
by Marian Balakowicz
· Thu Feb 21 17:18:01 2008 +0100
86a28e9
ppc: Refactor cache routines, so there is only one common set.
by Rafal Jaworowski
· Tue Jan 15 12:52:31 2008 +0100
25154b6
[new uImage] Cleanup FDT handling in PPC do_boot_linux()
by Marian Balakowicz
· Thu Jan 31 13:58:20 2008 +0100
2efc264
[new uImage] Cleanup do_botm_linux() boot allocations
by Marian Balakowicz
· Thu Jan 31 13:58:13 2008 +0100
9c701e8
[new uImage] Move ramdisk loading to a common routine
by Marian Balakowicz
· Thu Jan 31 13:57:17 2008 +0100
9541850
[new uImage] Factor out common image_get_ramdisk() routine
by Marian Balakowicz
· Thu Jan 31 13:55:39 2008 +0100
28fb615
[new uImage] Move FDT error printing to common fdt_error() routine
by Marian Balakowicz
· Thu Jan 31 13:20:08 2008 +0100
d216085
[new uImage] Remove OF_FLAT_TREE support from PPC bootm code
by Marian Balakowicz
· Thu Jan 31 13:20:07 2008 +0100
79fcab8
[new uImage] Rename architecture specific bootm code files
by Marian Balakowicz
· Thu Jan 31 13:20:06 2008 +0100
f92332b
[new uImage] Return error on image move/uncompress overwrites
by Marian Balakowicz
· Thu Jan 31 13:20:06 2008 +0100
b4a12a9
[new uImage] Cleanup image header pointer use in bootm code
by Marian Balakowicz
· Tue Jan 08 18:12:17 2008 +0100
f9a67bd
[new uImage] Add memmove_wd() common routine
by Marian Balakowicz
· Tue Jan 08 18:11:45 2008 +0100
ed68d47
[new uImage] Fix FDT header verification in PPC do_boot_linux() routine
by Marian Balakowicz
· Tue Jan 08 18:11:44 2008 +0100
20c4372
[new uImage] Move CHUNKSZ definition to image.h
by Marian Balakowicz
· Tue Jan 08 18:11:44 2008 +0100
751b2b8
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
by Marian Balakowicz
· Tue Jan 08 18:11:43 2008 +0100
2437cf2
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
by Marian Balakowicz
· Tue Jan 08 18:11:43 2008 +0100
00a2fd8
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
by Wolfgang Denk
· Wed Jan 23 14:18:18 2008 +0100
34cf959
FSL: Fix common EEPROM_data structure definition
by Haiying Wang
· Wed Jan 16 17:12:12 2008 -0500
7efe927
Add support for a Freescale non-CPM SPI controller
by Ben Warren
· Wed Jan 16 22:37:35 2008 -0500
21305af
MPC512X: Cleanup bus clock names.
by Grzegorz Bernacki
· Fri Jan 11 12:03:43 2008 +0100
af554d8
ads5121: Added support for FDT.
by Grzegorz Bernacki
· Tue Jan 08 17:16:15 2008 +0100
a19be78
API for external applications.
by Rafal Jaworowski
· Wed Jan 09 19:39:36 2008 +0100
eff3a0a
ppc4xx: Rework 4xx cache support
by Stefan Roese
· Wed Oct 31 17:55:58 2007 +0100
0e3945c
lib_ppc: make board_add_ram_info weak
by Kim Phillips
· Thu Aug 16 22:52:39 2007 -0500
75a3d5d
Merge with git://www.denx.de/git/u-boot.git
by Stefan Roese
· Tue Aug 14 16:36:29 2007 +0200
ebd35f8
mpc83xx: Add support for the display of reset status
by Dave Liu
· Mon Jun 25 10:41:56 2007 +0800
ff87484
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
by Wolfgang Denk
· Mon Aug 06 01:11:08 2007 +0200
7e5e09f
Merge branch 'testing' into working
by Andy Fleming
· Fri Aug 03 02:23:23 2007 -0500
d84fe30
[ppc440SPe] Graceful recovery from machine check during PCIe configuration
by Grzegorz Bernacki
· Tue Jul 31 18:51:48 2007 +0200
8a8ec53
make show_boot_progress () weak.
by Heiko Schocher
· Fri Jul 13 09:54:17 2007 +0200
6a33733
Fix malloc problem introduced with the relocation fixup for the PPC platform
by Stefan Roese
· Sun Jul 08 13:44:27 2007 +0200
1670a5b
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· Tue Jul 10 11:19:50 2007 -0500
6b23305
lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· Mon Jul 09 18:02:11 2007 -0500
1421586
Merge with /home/hs/Atronic/u-boot
by Wolfgang Denk
· Mon Jul 09 23:41:45 2007 +0200
22e0584
Don't set gd->reloc_off if relocation of .fixup works correctly
by Grant Likely
· Tue Jul 03 00:34:19 2007 -0600
Next »