Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
16bdc39f7555e23c76f1dcd3da96e7bbce839241
/
lib_ppc
272cc70
Add MMC Framework
by Andy Fleming
· 16 years ago
bced7cc
ppc: Fix roll over bug in flush_cache()
by Kumar Gala
· 16 years ago
87c9063
ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
by Kumar Gala
· 16 years ago
c9315e6
mpc86xx: Add support to populate addr map based on BATs
by Becky Bruce
· 16 years ago
cf7e399
SATA: do not auto-initialize during boot
by Mike Frysinger
· 16 years ago
ecf5b98
85xx: Add support to populate addr map based on TLB settings
by Kumar Gala
· 16 years ago
e39cd81
lib_ppc: rework the flush_cache
by Dave Liu
· 16 years ago
d025aa4
lib_ppc: Move trap_init to occur earlier
by Becky Bruce
· 16 years ago
0829323
ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
by Peter Tyser
· 16 years ago
3cbd823
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
5a98127
bootm: support subcommands in linux ppc bootm
by Kumar Gala
· 16 years ago
49c3a86
bootm: Add subcommands
by Kumar Gala
· 16 years ago
76da19d
Added arch_lmb_reserve to allow arch specific memory regions protection
by Kumar Gala
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
c68a05f
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
374b903
Fix compiler warning in lib_ppc/board.c
by Heiko Schocher
· 16 years ago
0f8cbc1
Do not init SATA when disabled on 8536DS.
by Jason Jin
· 16 years ago
3e38577
fdt: Overwrite /chosen node in bootm if it already exists in the dtb
by Stefan Roese
· 16 years ago
56844a2
powerpc: Fix bootm to boot up again with a Ramdisk
by Heiko Schocher
· 16 years ago
0e8d158
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
93f6d72
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
9314cee
rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
bb1f8b4
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
32628c5
cmd_mac: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
aab2bf0
lib_ppc/interrupts.c: make board_show_activity() a weak function
by Wolfgang Denk
· 16 years ago
40d7e99
bootm: refactor do_reset and os boot function args
by Kumar Gala
· 16 years ago
2a1a2cb
fdt: refactor initrd related code
by Kumar Gala
· 16 years ago
3082d23
fdt: refactor fdt resize code
by Kumar Gala
· 16 years ago
e906cfa
bootm: move lmb into the bootm_headers_t structure
by Kumar Gala
· 16 years ago
06a0991
bootm: refactor fdt locating and relocation code
by Kumar Gala
· 16 years ago
c4f9419
bootm: refactor ramdisk locating code
by Kumar Gala
· 16 years ago
c160a95
bootm: refactor entry point code
by Kumar Gala
· 16 years ago
0768b7a
Consolidate strmhz() implementation
by Haavard Skinnemoen
· 16 years ago
a15b071
Update linux bootm to support ePAPR client interface
by Kumar Gala
· 16 years ago
e4c0950
NAND boot: MPC8313ERDB support
by Scott Wood
· 16 years ago
3216ca9
Fix fallout from autostart revert
by Kumar Gala
· 16 years ago
9de6714
POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
by Becky Bruce
· 16 years ago
b64f190
Fix printf() format issues with sizeof_t types by using %zu
by Wolfgang Denk
· 16 years ago
06c53be
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
98874ff
Fix LMB type issues
by Andy Fleming
· 16 years ago
da8693a
Fix compiler warnings
by Kumar Gala
· 16 years ago
dc4b0b3
Fix printf errors.
by Andrew Klossner
· 16 years ago
9fea65a
ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
by Michal Simek
· 16 years ago
730f298
lmb: fix "implicit declaration of function 'lmb_free'" warning
by Wolfgang Denk
· 16 years ago
f8cc312
Move conditional compilation of MPC8XXX SPI driver to Makefile
by Ben Warren
· 16 years ago
41c5eaa
Resize device tree to allow space for board changes and the chosen node
by Andy Fleming
· 16 years ago
391fd93
Change lmb to use phys_size_t/phys_addr_t
by Becky Bruce
· 16 years ago
cdeb62e
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
by Wolfgang Denk
· 16 years ago
f060054
FSL LAW: Keep track of LAW allocations
by Kumar Gala
· 16 years ago
e489b9c
fdt: unshadow global working fdt variable
by Kim Phillips
· 16 years ago
95d449a
Avoid initrd and logbuffer area overlaps
by Marian Balakowicz
· 16 years ago
d5b9b8c
PPC: Add print_bats() to lib_ppc/bat_rw.c
by Becky Bruce
· 16 years ago
c148f24
PPC: Change lib_ppc/bat_rw.c to use high bats
by Becky Bruce
· 16 years ago
d6ac2ed
Remove prototypes of nand_init() in favor of including nand.h.
by Scott Wood
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
ee0cfa7
Revert "Avoid initrd and logbuffer area overlaps"
by Wolfgang Denk
· 16 years ago
91a6167
Support legacy multi-type images without FDT section.
by Nick Spence
· 16 years ago
1b5605c
Avoid initrd and logbuffer area overlaps
by Marian Balakowicz
· 17 years ago
c59518e
ppc: Cleanup get_effective_memsize() use
by Marian Balakowicz
· 17 years ago
138105e
ppc flush_cache: add watch-dog triggering into the loops.
by Yuri Tikhonov
· 17 years ago
78e4882
lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
by Kim Phillips
· 17 years ago
cb1c489
Restore the ability to continue booting after legacy image overwrite
by Marian Balakowicz
· 17 years ago
de2b321
ppc: Fix ftd_blob variable init when processing raw blob
by Marian Balakowicz
· 17 years ago
dfc6c7b
ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
by Stefan Roese
· 17 years ago
aeff6d5
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
by Wolfgang Denk
· 17 years ago
e59af4b
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
by Wolfgang Denk
· 17 years ago
6fe2946
remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
by Kim Phillips
· 17 years ago
70431e8
Make MPC83xx one step closer to full relocation.
by Joakim Tjernlund
· 17 years ago
5b2793a
mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
by Michael Barkowski
· 17 years ago
6fb4b64
ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
by Stefan Roese
· 17 years ago
14f73ca
ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
by Stefan Roese
· 17 years ago
cd54081
ata: enable the sata initialize on boot up
by Dave Liu
· 17 years ago
438a4c1
Cleanup coding style, update CHANGELOG
by Wolfgang Denk
· 17 years ago
27f33e9
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
by Bartlomiej Sieka
· 17 years ago
9c666a7
ppc: Allow boards to specify how much memory they can map
by Kumar Gala
· 17 years ago
dafaede
[new uImage] Disable debuging output in preparation for merge with master
by Bartlomiej Sieka
· 17 years ago
3d61018
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
· 17 years ago
f773bea
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
by Marian Balakowicz
· 17 years ago
cd7c596
[new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
by Marian Balakowicz
· 17 years ago
3dfe110
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
by Marian Balakowicz
· 17 years ago
bc8ed48
[new uImage] ppc: Add new uImage format support to FDT handling routines
by Marian Balakowicz
· 17 years ago
d985c84
[new uImage] Remove unnecessary arguments passed to ramdisk routines
by Marian Balakowicz
· 17 years ago
05e07b1
[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
by Marian Balakowicz
· 17 years ago
9a4daad
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· 17 years ago
e18489e
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
by Marian Balakowicz
· 17 years ago
75fa002
[new uImage] Respect autostart setting in linux bootm
by Kumar Gala
· 17 years ago
d3f2fa0
[new uImage] Provide ability to restrict region used for boot images
by Kumar Gala
· 17 years ago
e822d7f
[new uImage] Use lmb for bootm allocations
by Kumar Gala
· 17 years ago
4648c2e
[new uImage] ppc: Allow boards to specify effective amount of memory
by Kumar Gala
· 17 years ago
274cea2
[new uImage] rework error handling so common functions don't reset
by Kumar Gala
· 17 years ago
d2bc095
[new uImage] ppc: Re-order ramdisk/fdt handling sequence
by Kumar Gala
· 17 years ago
2795349
[new uImage] ppc: Determine if we are booting an OF style
by Kumar Gala
· 17 years ago
a6612bd
[new uImage] Don't pass kdb to ramdisk_high since we may not have one
by Kumar Gala
· 17 years ago
4efbe9d
[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
by Marian Balakowicz
· 17 years ago
ff0734c
[new uImage] POWERPC: Add image_get_fdt() routine
by Marian Balakowicz
· 17 years ago
8a5ea3e
[new uImage] Move image verify flag to bootm_headers structure
by Marian Balakowicz
· 17 years ago
823afe7
[Makefile] Sort COBJS in lib_<arch> Makefiles
by Marian Balakowicz
· 17 years ago
d2ced9e
[new uImage] POWERPC: Split get_fdt() into get and relocate routines
by Marian Balakowicz
· 17 years ago
d5934ad
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· 17 years ago
2e72109
lwmon5: enable hardware watchdog
by Yuri Tikhonov
· 17 years ago
Next »