openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Y
yaboot
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Oct 26, 2024 — Oct 26, 2025
Showing page 3 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
ybin succeeds but returns error code
Anton Blanchard
More...
over 16 years ago
Move ipv4 arguments handling to a separate function. No fucntional change.
Chandra Seetharaman
More...
almost 17 years ago
Fix netboot fucntionality to use the parameters specified.
Chandra Seetharaman
More...
almost 17 years ago
Prepare for netboot fix(following patch). No Functional change.
Chandra Seetharaman
More...
almost 17 years ago
Allow yaboot to load relocatable kernel
Mohan Kumar M
More...
almost 17 years ago
ybin --bootonce doesn't work
Will Woods
More...
almost 17 years ago
long append="..." causes yaboot to reject entire yaboot.conf (MAX_TOKEN too small)
Will Woods
More...
almost 17 years ago
Pegasos and partition numbering
David Woodhouse
More...
over 17 years ago
use public interface to detect CAS reboots (take 2)
Mike Wolf
More...
almost 18 years ago
The CAS (Client-Architecture Support) call tells firmware what capabilities the OS has. These capabilities result in different modes which the device-tree is configured in, as well as what processor capabilities are presented. So, if the capabilities are different from what was previously booted, firmware has to reboot to reconfigure the device-tree. The second boot will have the updated device-tree and we can boot as normal.
Paul Nasrat
More...
almost 18 years ago
Revert "The attached patch adds support for writing the nvram using the nvram"
Paul Nasrat
More...
almost 18 years ago
Revert "Fix shell syntax"
Paul Nasrat
More...
almost 18 years ago
Fix shell syntax
Paul Nasrat
More...
almost 18 years ago
The attached patch adds support for writing the nvram using the nvram utility from the new powerpc-utils pkg from IBM; it also simplify a bit the code.
Paul Nasrat
More...
almost 18 years ago
Force build to be ppc32
Paul Nasrat
More...
almost 18 years ago
Fix typo
Paul Nasrat
More...
almost 18 years ago
Fix typo in patch porting
Paul Nasrat
More...
almost 18 years ago
Fix partition numbering handling with bplan firmware Patch based on Fedora patch by
[email protected]
Paul Nasrat
More...
almost 18 years ago
Try harder to allocate malloc region Patch from
[email protected]
Paul Nasrat
More...
almost 18 years ago
Print version-release of yaboot Patch from
[email protected]
Paul Nasrat
More...
almost 18 years ago
Let prom_claim_chunk do the work for tftp images to support larger images.
Paul Nasrat
More...
almost 18 years ago
These patch provides the function of load a alternative initrd file specified by the user via Yaboot prompt. To load the new file, just use the "initrd=<name_of_file>" command. The <name_of_file> could include all the directory path to the file.
Paul Nasrat
More...
almost 18 years ago
move the tftp load space and use prom_claim_chunk to claim the memory. Growing kernels mean that the 6MB that was allotted is not enough.
Paul Nasrat
More...
almost 18 years ago
The patch from Scott Moser moves the "search-for-prom_claim'able" routine that was present in load_elf64 and load_elf32 to a function named prom_claim_chunk. This reduces the code-snippit duplication and makes the function available for of_net_open.
Paul Nasrat
More...
almost 18 years ago
Release 1.3.14
Paul Nasrat
More...
about 18 years ago
On some of the larger kernels we are starting to see a space squeeze. The kernel is currently being put at 20MBs and on some of the newer pSeries systems we are getting real-bases at 32MBs (plus AIX 5.3 has real-base at 32MB, so if AIX is ever booted, everything gets shifted).
Paul Nasrat
More...
about 18 years ago
Fix typo courtesy of Kenichi Nagai
Paul Nasrat
More...
over 18 years ago
Prepare 1.3.14
Paul Nasrat
More...
over 18 years ago
Netboot fixes: - the ARRAY_SIZE macro is no more needed here, - use of cfgpath to have the actual config path to apply for mac *and* ip lookup, - no need to free a buffer big enough, and besides malloc(9) was not enough ("/etc/" missed), - use of intermediate length variables to avoid unneeded calls to strlen() and strrchr(). benoit.guillon <
[email protected]
>
Paul Nasrat
More...
over 18 years ago
Correct return type Leonardo Rangel <
[email protected]
>
Paul Nasrat
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree